Home
last modified time | relevance | path

Searched refs:CONFIG_USBDEV_MAX_BUS (Results 1 – 11 of 11) sorted by relevance

/components/drivers/usb/cherryusb/port/pusb2/rt-thread/
A Dusb_config.h216 #ifndef CONFIG_USBDEV_MAX_BUS
217 #define CONFIG_USBDEV_MAX_BUS 1 // for now, bus num must be 1 except hpm ip macro
/components/drivers/usb/cherryusb/
A Dcherryusb_config_template.h252 #ifndef CONFIG_USBDEV_MAX_BUS
253 #define CONFIG_USBDEV_MAX_BUS 1 macro
/components/drivers/usb/cherryusb/port/xhci/phytium/rt-thread/
A Dusb_config.h232 #ifndef CONFIG_USBDEV_MAX_BUS
233 #define CONFIG_USBDEV_MAX_BUS 2 // for now, bus num must be 1 except hpm ip macro
/components/drivers/usb/cherryusb/port/hpmicro/
A Dusb_dc_hpm.c44 } g_hpm_udc[CONFIG_USBDEV_MAX_BUS];
47 …uint8_t _dcd_data[CONFIG_USBDEV_MAX_BUS][HPM_ALIGN_UP(sizeof(dcd_data_t), USB_SOC_DCD_DATA_RAM_ADD…
48 static USB_NOCACHE_RAM_SECTION usb_device_handle_t usb_device_handle[CONFIG_USBDEV_MAX_BUS];
/components/drivers/usb/cherryusb/port/chipidea/
A Dusb_dc_chipidea.c122 } g_chipidea_udc[CONFIG_USBDEV_MAX_BUS];
125 #if CONFIG_USBDEV_MAX_BUS == 2
129 static dcd_data_t *g_dcd_data[CONFIG_USBDEV_MAX_BUS] = {
131 #if CONFIG_USBDEV_MAX_BUS == 2
/components/drivers/usb/cherryusb/port/kinetis/
A Dusb_dc_kinetis.c31 } g_kinetis_udc[CONFIG_USBDEV_MAX_BUS];
33 …_RAM_SECTION __attribute__((aligned(512))) kinetis_bd_table_t g_kinetis_bdt[CONFIG_USBDEV_MAX_BUS];
34 USB_NOCACHE_RAM_SECTION __attribute__((aligned(32))) uint8_t setup_packet[CONFIG_USBDEV_MAX_BUS][8];
/components/drivers/usb/cherryusb/core/
A Dusbd_core.c90 } g_usbd_core[CONFIG_USBDEV_MAX_BUS];
92 struct usbd_bus g_usbdev_bus[CONFIG_USBDEV_MAX_BUS];
1539 if (busid >= CONFIG_USBDEV_MAX_BUS) {
1572 if (busid >= CONFIG_USBDEV_MAX_BUS) {
/components/drivers/usb/cherryusb/class/audio/
A Dusbd_audio.c20 } g_usbd_audio[CONFIG_USBDEV_MAX_BUS];
/components/drivers/usb/cherryusb/class/msc/
A Dusbd_msc.c19 static struct usbd_endpoint mass_ep_data[CONFIG_USBDEV_MAX_BUS][2];
58 } g_usbd_msc[CONFIG_USBDEV_MAX_BUS];
/components/drivers/usb/cherryusb/class/video/
A Dusbd_video.c29 } g_usbd_video[CONFIG_USBDEV_MAX_BUS];
/components/drivers/usb/cherryusb/port/dwc2/
A Dusb_dc_dwc2.c84 } g_dwc2_udc[CONFIG_USBDEV_MAX_BUS];

Completed in 21 milliseconds