Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/gadget/
Dconfig.c103 cp->bDescriptorType = USB_DT_CONFIG; in usb_gadget_config_buf()
Dether.c368 .bDescriptorType = USB_DT_CONFIG,
382 .bDescriptorType = USB_DT_CONFIG,
1291 case USB_DT_CONFIG: in eth_setup()
Dcomposite.c754 case USB_DT_CONFIG: in composite_setup()
/external/u-boot/drivers/usb/emul/
Dusb-emul-uclass.c60 case USB_DT_CONFIG: { in usb_emul_find_descriptor()
274 if ((*ptr)->bDescriptorType == USB_DT_CONFIG) { in usb_emul_setup_device()
Dsandbox_keyb.c68 .bDescriptorType = USB_DT_CONFIG,
Dsandbox_hub.c55 .bDescriptorType = USB_DT_CONFIG,
Dsandbox_flash.c118 .bDescriptorType = USB_DT_CONFIG,
/external/u-boot/include/linux/usb/
Dch9.h207 #define USB_DT_CONFIG 0x02 macro
240 #define USB_DT_CS_CONFIG (USB_TYPE_CLASS | USB_DT_CONFIG)
/external/u-boot/include/
Dusb_defs.h86 #define USB_DT_CONFIG 0x02 macro
Dusbdevice.h194 #define USB_DT_CONFIG 0x02 macro
/external/u-boot/common/
Dusb.c384 if (head->bDescriptorType != USB_DT_CONFIG) { in usb_parse_config()
573 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, buffer, 9); in usb_get_configuration_len()
596 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, buffer, length); in usb_get_configuration_no()
/external/kernel-headers/original/uapi/linux/usb/
Dch9.h241 #define USB_DT_CONFIG 0x02 macro
274 #define USB_DT_CS_CONFIG (USB_TYPE_CLASS | USB_DT_CONFIG)
/external/libusb-compat/libusb/
Dusb.h59 #define USB_DT_CONFIG 0x02 macro
/external/u-boot/drivers/serial/
Dusbtty.c161 .bDescriptorType = USB_DT_CONFIG,
292 .bDescriptorType = USB_DT_CONFIG,
/external/u-boot/drivers/usb/host/
Dsl811-hcd.c669 case USB_DT_CONFIG: in sl811_rh_submit_urb()
Dxhci.c916 case USB_DT_CONFIG: in xhci_submit_root()
Dehci-hcd.c703 case USB_DT_CONFIG: in ehci_submit_root()
/external/u-boot/drivers/usb/musb/
Dmusb_hcd.c655 case (USB_DT_CONFIG << 8): /* configuration descriptor */ in musb_submit_rh_msg()