Searched refs:ms_update_timer (Results 1 – 6 of 6) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvEHCI.h | 198 ms_update_timer (&ehci->stiaa_Watchdog, EHCI_IAA_MSEC, 0); // 20 ms in ms_iaa_watchdog_begin() 250 ms_update_timer (&ehci->stWatchdog, u32Time, 0); in ms_timer_action() 285 ms_update_timer (&ehci->stWatchdog, u32Time, 0); in ms_timer_action()
|
| H A D | drvTimer.c | 282 int ms_update_timer(struct timer_list *timer, U32 expires, U32 steps) in ms_update_timer() function
|
| H A D | drvBulktran.c | 262 ms_update_timer(ptr_timer, ptr_timer->tmout_value, ptr_timer->tmout_step); in ms_usb_timeout_handler()
|
| H A D | drvUsbd.c | 506 ms_update_timer(&pHcd->roothub_timer, USB_SW_TIMER_TICK, 0); in ms_rh_queue_status()
|
| H A D | drvEhciHcd.c | 2790 ms_update_timer(&pHcd->roothub_timer, pEhci->u32ResetEnd[0], 0); in ms_ehci_irq()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/ |
| H A D | drvTimer.h | 126 extern int ms_update_timer(struct timer_list *timer, MS_U32 expires, MS_U32 steps); 131 #define mod_timer(t,e,s) ms_update_timer(t,e,s)
|