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.c353 .bDescriptorType = USB_DT_CONFIG,
367 .bDescriptorType = USB_DT_CONFIG,
1269 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.c62 case USB_DT_CONFIG: { in usb_emul_find_descriptor()
278 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.c82 .bDescriptorType = USB_DT_CONFIG,
/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/include/
A Dusb_defs.h112 #define USB_DT_CONFIG 0x02 macro
A Dusbdevice.h194 #define USB_DT_CONFIG 0x02 macro
/u-boot/common/
A Dusb.c392 if (head->bDescriptorType != USB_DT_CONFIG) { in usb_parse_config()
581 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, buffer, 9); in usb_get_configuration_len()
604 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, buffer, length); in usb_get_configuration_no()
/u-boot/drivers/serial/
A Dusbtty.c149 .bDescriptorType = USB_DT_CONFIG,
280 .bDescriptorType = USB_DT_CONFIG,
/u-boot/drivers/usb/musb/
A Dmusb_hcd.c651 case (USB_DT_CONFIG << 8): /* configuration descriptor */ in musb_submit_rh_msg()
/u-boot/drivers/usb/isp1760/
A Disp1760-hcd.c225 USB_DT_CONFIG, /* __u8 bDescriptorType; Configuration */
2099 case USB_DT_CONFIG << 8: in isp1760_hub_control()
/u-boot/drivers/usb/host/
A Dxhci.c909 case USB_DT_CONFIG: in xhci_submit_root()
A Dehci-hcd.c764 case USB_DT_CONFIG: in ehci_submit_root()

Completed in 45 milliseconds