Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/gadget/
Dconfig.c104 cp->bDescriptorType = USB_DT_CONFIG; in usb_gadget_config_buf()
Dinode.c1441 case USB_DT_CONFIG: in gadgetfs_setup()
1831 return config->bDescriptorType == USB_DT_CONFIG in is_valid_config()
1879 if (kbuf [1] == USB_DT_CONFIG) { in dev_config()
Dprinter.c238 .bDescriptorType = USB_DT_CONFIG,
1161 case USB_DT_CONFIG: in printer_setup()
Dcomposite.c1082 case USB_DT_CONFIG: in composite_setup()
Dfile_storage.c568 .bDescriptorType = USB_DT_CONFIG,
969 case USB_DT_CONFIG: in standard_setup_req()
Df_fs.c1608 case USB_DT_CONFIG: in ffs_do_desc()
/linux-3.4.99/drivers/usb/core/
Dconfig.c426 if (config->desc.bDescriptorType != USB_DT_CONFIG || in usb_parse_configuration()
527 header->bDescriptorType == USB_DT_CONFIG) in usb_parse_configuration()
695 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, in usb_get_configuration()
719 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, in usb_get_configuration()
Dhcd.c542 case USB_DT_CONFIG << 8: in rh_call_control()
Dhub.c4069 length = usb_get_descriptor(udev, USB_DT_CONFIG, index, buf, in descriptors_changed()
/linux-3.4.99/include/linux/usb/
Dch9.h210 #define USB_DT_CONFIG 0x02 macro
241 #define USB_DT_CS_CONFIG (USB_TYPE_CLASS | USB_DT_CONFIG)
/linux-3.4.99/drivers/usb/misc/
Dusbtest.c589 case USB_DT_CONFIG: in is_good_config()
702 retval = usb_get_descriptor(udev, USB_DT_CONFIG, i, in ch9_postconfig()
975 req.wValue = cpu_to_le16((USB_DT_CONFIG << 8) | 0); in test_ctrl_queue()
1003 req.wValue = cpu_to_le16((USB_DT_CONFIG << 8) | 0); in test_ctrl_queue()
1031 req.wValue = cpu_to_le16((USB_DT_CONFIG << 8) | 0); in test_ctrl_queue()
1051 req.wValue = cpu_to_le16((USB_DT_CONFIG << 8) | 0); in test_ctrl_queue()