Home
last modified time | relevance | path

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

/linux/drivers/pci/hotplug/
H A Dpciehp_hpc.c62 if (pciehp_poll_mode) { in pciehp_request_irq()
80 if (pciehp_poll_mode) in pciehp_free_irq()
114 unsigned int msecs = pciehp_poll_mode ? 2500 : 1000; in pcie_wait_cmd()
606 if (pciehp_poll_mode) in pciehp_ignore_link_change()
634 (!(ctrl->slot_ctrl & PCI_EXP_SLTCTL_HPIE) && !pciehp_poll_mode)) in pciehp_isr()
694 if (pci_dev_msi_enabled(pdev) && !pciehp_poll_mode) in pciehp_isr()
845 if (!pciehp_poll_mode) in pcie_enable_notification()
847 if (!pciehp_poll_mode && !NO_CMD_CMPL(ctrl)) in pcie_enable_notification()
884 if (!pciehp_poll_mode) in pcie_enable_interrupt()
H A Dpciehp_core.c34 bool pciehp_poll_mode; variable
41 module_param(pciehp_poll_mode, bool, 0644);
43 MODULE_PARM_DESC(pciehp_poll_mode, "Using polling mechanism for hot-plug events or not");
H A Dpciehp.h28 extern bool pciehp_poll_mode;
71 * enabled with pciehp_poll_mode module parameter
H A Dpciehp_ctrl.c143 if (!pciehp_poll_mode) in pciehp_request()