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

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Daudio.c53 .bDescriptorType = USB_DT_DEVICE,
H A Dcdc2.c67 .bDescriptorType = USB_DT_DEVICE,
H A Dhid.c65 .bDescriptorType = USB_DT_DEVICE,
H A Dmass_storage.c70 .bDescriptorType = USB_DT_DEVICE,
H A Dnokia.c88 .bDescriptorType = USB_DT_DEVICE,
H A Dserial.c89 .bDescriptorType = USB_DT_DEVICE,
H A Ddbgp.c42 .bDescriptorType = USB_DT_DEVICE,
361 case USB_DT_DEVICE:
H A Dether.c170 .bDescriptorType = USB_DT_DEVICE,
H A Dg_ffs.c61 .bDescriptorType = USB_DT_DEVICE,
H A Dmulti.c94 .bDescriptorType = USB_DT_DEVICE,
H A Dwebcam.c73 .bDescriptorType = USB_DT_DEVICE,
H A Dzero.c125 .bDescriptorType = USB_DT_DEVICE,
H A Dcomposite.c800 case USB_DT_DEVICE:
802 count_configs(cdev, USB_DT_DEVICE);
H A Dgmidi.c202 .bDescriptorType = USB_DT_DEVICE,
674 case USB_DT_DEVICE:
H A Dprinter.c228 .bDescriptorType = USB_DT_DEVICE,
1147 case USB_DT_DEVICE:
H A Dinode.c1424 case USB_DT_DEVICE:
1897 || dev->dev->bDescriptorType != USB_DT_DEVICE
H A Dfile_storage.c452 .bDescriptorType = USB_DT_DEVICE,
834 case USB_DT_DEVICE:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/usb/
H A Dtestusb.c71 #define USB_DT_DEVICE 0x01 macro
170 if (dev.bLength != sizeof dev || dev.bDescriptorType != USB_DT_DEVICE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Dch9.h176 #define USB_DT_DEVICE 0x01 macro
207 #define USB_DT_CS_DEVICE (USB_TYPE_CLASS | USB_DT_DEVICE)
222 /* USB_DT_DEVICE: Device descriptor */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-usb-linux.c225 #define USB_DT_DEVICE 1 macro
266 ctrl.wValue = USB_DT_DEVICE << 8;
272 ctrl.value = USB_DT_DEVICE << 8;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/
H A Dquirks.c327 err = usb_get_descriptor(dev, USB_DT_DEVICE, 0,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/
H A Dusbtest.c601 retval = usb_get_descriptor (udev, USB_DT_DEVICE, 0,
866 req.wValue = cpu_to_le16 (USB_DT_DEVICE << 8);
952 req.wValue = cpu_to_le16 ((USB_DT_DEVICE << 8) | 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Dconfig.c524 } else if (header->bDescriptorType == USB_DT_DEVICE ||
H A Dhub.c2753 USB_DT_DEVICE << 8, 0,
2759 USB_DT_DEVICE) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/usbip/
H A Dvhci_hcd.c585 if (ctrlreq->wValue == (USB_DT_DEVICE << 8))

Completed in 150 milliseconds

12