Searched refs:USB_DT_CONFIG (Results 1 – 18 of 18) sorted by relevance
/external/u-boot/drivers/usb/gadget/ |
D | config.c | 103 cp->bDescriptorType = USB_DT_CONFIG; in usb_gadget_config_buf()
|
D | ether.c | 368 .bDescriptorType = USB_DT_CONFIG, 382 .bDescriptorType = USB_DT_CONFIG, 1291 case USB_DT_CONFIG: in eth_setup()
|
D | composite.c | 754 case USB_DT_CONFIG: in composite_setup()
|
/external/u-boot/drivers/usb/emul/ |
D | usb-emul-uclass.c | 60 case USB_DT_CONFIG: { in usb_emul_find_descriptor() 274 if ((*ptr)->bDescriptorType == USB_DT_CONFIG) { in usb_emul_setup_device()
|
D | sandbox_keyb.c | 68 .bDescriptorType = USB_DT_CONFIG,
|
D | sandbox_hub.c | 55 .bDescriptorType = USB_DT_CONFIG,
|
D | sandbox_flash.c | 118 .bDescriptorType = USB_DT_CONFIG,
|
/external/u-boot/include/linux/usb/ |
D | ch9.h | 207 #define USB_DT_CONFIG 0x02 macro 240 #define USB_DT_CS_CONFIG (USB_TYPE_CLASS | USB_DT_CONFIG)
|
/external/u-boot/include/ |
D | usb_defs.h | 86 #define USB_DT_CONFIG 0x02 macro
|
D | usbdevice.h | 194 #define USB_DT_CONFIG 0x02 macro
|
/external/u-boot/common/ |
D | usb.c | 384 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/ |
D | ch9.h | 241 #define USB_DT_CONFIG 0x02 macro 274 #define USB_DT_CS_CONFIG (USB_TYPE_CLASS | USB_DT_CONFIG)
|
/external/libusb-compat/libusb/ |
D | usb.h | 59 #define USB_DT_CONFIG 0x02 macro
|
/external/u-boot/drivers/serial/ |
D | usbtty.c | 161 .bDescriptorType = USB_DT_CONFIG, 292 .bDescriptorType = USB_DT_CONFIG,
|
/external/u-boot/drivers/usb/host/ |
D | sl811-hcd.c | 669 case USB_DT_CONFIG: in sl811_rh_submit_urb()
|
D | xhci.c | 916 case USB_DT_CONFIG: in xhci_submit_root()
|
D | ehci-hcd.c | 703 case USB_DT_CONFIG: in ehci_submit_root()
|
/external/u-boot/drivers/usb/musb/ |
D | musb_hcd.c | 655 case (USB_DT_CONFIG << 8): /* configuration descriptor */ in musb_submit_rh_msg()
|