Home
last modified time | relevance | path

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

/linux-3.3/drivers/pci/hotplug/
Dshpchp_core.c40 bool shpchp_poll_mode; variable
54 module_param(shpchp_poll_mode, bool, 0644);
57 MODULE_PARM_DESC(shpchp_poll_mode, "Using polling mechanism for hot-plug events or not");
Dshpchp_hpc.c294 if (shpchp_poll_mode) in shpc_wait_cmd()
606 if (shpchp_poll_mode) in hpc_release_ctlr()
802 if(!shpchp_poll_mode) { in shpc_isr()
858 if (!shpchp_poll_mode) { in shpc_isr()
1055 if (shpchp_poll_mode) { in shpc_init()
1096 if (!shpchp_poll_mode) { in shpc_init()
Dshpchp.h46 extern bool shpchp_poll_mode;