/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/linux/drivers/usb/core/ |
H A D | config.c | 637 if (config->desc.bDescriptorType != USB_DT_CONFIG || in usb_parse_configuration() 745 header->bDescriptorType == USB_DT_CONFIG) in usb_parse_configuration() 910 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, in usb_get_configuration() 940 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, in usb_get_configuration()
|
H A D | hcd.c | 212 USB_DT_CONFIG, /* __u8 bDescriptorType; Configuration */ 259 USB_DT_CONFIG, /* __u8 bDescriptorType; Configuration */ 307 USB_DT_CONFIG, /* __u8 bDescriptorType; Configuration */ 573 case USB_DT_CONFIG << 8: in rh_call_control()
|
/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/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/linux/drivers/usb/gadget/ |
H A D | config.c | 102 cp->bDescriptorType = USB_DT_CONFIG; in usb_gadget_config_buf()
|
/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/linux/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | hub.c | 99 .bDescriptorType = USB_DT_CONFIG, 297 case USB_DT_CONFIG: in ast_vhub_rep_desc() 458 case USB_DT_CONFIG: in ast_vhub_std_hub_request()
|
/openbmc/linux/include/uapi/linux/usb/ |
H A D | ch9.h | 238 #define USB_DT_CONFIG 0x02 macro 271 #define USB_DT_CS_CONFIG (USB_TYPE_CLASS | USB_DT_CONFIG)
|
/openbmc/linux/drivers/usb/common/ |
H A D | debug.c | 115 case USB_DT_CONFIG: in usb_decode_get_set_descriptor()
|
/openbmc/u-boot/drivers/serial/ |
H A D | usbtty.c | 161 .bDescriptorType = USB_DT_CONFIG, 292 .bDescriptorType = USB_DT_CONFIG,
|
/openbmc/linux/drivers/usb/misc/ |
H A D | usbtest.c | 713 case USB_DT_CONFIG: in is_good_config() 980 retval = usb_get_descriptor(udev, USB_DT_CONFIG, i, in ch9_postconfig() 1254 req.wValue = cpu_to_le16((USB_DT_CONFIG << 8) | 0); in test_ctrl_queue() 1282 req.wValue = cpu_to_le16((USB_DT_CONFIG << 8) | 0); in test_ctrl_queue() 1310 req.wValue = cpu_to_le16((USB_DT_CONFIG << 8) | 0); in test_ctrl_queue() 1330 req.wValue = cpu_to_le16((USB_DT_CONFIG << 8) | 0); in test_ctrl_queue()
|
/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()
|
/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()
|
/openbmc/qemu/include/hw/ |
H A D | usb.h | 148 #define USB_DT_CONFIG 0x02 macro
|
/openbmc/linux/drivers/usb/gadget/legacy/ |
H A D | inode.c | 1398 case USB_DT_CONFIG: in gadgetfs_setup() 1785 return config->bDescriptorType == USB_DT_CONFIG in is_valid_config() 1847 if (kbuf [1] == USB_DT_CONFIG) { in dev_config()
|
/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()
|