Home
last modified time | relevance | path

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 DdrvEHCI.h198 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 DdrvTimer.c282 int ms_update_timer(struct timer_list *timer, U32 expires, U32 steps) in ms_update_timer() function
H A DdrvBulktran.c262 ms_update_timer(ptr_timer, ptr_timer->tmout_value, ptr_timer->tmout_step); in ms_usb_timeout_handler()
H A DdrvUsbd.c506 ms_update_timer(&pHcd->roothub_timer, USB_SW_TIMER_TICK, 0); in ms_rh_queue_status()
H A DdrvEhciHcd.c2790 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 DdrvTimer.h126 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)