Searched refs:USB_DT_CONFIG (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dconfig.c113 cp->bDescriptorType = USB_DT_CONFIG;
H A Dgmidi.c215 .bDescriptorType = USB_DT_CONFIG,
678 case USB_DT_CONFIG:
H A Dinode.c1439 case USB_DT_CONFIG:
1835 return config->bDescriptorType == USB_DT_CONFIG
1881 if (kbuf [1] == USB_DT_CONFIG) {
H A Dprinter.c249 .bDescriptorType = USB_DT_CONFIG,
1165 case USB_DT_CONFIG:
H A Dcomposite.c817 case USB_DT_CONFIG:
H A Dfile_storage.c471 .bDescriptorType = USB_DT_CONFIG,
852 case USB_DT_CONFIG:
H A Df_fs.c1633 case USB_DT_CONFIG:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Dconfig.c425 if (config->desc.bDescriptorType != USB_DT_CONFIG ||
525 header->bDescriptorType == USB_DT_CONFIG)
698 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno,
722 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno,
H A Dhcd.c522 case USB_DT_CONFIG << 8:
H A Dhub.c3531 length = usb_get_descriptor(udev, USB_DT_CONFIG, index, buf,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Dch9.h177 #define USB_DT_CONFIG 0x02 macro
208 #define USB_DT_CS_CONFIG (USB_TYPE_CLASS | USB_DT_CONFIG)
271 /* USB_DT_CONFIG: Configuration descriptor information.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/
H A Dusbtest.c497 case USB_DT_CONFIG:
610 retval = usb_get_descriptor (udev, USB_DT_CONFIG, i,
870 req.wValue = cpu_to_le16 ((USB_DT_CONFIG << 8) | 0);
898 req.wValue = cpu_to_le16 ((USB_DT_CONFIG << 8) | 0);
926 req.wValue = cpu_to_le16 ((USB_DT_CONFIG << 8) | 0);
946 req.wValue = cpu_to_le16 ((USB_DT_CONFIG << 8) | 0);

Completed in 106 milliseconds