Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/core/
Dconfig.c437 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()
Dhcd.c226 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()
Dhub.c5279 length = usb_get_descriptor(udev, USB_DT_CONFIG, index, buf, in descriptors_changed()
/linux-4.4.14/include/uapi/linux/usb/
Dch9.h212 #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/
Dconfig.c106 cp->bDescriptorType = USB_DT_CONFIG; in usb_gadget_config_buf()
Dcomposite.c1527 case USB_DT_CONFIG: in composite_setup()
/linux-4.4.14/drivers/usb/misc/
Dusbtest.c673 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/
Dinode.c1363 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/
Df_fs.c1756 case USB_DT_CONFIG: in ffs_do_single_desc()