Searched refs:USB_DT_CONFIG (Results 1 – 11 of 11) sorted by relevance
| /Linux-v6.6/drivers/usb/core/ |
| D | config.c | 625 if (config->desc.bDescriptorType != USB_DT_CONFIG || in usb_parse_configuration() 733 header->bDescriptorType == USB_DT_CONFIG) in usb_parse_configuration() 898 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, in usb_get_configuration() 928 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, in usb_get_configuration()
|
| 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()
|
| D | hub.c | 5246 length = usb_get_descriptor(udev, USB_DT_CONFIG, index, buf, in descriptors_changed()
|
| /Linux-v6.6/drivers/usb/gadget/ |
| D | config.c | 102 cp->bDescriptorType = USB_DT_CONFIG; in usb_gadget_config_buf()
|
| D | composite.c | 1863 case USB_DT_CONFIG: in composite_setup()
|
| /Linux-v6.6/drivers/usb/gadget/udc/aspeed-vhub/ |
| 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()
|
| /Linux-v6.6/include/uapi/linux/usb/ |
| D | ch9.h | 238 #define USB_DT_CONFIG 0x02 macro 271 #define USB_DT_CS_CONFIG (USB_TYPE_CLASS | USB_DT_CONFIG)
|
| /Linux-v6.6/drivers/usb/common/ |
| D | debug.c | 115 case USB_DT_CONFIG: in usb_decode_get_set_descriptor()
|
| /Linux-v6.6/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-v6.6/drivers/usb/gadget/legacy/ |
| 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()
|
| /Linux-v6.6/drivers/usb/gadget/function/ |
| D | f_fs.c | 2036 case USB_DT_CONFIG: in ffs_do_single_desc()
|