Searched refs:USB_DT_CONFIG (Results 1 – 20 of 20) sorted by relevance
| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | config.c | 103 cp->bDescriptorType = USB_DT_CONFIG; in usb_gadget_config_buf()
|
| H A D | ether.c | 360 .bDescriptorType = USB_DT_CONFIG, 374 .bDescriptorType = USB_DT_CONFIG, 1283 case USB_DT_CONFIG: in eth_setup()
|
| H A D | composite.c | 767 case USB_DT_CONFIG: in composite_setup()
|
| /openbmc/u-boot/drivers/usb/emul/ |
| H A 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()
|
| H A D | sandbox_keyb.c | 68 .bDescriptorType = USB_DT_CONFIG,
|
| H A D | sandbox_hub.c | 55 .bDescriptorType = USB_DT_CONFIG,
|
| H A D | sandbox_flash.c | 118 .bDescriptorType = USB_DT_CONFIG,
|
| /openbmc/u-boot/include/ |
| H A D | usb_defs.h | 86 #define USB_DT_CONFIG 0x02 macro
|
| H A D | usbdevice.h | 194 #define USB_DT_CONFIG 0x02 macro
|
| /openbmc/u-boot/include/linux/usb/ |
| H A D | ch9.h | 207 #define USB_DT_CONFIG 0x02 macro 240 #define USB_DT_CS_CONFIG (USB_TYPE_CLASS | USB_DT_CONFIG)
|
| /openbmc/u-boot/common/ |
| H A 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()
|
| /openbmc/u-boot/drivers/serial/ |
| H A D | usbtty.c | 161 .bDescriptorType = USB_DT_CONFIG, 292 .bDescriptorType = USB_DT_CONFIG,
|
| /openbmc/qemu/hw/usb/ |
| H A D | desc.c | 92 d->bDescriptorType = USB_DT_CONFIG; in usb_desc_config() 657 case USB_DT_CONFIG: in usb_desc_get_descriptor()
|
| H A D | host-libusb.c | 452 udev->setup_buf[3] == USB_DT_CONFIG && udev->setup_buf[2] == 0 && in usb_host_req_complete_ctrl()
|
| H A D | redirect.c | 2023 control_packet->value == (USB_DT_CONFIG << 8) && in usbredir_control_packet()
|
| /openbmc/u-boot/drivers/usb/host/ |
| H A D | sl811-hcd.c | 669 case USB_DT_CONFIG: in sl811_rh_submit_urb()
|
| H A D | xhci.c | 916 case USB_DT_CONFIG: in xhci_submit_root()
|
| H A D | ehci-hcd.c | 709 case USB_DT_CONFIG: in ehci_submit_root()
|
| /openbmc/qemu/include/hw/ |
| H A D | usb.h | 148 #define USB_DT_CONFIG 0x02 macro
|
| /openbmc/u-boot/drivers/usb/musb/ |
| H A D | musb_hcd.c | 655 case (USB_DT_CONFIG << 8): /* configuration descriptor */ in musb_submit_rh_msg()
|