Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/port/dwc2/
A Dusb_glue_kendryte.c106 static void usb_hc_interrupt_cb(int irq, void *arg_pv) in usb_hc_interrupt_cb() function
128 … rt_hw_interrupt_install(173, usb_hc_interrupt_cb, (void *)(uintptr_t)bus->hcd.hcd_id, "usbh0"); in usb_hc_low_level_init()
143 … rt_hw_interrupt_install(174, usb_hc_interrupt_cb, (void *)(uintptr_t)bus->hcd.hcd_id, "usbh1"); in usb_hc_low_level_init()
A Dusb_glue_esp.c185 static void usb_hc_interrupt_cb(void *arg_pv) in usb_hc_interrupt_cb() function
214 …ret = esp_intr_alloc(GET_USB_INTR_SOURCE(reg_base), ESP_INTR_FLAG_LOWMED, usb_hc_interrupt_cb, (vo… in usb_hc_low_level_init()

Completed in 6 milliseconds