Searched refs:USB_DT_CONFIG (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/usb/core/ |
D | config.c | 437 if (config->desc.bDescriptorType != USB_DT_CONFIG || in usb_parse_configuration() 538 header->bDescriptorType == USB_DT_CONFIG) in usb_parse_configuration() 706 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, in usb_get_configuration() 736 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, in usb_get_configuration()
|
D | hcd.c | 226 USB_DT_CONFIG, /* __u8 bDescriptorType; Configuration */ 273 USB_DT_CONFIG, /* __u8 bDescriptorType; Configuration */ 321 USB_DT_CONFIG, /* __u8 bDescriptorType; Configuration */ 579 case USB_DT_CONFIG << 8: in rh_call_control()
|
D | hub.c | 5279 length = usb_get_descriptor(udev, USB_DT_CONFIG, index, buf, in descriptors_changed()
|
/linux-4.4.14/include/uapi/linux/usb/ |
D | ch9.h | 212 #define USB_DT_CONFIG 0x02 macro 243 #define USB_DT_CS_CONFIG (USB_TYPE_CLASS | USB_DT_CONFIG)
|
/linux-4.4.14/drivers/usb/gadget/ |
D | config.c | 106 cp->bDescriptorType = USB_DT_CONFIG; in usb_gadget_config_buf()
|
D | composite.c | 1527 case USB_DT_CONFIG: in composite_setup()
|
/linux-4.4.14/drivers/usb/misc/ |
D | usbtest.c | 673 case USB_DT_CONFIG: in is_good_config() 940 retval = usb_get_descriptor(udev, USB_DT_CONFIG, i, in ch9_postconfig() 1213 req.wValue = cpu_to_le16((USB_DT_CONFIG << 8) | 0); in test_ctrl_queue() 1241 req.wValue = cpu_to_le16((USB_DT_CONFIG << 8) | 0); in test_ctrl_queue() 1269 req.wValue = cpu_to_le16((USB_DT_CONFIG << 8) | 0); in test_ctrl_queue() 1289 req.wValue = cpu_to_le16((USB_DT_CONFIG << 8) | 0); in test_ctrl_queue()
|
/linux-4.4.14/drivers/usb/gadget/legacy/ |
D | inode.c | 1363 case USB_DT_CONFIG: in gadgetfs_setup() 1751 return config->bDescriptorType == USB_DT_CONFIG in is_valid_config() 1807 if (kbuf [1] == USB_DT_CONFIG) { in dev_config()
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | f_fs.c | 1756 case USB_DT_CONFIG: in ffs_do_single_desc()
|