Home
last modified time | relevance | path

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 DdrvHCD.c670 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 DdrvTimer.c340 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 DdrvTransport.c193 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 DdrvEHCI.h550 mod_timer (&ehci->watchdog, t, 0); in timer_action()
H A DdrvEhciHcd.c8160 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 DdrvTimer.h131 #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 DdrvTimer.h179 extern int mod_timer(struct timer_list *timer, U32 expires, U32 steps);