Home
last modified time | relevance | path

Searched refs:pciehp_poll_time (Results 1 – 3 of 3) sorted by relevance

/drivers/pci/hotplug/
Dpciehp_core.c43 int pciehp_poll_time; variable
56 module_param(pciehp_poll_time, int, 0644);
60 MODULE_PARM_DESC(pciehp_poll_time, "Polling mechanism frequency, in seconds");
Dpciehp_hpc.c61 if (!pciehp_poll_time) in int_poll_timeout()
62 pciehp_poll_time = 2; /* default polling interval is 2 sec */ in int_poll_timeout()
64 start_int_poll_timer(ctrl, pciehp_poll_time); in int_poll_timeout()
Dpciehp.h44 extern int pciehp_poll_time;