Searched refs:USB_DT_DEVICE (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/usb/
H A Dch9.h162 #define USB_DT_DEVICE 0x01 macro
188 #define USB_DT_CS_DEVICE (USB_TYPE_CLASS | USB_DT_DEVICE)
203 /* USB_DT_DEVICE: Device descriptor */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dgmidi.c209 .bDescriptorType = USB_DT_DEVICE,
686 case USB_DT_DEVICE:
H A Dzero.c224 .bDescriptorType = USB_DT_DEVICE,
934 case USB_DT_DEVICE:
H A Dether.c438 .bDescriptorType = USB_DT_DEVICE,
1353 case USB_DT_DEVICE:
H A Dinode.c1427 case USB_DT_DEVICE:
1905 || dev->dev->bDescriptorType != USB_DT_DEVICE
H A Dserial.c336 .bDescriptorType = USB_DT_DEVICE,
1567 case USB_DT_DEVICE:
H A Dfile_storage.c771 .bDescriptorType = USB_DT_DEVICE,
1305 case USB_DT_DEVICE:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/
H A Dusbtest.c614 retval = usb_get_descriptor (udev, USB_DT_DEVICE, 0,
867 req.wValue = cpu_to_le16 (USB_DT_DEVICE << 8);
953 req.wValue = cpu_to_le16 ((USB_DT_DEVICE << 8) | 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Dconfig.c354 } else if (header->bDescriptorType == USB_DT_DEVICE ||
H A Dmessage.c608 * Device (USB_DT_DEVICE) and configuration descriptors (USB_DT_CONFIG)
853 * type = USB_DT_DEVICE and index = 0.
871 ret = usb_get_descriptor(dev, USB_DT_DEVICE, 0, desc, size);
H A Dhub.c2218 USB_DT_DEVICE << 8, 0,
2224 USB_DT_DEVICE) {
H A Dhcd.c416 case USB_DT_DEVICE << 8:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/usb/
H A Dusbaudio.c3153 err = usb_get_descriptor(dev, USB_DT_DEVICE, 0,

Completed in 212 milliseconds