Searched refs:USB_DT_CONFIG (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.4/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-v5.4/drivers/usb/core/ |
| D | config.c | 568 if (config->desc.bDescriptorType != USB_DT_CONFIG || in usb_parse_configuration() 676 header->bDescriptorType == USB_DT_CONFIG) in usb_parse_configuration() 841 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, in usb_get_configuration() 871 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, in usb_get_configuration()
|
| D | hcd.c | 232 USB_DT_CONFIG, /* __u8 bDescriptorType; Configuration */ 279 USB_DT_CONFIG, /* __u8 bDescriptorType; Configuration */ 327 USB_DT_CONFIG, /* __u8 bDescriptorType; Configuration */ 596 case USB_DT_CONFIG << 8: in rh_call_control()
|
| D | hub.c | 5601 length = usb_get_descriptor(udev, USB_DT_CONFIG, index, buf, in descriptors_changed()
|
| /Linux-v5.4/drivers/usb/gadget/ |
| D | config.c | 102 cp->bDescriptorType = USB_DT_CONFIG; in usb_gadget_config_buf()
|
| D | composite.c | 1646 case USB_DT_CONFIG: in composite_setup()
|
| /Linux-v5.4/drivers/usb/common/ |
| D | debug.c | 114 case USB_DT_CONFIG: in usb_decode_get_set_descriptor()
|
| /Linux-v5.4/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-v5.4/drivers/usb/misc/ |
| 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()
|
| /Linux-v5.4/drivers/usb/gadget/legacy/ |
| D | inode.c | 1386 case USB_DT_CONFIG: in gadgetfs_setup() 1773 return config->bDescriptorType == USB_DT_CONFIG in is_valid_config() 1834 if (kbuf [1] == USB_DT_CONFIG) { in dev_config()
|
| /Linux-v5.4/drivers/usb/gadget/function/ |
| D | f_fs.c | 2062 case USB_DT_CONFIG: in ffs_do_single_desc()
|