Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/hotplug/
H A Dshpchp_core.c27 int shpchp_poll_time; variable
38 module_param(shpchp_poll_time, int, 0644);
41 MODULE_PARM_DESC(shpchp_poll_time, "Polling mechanism frequency, in seconds");
H A Dshpchp_hpc.c220 if (!shpchp_poll_time) in int_poll_timeout()
221 shpchp_poll_time = 2; /* default polling interval is 2 sec */ in int_poll_timeout()
223 start_int_poll_timer(ctrl, shpchp_poll_time); in int_poll_timeout()
H A Dshpchp.h33 extern int shpchp_poll_time;