Home
last modified time | relevance | path

Searched refs:int_timer (Results 1 – 2 of 2) sorted by relevance

/components/drivers/usb/cherryusb/class/hub/
A Dusbh_hub.c301 usb_osal_timer_start(hub->int_timer); in hub_int_complete_callback()
419 …hub->int_timer = usb_osal_timer_create("hubint_tim", USBH_GET_URB_INTERVAL(hub->intin->bInterval, … in usbh_hub_connect()
420 if (hub->int_timer == NULL) { in usbh_hub_connect()
424 usb_osal_timer_start(hub->int_timer); in usbh_hub_connect()
440 if (hub->int_timer) { in usbh_hub_disconnect()
441 usb_osal_timer_delete(hub->int_timer); in usbh_hub_disconnect()
651 usb_osal_timer_start(hub->int_timer); in usbh_hub_events()
/components/drivers/usb/cherryusb/core/
A Dusbh_core.h142 struct usb_osal_timer *int_timer; member

Completed in 23 milliseconds