Searched refs:mod_timer (Results 1 – 7 of 7) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvHCD.c | 670 mod_timer (&hcd->rh_timer, ROOTHUB_TIMER_INTERVAL, 0); in rh_report_status() 795 mod_timer (&hcd->rh_timer, (jiffies/(HZ/4) + 1) * (HZ/4), 0); in usb_hcd_poll_rh_status() 873 mod_timer(&hcd->rh_timer, (jiffies/(HZ/4) + 1) * (HZ/4), 0); in rh_queue_status() 877 mod_timer(&hcd->rh_timer, jiffies, 0); in rh_queue_status()
|
| H A D | drvTimer.c | 340 int mod_timer(struct timer_list *timer, U32 expires, U32 steps) in mod_timer() function 476 int mod_timer(struct timer_list *timer, U32 expires, U32 steps) in mod_timer() function
|
| H A D | drvTransport.c | 193 mod_timer(pTimer, pTimer->tmout_value, pTimer->tmout_step); in timeout_handler() 1691 mod_timer(pTimer, pTimer->tmout_value, pTimer->tmout_step); in usb_default_timeout_handler()
|
| H A D | drvEHCI.h | 550 mod_timer (&ehci->watchdog, t, 0); in timer_action()
|
| H A D | drvEhciHcd.c | 8160 mod_timer(&hcd->rh_timer, ehci->reset_done[i], 0); in ehci_irq()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/ |
| H A D | drvTimer.h | 131 #define mod_timer(t,e,s) ms_update_timer(t,e,s) macro
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/ |
| H A D | drvTimer.h | 179 extern int mod_timer(struct timer_list *timer, U32 expires, U32 steps);
|