Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvUsbd.c506 ms_update_timer(&pHcd->roothub_timer, USB_SW_TIMER_TICK, 0); in ms_rh_queue_status()
602 ms_del_timer_sync(&pHcd->roothub_timer); in ms_usb_hcd_cpe_ehci_remove()
732 ms_init_timer(&pHcd->roothub_timer); in ms_new_usb_hcd()
733 pHcd->roothub_timer.function = (void *)ms_rh_timer_func; in ms_new_usb_hcd()
734 pHcd->roothub_timer.data = (unsigned long) pHcd; in ms_new_usb_hcd()
H A DdrvUsbd.h103 struct timer_list roothub_timer; member
H A DdrvEhciHcd.c2790 ms_update_timer(&pHcd->roothub_timer, pEhci->u32ResetEnd[0], 0); in ms_ehci_irq()