Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/gadget/udc/aspeed-vhub/
Dhub.c103 .bDescriptorType = USB_DT_CONFIG,
288 case USB_DT_CONFIG: in ast_vhub_rep_desc()
393 case USB_DT_CONFIG: in ast_vhub_std_hub_request()
/Linux-v4.19/drivers/usb/core/
Dconfig.c563 if (config->desc.bDescriptorType != USB_DT_CONFIG || in usb_parse_configuration()
671 header->bDescriptorType == USB_DT_CONFIG) in usb_parse_configuration()
839 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, in usb_get_configuration()
869 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, in usb_get_configuration()
Dhcd.c235 USB_DT_CONFIG, /* __u8 bDescriptorType; Configuration */
282 USB_DT_CONFIG, /* __u8 bDescriptorType; Configuration */
330 USB_DT_CONFIG, /* __u8 bDescriptorType; Configuration */
593 case USB_DT_CONFIG << 8: in rh_call_control()
Dhub.c5496 length = usb_get_descriptor(udev, USB_DT_CONFIG, index, buf, in descriptors_changed()
/Linux-v4.19/drivers/usb/gadget/
Dconfig.c102 cp->bDescriptorType = USB_DT_CONFIG; in usb_gadget_config_buf()
Dcomposite.c1632 case USB_DT_CONFIG: in composite_setup()
/Linux-v4.19/include/uapi/linux/usb/
Dch9.h241 #define USB_DT_CONFIG 0x02 macro
274 #define USB_DT_CS_CONFIG (USB_TYPE_CLASS | USB_DT_CONFIG)
/Linux-v4.19/drivers/usb/misc/
Dusbtest.c705 case USB_DT_CONFIG: in is_good_config()
972 retval = usb_get_descriptor(udev, USB_DT_CONFIG, i, in ch9_postconfig()
1246 req.wValue = cpu_to_le16((USB_DT_CONFIG << 8) | 0); in test_ctrl_queue()
1274 req.wValue = cpu_to_le16((USB_DT_CONFIG << 8) | 0); in test_ctrl_queue()
1302 req.wValue = cpu_to_le16((USB_DT_CONFIG << 8) | 0); in test_ctrl_queue()
1322 req.wValue = cpu_to_le16((USB_DT_CONFIG << 8) | 0); in test_ctrl_queue()
/Linux-v4.19/drivers/usb/dwc3/
Ddebug.h315 case USB_DT_CONFIG: in dwc3_decode_get_set_descriptor()
/Linux-v4.19/drivers/usb/gadget/legacy/
Dinode.c1385 case USB_DT_CONFIG: in gadgetfs_setup()
1772 return config->bDescriptorType == USB_DT_CONFIG in is_valid_config()
1833 if (kbuf [1] == USB_DT_CONFIG) { in dev_config()
/Linux-v4.19/drivers/usb/gadget/function/
Df_fs.c1980 case USB_DT_CONFIG: in ffs_do_single_desc()