Home
last modified time | relevance | path

Searched refs:CONFIG_USBHOST_MAX_BUS (Results 1 – 12 of 12) sorted by relevance

/components/drivers/usb/cherryusb/port/pusb2/rt-thread/
A Dusb_config.h251 #ifndef CONFIG_USBHOST_MAX_BUS
252 #define CONFIG_USBHOST_MAX_BUS 3 macro
/components/drivers/usb/cherryusb/
A Dcherryusb_config_template.h272 #ifndef CONFIG_USBHOST_MAX_BUS
273 #define CONFIG_USBHOST_MAX_BUS 1 macro
/components/drivers/usb/cherryusb/port/xhci/phytium/rt-thread/
A Dusb_config.h259 #ifndef CONFIG_USBHOST_MAX_BUS
260 #define CONFIG_USBHOST_MAX_BUS 2 macro
/components/drivers/usb/cherryusb/port/ehci/
A Dusb_hc_ehci.h94 extern struct ehci_hcd g_ehci_hcd[CONFIG_USBHOST_MAX_BUS];
95 extern uint32_t g_framelist[CONFIG_USBHOST_MAX_BUS][USB_ALIGN_UP(CONFIG_USB_EHCI_FRAME_LIST_SIZE, 1…
A Dusb_glue_t113.c17 #if CONFIG_USBHOST_MAX_BUS != 2
A Dusb_hc_ehci.c17 struct ehci_hcd g_ehci_hcd[CONFIG_USBHOST_MAX_BUS];
19 USB_NOCACHE_RAM_SECTION struct ehci_qh_hw ehci_qh_pool[CONFIG_USBHOST_MAX_BUS][CONFIG_USB_EHCI_QH_N…
20 USB_NOCACHE_RAM_SECTION struct ehci_qtd_hw ehci_qtd_pool[CONFIG_USBHOST_MAX_BUS][CONFIG_USB_EHCI_QT…
23 USB_NOCACHE_RAM_SECTION struct ehci_qh_hw g_async_qh_head[CONFIG_USBHOST_MAX_BUS];
25 USB_NOCACHE_RAM_SECTION struct ehci_qh_hw g_periodic_qh_head[CONFIG_USBHOST_MAX_BUS];
28 USB_NOCACHE_RAM_SECTION uint32_t g_framelist[CONFIG_USBHOST_MAX_BUS][USB_ALIGN_UP(CONFIG_USB_EHCI_F…
/components/drivers/usb/cherryusb/port/ohci/
A Dusb_hc_ohci.c18 struct ohci_hcd g_ohci_hcd[CONFIG_USBHOST_MAX_BUS];
20 USB_NOCACHE_RAM_SECTION struct ohci_ed_hw g_ohci_ed_pool[CONFIG_USBHOST_MAX_BUS][CONFIG_USB_OHCI_ED…
21 USB_NOCACHE_RAM_SECTION struct ohci_hcca ohci_hcca[CONFIG_USBHOST_MAX_BUS];
/components/drivers/usb/cherryusb/core/
A Dusbh_core.c21 USB_NOCACHE_RAM_SECTION USB_MEM_ALIGNX uint8_t ep0_request_buffer[CONFIG_USBHOST_MAX_BUS][USB_ALIGN…
22 …_SECTION USB_MEM_ALIGNX struct setup_align_buffer g_setup_buffer[CONFIG_USBHOST_MAX_BUS][CONFIG_US…
24 struct usbh_bus g_usbhost_bus[CONFIG_USBHOST_MAX_BUS];
664 if (busid >= CONFIG_USBHOST_MAX_BUS) { in usbh_initialize()
696 if (busid >= CONFIG_USBHOST_MAX_BUS) { in usbh_deinitialize()
/components/drivers/usb/cherryusb/class/hub/
A Dusbh_hub.c22 USB_NOCACHE_RAM_SECTION USB_MEM_ALIGNX uint8_t g_hub_buf[CONFIG_USBHOST_MAX_BUS][USB_ALIGN_UP(32, C…
23 USB_NOCACHE_RAM_SECTION USB_MEM_ALIGNX uint8_t g_hub_intbuf[CONFIG_USBHOST_MAX_BUS][CONFIG_USBHOST_…
/components/drivers/usb/cherryusb/port/rp2040/
A Dusb_hc_rp2040.c46 } g_rp2040_hcd[CONFIG_USBHOST_MAX_BUS];
/components/drivers/usb/cherryusb/port/musb/
A Dusb_hc_musb.c172 } g_musb_hcd[CONFIG_USBHOST_MAX_BUS];
/components/drivers/usb/cherryusb/port/dwc2/
A Dusb_hc_dwc2.c40 } g_dwc2_hcd[CONFIG_USBHOST_MAX_BUS];

Completed in 22 milliseconds