/linux-4.4.14/drivers/usb/gadget/legacy/ |
D | dbgp.c | 37 .bDescriptorType = USB_DT_DEVICE, 349 case USB_DT_DEVICE: in dbgp_setup()
|
D | ncm.c | 50 .bDescriptorType = USB_DT_DEVICE,
|
D | gmidi.c | 88 .bDescriptorType = USB_DT_DEVICE,
|
D | printer.c | 73 .bDescriptorType = USB_DT_DEVICE,
|
D | cdc2.c | 44 .bDescriptorType = USB_DT_DEVICE,
|
D | acm_ms.c | 41 .bDescriptorType = USB_DT_DEVICE,
|
D | mass_storage.c | 56 .bDescriptorType = USB_DT_DEVICE,
|
D | serial.c | 67 .bDescriptorType = USB_DT_DEVICE,
|
D | hid.c | 48 .bDescriptorType = USB_DT_DEVICE,
|
D | audio.c | 124 .bDescriptorType = USB_DT_DEVICE,
|
D | ether.c | 152 .bDescriptorType = USB_DT_DEVICE,
|
D | zero.c | 114 .bDescriptorType = USB_DT_DEVICE,
|
D | nokia.c | 91 .bDescriptorType = USB_DT_DEVICE,
|
D | webcam.c | 79 .bDescriptorType = USB_DT_DEVICE,
|
D | multi.c | 68 .bDescriptorType = USB_DT_DEVICE,
|
D | g_ffs.c | 70 .bDescriptorType = USB_DT_DEVICE,
|
D | inode.c | 1349 case USB_DT_DEVICE: in gadgetfs_setup() 1823 || dev->dev->bDescriptorType != USB_DT_DEVICE in dev_config()
|
D | tcm_usb_gadget.c | 1976 .bDescriptorType = USB_DT_DEVICE,
|
/linux-4.4.14/tools/usb/ |
D | testusb.c | 72 #define USB_DT_DEVICE 0x01 macro 171 if (dev.bLength != sizeof dev || dev.bDescriptorType != USB_DT_DEVICE) in testdev_ifnum()
|
/linux-4.4.14/drivers/usb/misc/ |
D | ehset.c | 93 USB_DT_DEVICE << 8, 0, in ehset_probe()
|
D | lvstest.c | 263 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN, USB_DT_DEVICE << 8, in get_dev_desc_store()
|
D | usbtest.c | 847 retval = usb_get_descriptor(udev, USB_DT_DEVICE, 0, in ch9_postconfig() 1209 req.wValue = cpu_to_le16(USB_DT_DEVICE << 8); in test_ctrl_queue() 1298 req.wValue = cpu_to_le16((USB_DT_DEVICE << 8) | 0); in test_ctrl_queue()
|
/linux-4.4.14/include/uapi/linux/usb/ |
D | ch9.h | 211 #define USB_DT_DEVICE 0x01 macro 242 #define USB_DT_CS_DEVICE (USB_TYPE_CLASS | USB_DT_DEVICE)
|
/linux-4.4.14/drivers/usb/core/ |
D | hcd.c | 134 USB_DT_DEVICE, /* __u8 bDescriptorType; Device */ 155 USB_DT_DEVICE, /* __u8 bDescriptorType; Device */ 176 USB_DT_DEVICE, /* __u8 bDescriptorType; Device */ 199 USB_DT_DEVICE, /* __u8 bDescriptorType; Device */ 557 case USB_DT_DEVICE << 8: in rh_call_control()
|
D | config.c | 537 } else if (header->bDescriptorType == USB_DT_DEVICE || in usb_parse_configuration()
|
D | message.c | 913 ret = usb_get_descriptor(dev, USB_DT_DEVICE, 0, desc, size); in usb_get_device_descriptor()
|
D | hub.c | 4413 USB_DT_DEVICE << 8, 0, in hub_port_init() 4419 USB_DT_DEVICE) { in hub_port_init()
|
/linux-4.4.14/sound/usb/ |
D | quirks.c | 587 err = usb_get_descriptor(dev, USB_DT_DEVICE, 0, in snd_usb_extigy_boot_quirk() 835 err = usb_get_descriptor(dev, USB_DT_DEVICE, 0, in snd_usb_mbox2_boot_quirk()
|
/linux-4.4.14/drivers/usb/usbip/ |
D | vhci_hcd.c | 538 if (ctrlreq->wValue == cpu_to_le16(USB_DT_DEVICE << 8)) in vhci_urb_enqueue()
|
/linux-4.4.14/drivers/usb/gadget/ |
D | composite.c | 1495 case USB_DT_DEVICE: in composite_setup() 1497 count_configs(cdev, USB_DT_DEVICE); in composite_setup()
|
D | configfs.c | 1450 gi->cdev.desc.bDescriptorType = USB_DT_DEVICE; in gadgets_make()
|
/linux-4.4.14/drivers/usb/host/ |
D | ehci-hub.c | 820 dr->wValue = cpu_to_le16(USB_DT_DEVICE << 8); in ehset_single_step_set_feature()
|
/linux-4.4.14/drivers/staging/emxx_udc/ |
D | emxx_udc.c | 1395 .bDescriptorType = USB_DT_DEVICE,
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | f_fs.c | 1755 case USB_DT_DEVICE: in ffs_do_single_desc()
|