Searched refs:USB_DT_CONFIG (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/usb/gadget/udc/aspeed-vhub/ |
D | hub.c | 103 .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/ |
D | config.c | 563 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()
|
D | hcd.c | 235 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()
|
D | hub.c | 5496 length = usb_get_descriptor(udev, USB_DT_CONFIG, index, buf, in descriptors_changed()
|
/Linux-v4.19/drivers/usb/gadget/ |
D | config.c | 102 cp->bDescriptorType = USB_DT_CONFIG; in usb_gadget_config_buf()
|
D | composite.c | 1632 case USB_DT_CONFIG: in composite_setup()
|
/Linux-v4.19/include/uapi/linux/usb/ |
D | ch9.h | 241 #define USB_DT_CONFIG 0x02 macro 274 #define USB_DT_CS_CONFIG (USB_TYPE_CLASS | USB_DT_CONFIG)
|
/Linux-v4.19/drivers/usb/misc/ |
D | usbtest.c | 705 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/ |
D | debug.h | 315 case USB_DT_CONFIG: in dwc3_decode_get_set_descriptor()
|
/Linux-v4.19/drivers/usb/gadget/legacy/ |
D | inode.c | 1385 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/ |
D | f_fs.c | 1980 case USB_DT_CONFIG: in ffs_do_single_desc()
|