Home
last modified time | relevance | path

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

12

/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/linux/drivers/usb/core/
H A Dconfig.c637 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 Dhcd.c212 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 Dch9.h207 #define USB_DT_CONFIG 0x02 macro
240 #define USB_DT_CS_CONFIG (USB_TYPE_CLASS | 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/linux/drivers/usb/gadget/
H A Dconfig.c102 cp->bDescriptorType = USB_DT_CONFIG; in usb_gadget_config_buf()
/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/linux/drivers/usb/gadget/udc/aspeed-vhub/
H A Dhub.c99 .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 Dch9.h238 #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 Ddebug.c115 case USB_DT_CONFIG: in usb_decode_get_set_descriptor()
/openbmc/u-boot/drivers/serial/
H A Dusbtty.c161 .bDescriptorType = USB_DT_CONFIG,
292 .bDescriptorType = USB_DT_CONFIG,
/openbmc/linux/drivers/usb/misc/
H A Dusbtest.c713 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 Ddesc.c92 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 Dsl811-hcd.c669 case USB_DT_CONFIG: in sl811_rh_submit_urb()
H A Dxhci.c916 case USB_DT_CONFIG: in xhci_submit_root()
/openbmc/qemu/include/hw/
H A Dusb.h148 #define USB_DT_CONFIG 0x02 macro
/openbmc/linux/drivers/usb/gadget/legacy/
H A Dinode.c1398 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 Dmusb_hcd.c655 case (USB_DT_CONFIG << 8): /* configuration descriptor */ in musb_submit_rh_msg()

12