Home
last modified time | relevance | path

Searched refs:USB_DT_CONFIG (Results 1 – 16 of 16) sorted by relevance

/u-boot/drivers/usb/gadget/
A Dconfig.c103 cp->bDescriptorType = USB_DT_CONFIG; in usb_gadget_config_buf()
A Dether.c361 .bDescriptorType = USB_DT_CONFIG,
375 .bDescriptorType = USB_DT_CONFIG,
1284 case USB_DT_CONFIG: in eth_setup()
A Dcomposite.c1072 case USB_DT_CONFIG: in composite_setup()
/u-boot/drivers/usb/emul/
A Dusb-emul-uclass.c61 case USB_DT_CONFIG: { in usb_emul_find_descriptor()
277 if ((*ptr)->bDescriptorType == USB_DT_CONFIG) { in usb_emul_setup_device()
A Dsandbox_keyb.c69 .bDescriptorType = USB_DT_CONFIG,
A Dsandbox_hub.c56 .bDescriptorType = USB_DT_CONFIG,
A Dsandbox_flash.c119 .bDescriptorType = USB_DT_CONFIG,
/u-boot/include/
A Dusb_defs.h86 #define USB_DT_CONFIG 0x02 macro
A Dusbdevice.h194 #define USB_DT_CONFIG 0x02 macro
/u-boot/include/linux/usb/
A Dch9.h207 #define USB_DT_CONFIG 0x02 macro
240 #define USB_DT_CS_CONFIG (USB_TYPE_CLASS | USB_DT_CONFIG)
/u-boot/common/
A Dusb.c396 if (head->bDescriptorType != USB_DT_CONFIG) { in usb_parse_config()
585 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, buffer, 9); in usb_get_configuration_len()
608 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, buffer, length); in usb_get_configuration_no()
/u-boot/drivers/serial/
A Dusbtty.c163 .bDescriptorType = USB_DT_CONFIG,
294 .bDescriptorType = USB_DT_CONFIG,
/u-boot/drivers/usb/host/
A Dsl811-hcd.c670 case USB_DT_CONFIG: in sl811_rh_submit_urb()
A Dxhci.c957 case USB_DT_CONFIG: in xhci_submit_root()
A Dehci-hcd.c743 case USB_DT_CONFIG: in ehci_submit_root()
/u-boot/drivers/usb/musb/
A Dmusb_hcd.c651 case (USB_DT_CONFIG << 8): /* configuration descriptor */ in musb_submit_rh_msg()

Completed in 34 milliseconds