Home
last modified time | relevance | path

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

/linux-4.1.27/tools/usb/
Dtestusb.c72 #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/
Dehset.c93 USB_DT_DEVICE << 8, 0, in ehset_probe()
Dlvstest.c263 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN, USB_DT_DEVICE << 8, in get_dev_desc_store()
Dusbtest.c834 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/
Dncm.c50 .bDescriptorType = USB_DT_DEVICE,
Dgmidi.c90 .bDescriptorType = USB_DT_DEVICE,
Ddbgp.c37 .bDescriptorType = USB_DT_DEVICE,
363 case USB_DT_DEVICE: in dbgp_setup()
Dprinter.c75 .bDescriptorType = USB_DT_DEVICE,
Dcdc2.c44 .bDescriptorType = USB_DT_DEVICE,
Dmass_storage.c56 .bDescriptorType = USB_DT_DEVICE,
Dacm_ms.c41 .bDescriptorType = USB_DT_DEVICE,
Dserial.c68 .bDescriptorType = USB_DT_DEVICE,
Dhid.c49 .bDescriptorType = USB_DT_DEVICE,
Daudio.c125 .bDescriptorType = USB_DT_DEVICE,
Dether.c152 .bDescriptorType = USB_DT_DEVICE,
Dnokia.c68 .bDescriptorType = USB_DT_DEVICE,
Dzero.c114 .bDescriptorType = USB_DT_DEVICE,
Dwebcam.c79 .bDescriptorType = USB_DT_DEVICE,
Dmulti.c68 .bDescriptorType = USB_DT_DEVICE,
Dg_ffs.c70 .bDescriptorType = USB_DT_DEVICE,
Dinode.c1346 case USB_DT_DEVICE: in gadgetfs_setup()
1820 || dev->dev->bDescriptorType != USB_DT_DEVICE in dev_config()
Dtcm_usb_gadget.c2151 .bDescriptorType = USB_DT_DEVICE,
/linux-4.1.27/include/uapi/linux/usb/
Dch9.h211 #define USB_DT_DEVICE 0x01 macro
242 #define USB_DT_CS_DEVICE (USB_TYPE_CLASS | USB_DT_DEVICE)
/linux-4.1.27/sound/usb/
Dquirks.c580 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/
Dvhci_hcd.c538 if (ctrlreq->wValue == cpu_to_le16(USB_DT_DEVICE << 8)) in vhci_urb_enqueue()
/linux-4.1.27/drivers/usb/core/
Dconfig.c537 } else if (header->bDescriptorType == USB_DT_DEVICE || in usb_parse_configuration()
Dmessage.c913 ret = usb_get_descriptor(dev, USB_DT_DEVICE, 0, desc, size); in usb_get_device_descriptor()
Dhcd.c556 case USB_DT_DEVICE << 8: in rh_call_control()
Dhub.c4373 USB_DT_DEVICE << 8, 0, in hub_port_init()
4379 USB_DT_DEVICE) { in hub_port_init()
/linux-4.1.27/drivers/usb/gadget/
Dcomposite.c1490 case USB_DT_DEVICE: in composite_setup()
1492 count_configs(cdev, USB_DT_DEVICE); in composite_setup()
Dconfigfs.c1502 gi->cdev.desc.bDescriptorType = USB_DT_DEVICE; in gadgets_make()
/linux-4.1.27/drivers/usb/host/
Dehci-hub.c819 dr->wValue = cpu_to_le16(USB_DT_DEVICE << 8); in ehset_single_step_set_feature()
/linux-4.1.27/drivers/usb/gadget/function/
Df_fs.c1755 case USB_DT_DEVICE: in ffs_do_single_desc()
/linux-4.1.27/drivers/staging/emxx_udc/
Demxx_udc.c1406 .bDescriptorType = USB_DT_DEVICE,