Home
last modified time | relevance | path

Searched refs:pciehp_poll_mode (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/pci/hotplug/
Dpciehp_core.c33 bool pciehp_poll_mode; variable
41 module_param(pciehp_poll_mode, bool, 0644);
44 MODULE_PARM_DESC(pciehp_poll_mode, "Using polling mechanism for hot-plug events or not");
Dpciehp_hpc.c43 if (pciehp_poll_mode) { in pciehp_request_irq()
61 if (pciehp_poll_mode) in pciehp_free_irq()
95 unsigned int msecs = pciehp_poll_mode ? 2500 : 1000; in pcie_wait_cmd()
719 if (!pciehp_poll_mode) in pcie_enable_notification()
Dpciehp.h31 extern bool pciehp_poll_mode;
Dpciehp_ctrl.c132 if (!pciehp_poll_mode) in pciehp_request()