/linux-4.1.27/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.1.27/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 | 834 retval = usb_get_descriptor(udev, USB_DT_DEVICE, 0, in ch9_postconfig() 1196 req.wValue = cpu_to_le16(USB_DT_DEVICE << 8); in test_ctrl_queue() 1285 req.wValue = cpu_to_le16((USB_DT_DEVICE << 8) | 0); in test_ctrl_queue()
|
/linux-4.1.27/drivers/usb/gadget/legacy/ |
D | ncm.c | 50 .bDescriptorType = USB_DT_DEVICE,
|
D | gmidi.c | 90 .bDescriptorType = USB_DT_DEVICE,
|
D | dbgp.c | 37 .bDescriptorType = USB_DT_DEVICE, 363 case USB_DT_DEVICE: in dbgp_setup()
|
D | printer.c | 75 .bDescriptorType = USB_DT_DEVICE,
|
D | cdc2.c | 44 .bDescriptorType = USB_DT_DEVICE,
|
D | mass_storage.c | 56 .bDescriptorType = USB_DT_DEVICE,
|
D | acm_ms.c | 41 .bDescriptorType = USB_DT_DEVICE,
|
D | serial.c | 68 .bDescriptorType = USB_DT_DEVICE,
|
D | hid.c | 49 .bDescriptorType = USB_DT_DEVICE,
|
D | audio.c | 125 .bDescriptorType = USB_DT_DEVICE,
|
D | ether.c | 152 .bDescriptorType = USB_DT_DEVICE,
|
D | nokia.c | 68 .bDescriptorType = USB_DT_DEVICE,
|
D | zero.c | 114 .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 | 1346 case USB_DT_DEVICE: in gadgetfs_setup() 1820 || dev->dev->bDescriptorType != USB_DT_DEVICE in dev_config()
|
D | tcm_usb_gadget.c | 2151 .bDescriptorType = USB_DT_DEVICE,
|
/linux-4.1.27/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.1.27/sound/usb/ |
D | quirks.c | 580 err = usb_get_descriptor(dev, USB_DT_DEVICE, 0, in snd_usb_extigy_boot_quirk() 828 err = usb_get_descriptor(dev, USB_DT_DEVICE, 0, in snd_usb_mbox2_boot_quirk()
|
/linux-4.1.27/drivers/usb/usbip/ |
D | vhci_hcd.c | 538 if (ctrlreq->wValue == cpu_to_le16(USB_DT_DEVICE << 8)) in vhci_urb_enqueue()
|
/linux-4.1.27/drivers/usb/core/ |
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 | hcd.c | 556 case USB_DT_DEVICE << 8: in rh_call_control()
|
D | hub.c | 4373 USB_DT_DEVICE << 8, 0, in hub_port_init() 4379 USB_DT_DEVICE) { in hub_port_init()
|
/linux-4.1.27/drivers/usb/gadget/ |
D | composite.c | 1490 case USB_DT_DEVICE: in composite_setup() 1492 count_configs(cdev, USB_DT_DEVICE); in composite_setup()
|
D | configfs.c | 1502 gi->cdev.desc.bDescriptorType = USB_DT_DEVICE; in gadgets_make()
|
/linux-4.1.27/drivers/usb/host/ |
D | ehci-hub.c | 819 dr->wValue = cpu_to_le16(USB_DT_DEVICE << 8); in ehset_single_step_set_feature()
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | f_fs.c | 1755 case USB_DT_DEVICE: in ffs_do_single_desc()
|
/linux-4.1.27/drivers/staging/emxx_udc/ |
D | emxx_udc.c | 1406 .bDescriptorType = USB_DT_DEVICE,
|