Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/hotplug/
Dpciehp_hpc.c226 struct timer_list int_poll_timer; /* Added for poll event */ member
260 init_timer(&php_ctlr->int_poll_timer); in int_poll_timeout()
281 php_ctlr->int_poll_timer.function = &int_poll_timeout; in start_int_poll_timer()
282 php_ctlr->int_poll_timer.data = (unsigned long)php_ctlr; /* Instance data */ in start_int_poll_timer()
283 php_ctlr->int_poll_timer.expires = jiffies + seconds * HZ; in start_int_poll_timer()
284 add_timer(&php_ctlr->int_poll_timer); in start_int_poll_timer()
746 del_timer(&php_ctlr->int_poll_timer); in hpc_release_ctlr()
1398 init_timer(&php_ctlr->int_poll_timer); in pcie_init()
Dshpchp_hpc.c253 init_timer(&php_ctlr->int_poll_timer); in int_poll_timeout()
273 php_ctlr->int_poll_timer.function = &int_poll_timeout; in start_int_poll_timer()
274 php_ctlr->int_poll_timer.data = (unsigned long)php_ctlr; /* Instance data */ in start_int_poll_timer()
275 php_ctlr->int_poll_timer.expires = jiffies + seconds * HZ; in start_int_poll_timer()
276 add_timer(&php_ctlr->int_poll_timer); in start_int_poll_timer()
787 del_timer(&php_ctlr->int_poll_timer); in hpc_release_ctlr()
1546 init_timer(&php_ctlr->int_poll_timer); in shpc_init()
Dshpchp.h309 struct timer_list int_poll_timer; /* Added for poll event */ member