Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Dconfig.c103 cp->bDescriptorType = USB_DT_CONFIG; in usb_gadget_config_buf()
H A Dether.c360 .bDescriptorType = USB_DT_CONFIG,
374 .bDescriptorType = USB_DT_CONFIG,
1283 case USB_DT_CONFIG: in eth_setup()
H A Dcomposite.c767 case USB_DT_CONFIG: in composite_setup()
/openbmc/u-boot/drivers/usb/emul/
H A 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()
H A Dsandbox_keyb.c68 .bDescriptorType = USB_DT_CONFIG,
H A Dsandbox_hub.c55 .bDescriptorType = USB_DT_CONFIG,
H A Dsandbox_flash.c118 .bDescriptorType = USB_DT_CONFIG,
/openbmc/u-boot/include/
H A Dusb_defs.h86 #define USB_DT_CONFIG 0x02 macro
H A Dusbdevice.h194 #define USB_DT_CONFIG 0x02 macro
/openbmc/u-boot/include/linux/usb/
H A Dch9.h207 #define USB_DT_CONFIG 0x02 macro
240 #define USB_DT_CS_CONFIG (USB_TYPE_CLASS | USB_DT_CONFIG)
/openbmc/u-boot/common/
H A 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()
/openbmc/u-boot/drivers/serial/
H A Dusbtty.c161 .bDescriptorType = USB_DT_CONFIG,
292 .bDescriptorType = USB_DT_CONFIG,
/openbmc/qemu/hw/usb/
H A Ddesc.c92 d->bDescriptorType = USB_DT_CONFIG; in usb_desc_config()
657 case USB_DT_CONFIG: in usb_desc_get_descriptor()
H A Dhost-libusb.c452 udev->setup_buf[3] == USB_DT_CONFIG && udev->setup_buf[2] == 0 && in usb_host_req_complete_ctrl()
H A Dredirect.c2023 control_packet->value == (USB_DT_CONFIG << 8) && in usbredir_control_packet()
/openbmc/u-boot/drivers/usb/host/
H A Dsl811-hcd.c669 case USB_DT_CONFIG: in sl811_rh_submit_urb()
H A Dxhci.c916 case USB_DT_CONFIG: in xhci_submit_root()
H A Dehci-hcd.c709 case USB_DT_CONFIG: in ehci_submit_root()
/openbmc/qemu/include/hw/
H A Dusb.h148 #define USB_DT_CONFIG 0x02 macro
/openbmc/u-boot/drivers/usb/musb/
H A Dmusb_hcd.c655 case (USB_DT_CONFIG << 8): /* configuration descriptor */ in musb_submit_rh_msg()