Home
last modified time | relevance | path

Searched refs:USBD_IRQHandler (Results 1 – 25 of 25) sorted by relevance

/components/drivers/usb/cherryusb/port/aic/
A Dusb_dc_aic_ll.c13 extern irqreturn_t USBD_IRQHandler(int irq, void * data);
46 aicos_request_irq(CONFIG_USB_AIC_DC_IRQ_NUM, USBD_IRQHandler, in usb_dc_low_level_init()
A Dusb_dc_aic.c1415 void USBD_IRQHandler(void) in USBD_IRQHandler() function
/components/drivers/usb/cherryusb/port/fsdev/
A Dusb_glue_st.c60 USBD_IRQHandler(0); in USB_IRQHandler()
65 USBD_IRQHandler(0); in USB_LP_IRQHandler()
A Dusb_dc_fsdev.c328 void USBD_IRQHandler(uint8_t busid) in USBD_IRQHandler() function
/components/drivers/usb/cherryusb/core/
A Dusbd_core.h94 #ifdef USBD_IRQHandler
95 #error USBD_IRQHandler is obsolete, please call USBD_IRQHandler(xxx) in your irq
/components/drivers/usb/cherryusb/port/pusb2/rt-thread/
A Dusb_dc_glue_phytium.c18 void USBD_IRQHandler(uint8_t busid);
27 USBD_IRQHandler(CONFIG_USB_PUSB2_BUS_ID); in usb_dc_pusb2_interrupt_handler()
/components/drivers/usb/cherryusb/port/kinetis/
A Dusb_glue_mcx.c48 extern void USBD_IRQHandler(uint8_t busid); in USBD_IRQ()
49 USBD_IRQHandler(0); in USBD_IRQ()
A Dusb_glue_mm32.c30 USBD_IRQHandler(0); in USB_OTGFS_IRQHandler()
A Dusb_dc_kinetis.c342 void USBD_IRQHandler(uint8_t busid) in USBD_IRQHandler() function
/components/drivers/usb/cherryusb/port/dwc2/
A Dusb_glue_nation.c9 __WEAK void USBD_IRQHandler(uint8_t busid) in USBD_IRQHandler() function
118 g_usb_dwc2_irq = USBD_IRQHandler; in usb_dc_low_level_init()
A Dusb_glue_esp.c138 extern void USBD_IRQHandler(uint8_t busid); in usb_dc_interrupt_cb()
140 USBD_IRQHandler(busid); in usb_dc_interrupt_cb()
A Dusb_glue_st.c630 g_usb_dwc2_irq[1] = USBD_IRQHandler; in usb_dc_low_level_init()
633 g_usb_dwc2_irq[0] = USBD_IRQHandler; in usb_dc_low_level_init()
A Dusb_glue_kendryte.c162 USBD_IRQHandler((uint8_t)(uintptr_t)arg_pv); in usb_dc_interrupt_cb()
A Dusb_dc_dwc2.c972 void USBD_IRQHandler(uint8_t busid) in USBD_IRQHandler() function
/components/drivers/usb/cherryusb/port/hpmicro/
A Dusb_dc_hpm.c60 g_usb_hpm_irq[0] = USBD_IRQHandler; in usb_dc_isr_connect()
66 g_usb_hpm_irq[1] = USBD_IRQHandler; in usb_dc_isr_connect()
273 void USBD_IRQHandler(uint8_t busid) in USBD_IRQHandler() function
/components/drivers/usb/cherryusb/common/
A Dusb_dc.h203 void USBD_IRQHandler(uint8_t busid);
/components/drivers/usb/cherryusb/port/musb/
A Dusb_glue_bk.c156 extern void USBD_IRQHandler(uint8_t busid);
160 USBD_IRQHandler(0); in USBD_IRQ()
A Dusb_glue_sifli.c157 USBD_IRQHandler(0); in USBC_IRQHandler()
A Dusb_dc_musb.c781 void USBD_IRQHandler(uint8_t busid) in USBD_IRQHandler() function
/components/drivers/usb/cherryusb/port/template/
A Dusb_dc.c123 void USBD_IRQHandler(uint8_t busid) in USBD_IRQHandler() function
/components/drivers/usb/cherryusb/port/nxp/
A Dusb_glue_mcx.c12 __WEAK void USBD_IRQHandler(uint8_t busid) in USBD_IRQHandler() function
354 g_usb_nxp_irq = USBD_IRQHandler; in usb_dc_low_level_init()
/components/drivers/usb/cherryusb/port/rp2040/
A Dusb_dc_rp2040.c491 void USBD_IRQHandler(uint8_t busid) in USBD_IRQHandler() function
594 USBD_IRQHandler(0); in rp2040_usbd_irq()
/components/drivers/usb/cherryusb/port/bouffalolab/
A Dusb_dc_bl.c40 extern void USBD_IRQHandler(uint8_t busid);
44 USBD_IRQHandler(0); in USBD_IRQ()
946 void USBD_IRQHandler(uint8_t busid) in USBD_IRQHandler() function
/components/drivers/usb/cherryusb/port/chipidea/
A Dusb_dc_chipidea.c626 void USBD_IRQHandler(uint8_t busid) in USBD_IRQHandler() function
/components/drivers/usb/cherryusb/port/nrf5x/
A Dusb_dc_nrf5x.c593 void USBD_IRQHandler(uint8_t busid) in USBD_IRQHandler() function

Completed in 35 milliseconds