Searched refs:roothub_timer (Results 1 – 3 of 3) sorted by relevance
506 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()
103 struct timer_list roothub_timer; member
2790 ms_update_timer(&pHcd->roothub_timer, pEhci->u32ResetEnd[0], 0); in ms_ehci_irq()