/linux/tools/usb/ |
H A D | testusb.c | 59 #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 D | dbgp.c | 38 .bDescriptorType = USB_DT_DEVICE, 363 case USB_DT_DEVICE: in dbgp_setup()
|
H A D | tcm_usb_gadget.c | 33 .bDescriptorType = USB_DT_DEVICE,
|
H A D | ncm.c | 46 .bDescriptorType = USB_DT_DEVICE,
|
H A D | gmidi.c | 79 .bDescriptorType = USB_DT_DEVICE,
|
H A D | printer.c | 69 .bDescriptorType = USB_DT_DEVICE,
|
H A D | mass_storage.c | 52 .bDescriptorType = USB_DT_DEVICE,
|
H A D | cdc2.c | 40 .bDescriptorType = USB_DT_DEVICE,
|
H A D | acm_ms.c | 37 .bDescriptorType = USB_DT_DEVICE,
|
H A D | serial.c | 65 .bDescriptorType = USB_DT_DEVICE,
|
H A D | ether.c | 148 .bDescriptorType = USB_DT_DEVICE,
|
H A D | audio.c | 172 .bDescriptorType = USB_DT_DEVICE,
|
H A D | multi.c | 64 .bDescriptorType = USB_DT_DEVICE,
|
H A D | nokia.c | 87 .bDescriptorType = USB_DT_DEVICE,
|
H A D | zero.c | 112 .bDescriptorType = USB_DT_DEVICE,
|
H A D | g_ffs.c | 66 .bDescriptorType = USB_DT_DEVICE,
|
H A D | webcam.c | 73 .bDescriptorType = USB_DT_DEVICE,
|
/linux/drivers/usb/misc/ |
H A D | ehset.c | 133 USB_DIR_IN, USB_DT_DEVICE << 8, 0, in ehset_probe()
|
H A D | lvstest.c | 275 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN, USB_DT_DEVICE << 8, in get_dev_desc_store()
|
/linux/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | hub.c | 55 .bDescriptorType = USB_DT_DEVICE, 290 case USB_DT_DEVICE: in ast_vhub_rep_desc() 457 case USB_DT_DEVICE: in ast_vhub_std_hub_request()
|
/linux/include/uapi/linux/usb/ |
H A D | ch9.h | 237 #define USB_DT_DEVICE 0x01 macro 273 #define USB_DT_CS_DEVICE (USB_TYPE_CLASS | USB_DT_DEVICE)
|
/linux/drivers/usb/core/ |
H A D | hcd.c | 120 USB_DT_DEVICE, /* __u8 bDescriptorType; Device */ 141 USB_DT_DEVICE, /* __u8 bDescriptorType; Device */ 162 USB_DT_DEVICE, /* __u8 bDescriptorType; Device */ 185 USB_DT_DEVICE, /* __u8 bDescriptorType; Device */ 549 case USB_DT_DEVICE << 8: in rh_call_control() 2198 dr->wValue = cpu_to_le16(USB_DT_DEVICE << 8); in ehset_single_step_set_feature()
|
/linux/drivers/usb/common/ |
H A D | debug.c | 112 case USB_DT_DEVICE: in usb_decode_get_set_descriptor()
|
/linux/drivers/usb/usbip/ |
H A D | vudc_sysfs.c | 36 req.wValue = cpu_to_le16(USB_DT_DEVICE << 8); in get_gadget_descs()
|
/linux/sound/usb/ |
H A D | quirks.c | 573 err = usb_get_descriptor(dev, USB_DT_DEVICE, 0, in snd_usb_extigy_boot_quirk() 952 err = usb_get_descriptor(dev, USB_DT_DEVICE, 0, in snd_usb_mbox2_boot_quirk() 1287 err = usb_get_descriptor(dev, USB_DT_DEVICE, 0, in snd_usb_motu_microbookii_communicate()
|