Home
last modified time | relevance | path

Searched refs:g_usbhost_bus (Results 1 – 7 of 7) sorted by relevance

/components/drivers/usb/cherryusb/core/
A Dusbh_core.c24 struct usbh_bus g_usbhost_bus[CONFIG_USBHOST_MAX_BUS]; variable
670 bus = &g_usbhost_bus[busid]; in usbh_initialize()
702 bus = &g_usbhost_bus[busid]; in usbh_deinitialize()
955 bus = &g_usbhost_bus[busid]; in usbh_find_hubport()
A Dusbh_core.h231 extern struct usbh_bus g_usbhost_bus[];
/components/drivers/usb/cherryusb/port/ohci/
A Dusb_hc_ohci.c283 bus = &g_usbhost_bus[busid]; in OHCI_IRQHandler()
/components/drivers/usb/cherryusb/port/rp2040/
A Dusb_hc_rp2040.c757 bus = &g_usbhost_bus[busid]; in USBH_IRQHandler()
/components/drivers/usb/cherryusb/port/musb/
A Dusb_hc_musb.c988 bus = &g_usbhost_bus[busid]; in USBH_IRQHandler()
/components/drivers/usb/cherryusb/port/ehci/
A Dusb_hc_ehci.c1402 bus = &g_usbhost_bus[busid]; in USBH_IRQHandler()
/components/drivers/usb/cherryusb/port/dwc2/
A Dusb_hc_dwc2.c1493 bus = &g_usbhost_bus[busid]; in USBH_IRQHandler()

Completed in 19 milliseconds