Searched refs:rh_timer (Results 1 – 3 of 3) sorted by relevance
338 ret = osal_timer_stop(hcd->rh_timer); in usb_hc_died()346 ret = osal_timer_delete(hcd->rh_timer); in usb_hc_died()491 hcd->rh_timer = osal_timer_create("hcd_timer", rh_timer_func, (void*)hcd, in usb_create_hc_gen_dev()494 if (hcd->rh_timer == NULL) in usb_create_hc_gen_dev()500 ret = osal_timer_start(hcd->rh_timer); in usb_create_hc_gen_dev()506 osal_timer_delete(hcd->rh_timer); in usb_create_hc_gen_dev()651 ret = osal_timer_stop(hcd->rh_timer); in usb_remove_hc_gen_dev()660 ret = osal_timer_delete(hcd->rh_timer); in usb_remove_hc_gen_dev()
293 mod_timer(&hcd->rh_timer, jiffies + msecs_to_jiffies(250)); in usb_hcd_poll_rh_status()400 mod_timer(&hcd->rh_timer, jiffies + in rh_queue_status()406 mod_timer(&hcd->rh_timer, jiffies); in rh_queue_status()
99 osal_timer_t rh_timer; member
Completed in 8 milliseconds