Home
last modified time | relevance | path

Searched refs:USB_DT_DEVICE (Results 1 – 25 of 33) sorted by relevance

12

/linux/tools/usb/
H A Dtestusb.c59 #define USB_DT_DEVICE 0x01 macro
164 if (dev.bLength != sizeof dev || dev.bDescriptorType != USB_DT_DEVICE) in testdev_ifnum()
/linux/drivers/usb/gadget/legacy/
H A Ddbgp.c38 .bDescriptorType = USB_DT_DEVICE,
363 case USB_DT_DEVICE: in dbgp_setup()
H A Dtcm_usb_gadget.c33 .bDescriptorType = USB_DT_DEVICE,
H A Dncm.c46 .bDescriptorType = USB_DT_DEVICE,
H A Dgmidi.c79 .bDescriptorType = USB_DT_DEVICE,
H A Dprinter.c69 .bDescriptorType = USB_DT_DEVICE,
H A Dmass_storage.c52 .bDescriptorType = USB_DT_DEVICE,
H A Dcdc2.c40 .bDescriptorType = USB_DT_DEVICE,
H A Dacm_ms.c37 .bDescriptorType = USB_DT_DEVICE,
H A Dserial.c65 .bDescriptorType = USB_DT_DEVICE,
H A Dhid.c44 .bDescriptorType = USB_DT_DEVICE,
H A Dether.c148 .bDescriptorType = USB_DT_DEVICE,
H A Daudio.c172 .bDescriptorType = USB_DT_DEVICE,
H A Dmulti.c64 .bDescriptorType = USB_DT_DEVICE,
H A Dnokia.c87 .bDescriptorType = USB_DT_DEVICE,
H A Dzero.c112 .bDescriptorType = USB_DT_DEVICE,
H A Dg_ffs.c66 .bDescriptorType = USB_DT_DEVICE,
H A Dwebcam.c73 .bDescriptorType = USB_DT_DEVICE,
/linux/drivers/usb/misc/
H A Dehset.c133 USB_DIR_IN, USB_DT_DEVICE << 8, 0, in ehset_probe()
H A Dlvstest.c275 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN, USB_DT_DEVICE << 8, in get_dev_desc_store()
H A Dusbtest.c887 retval = usb_get_descriptor(udev, USB_DT_DEVICE, 0, in ch9_postconfig()
1250 req.wValue = cpu_to_le16(USB_DT_DEVICE << 8); in test_ctrl_queue()
1339 req.wValue = cpu_to_le16((USB_DT_DEVICE << 8) | 0); in test_ctrl_queue()
/linux/drivers/usb/core/
H A Dhcd.c116 USB_DT_DEVICE, /* __u8 bDescriptorType; Device */
137 USB_DT_DEVICE, /* __u8 bDescriptorType; Device */
158 USB_DT_DEVICE, /* __u8 bDescriptorType; Device */
181 USB_DT_DEVICE, /* __u8 bDescriptorType; Device */
545 case USB_DT_DEVICE << 8: in rh_call_control()
2205 dr->wValue = cpu_to_le16(USB_DT_DEVICE << 8); in ehset_single_step_set_feature()
/linux/drivers/usb/common/
H A Ddebug.c112 case USB_DT_DEVICE: in usb_decode_get_set_descriptor()
/linux/drivers/usb/usbip/
H A Dvudc_sysfs.c36 req.wValue = cpu_to_le16(USB_DT_DEVICE << 8); in get_gadget_descs()
/linux/sound/usb/
H A Dquirks.c575 err = usb_get_descriptor(dev, USB_DT_DEVICE, 0, in snd_usb_extigy_boot_quirk()
954 err = usb_get_descriptor(dev, USB_DT_DEVICE, 0, in snd_usb_mbox2_boot_quirk()
1289 err = usb_get_descriptor(dev, USB_DT_DEVICE, 0, in snd_usb_mbox3_boot_quirk()

12