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

/linux-4.1.27/drivers/usb/misc/
H A Dehset.c93 USB_DT_DEVICE << 8, 0, ehset_probe()
H A Dlvstest.c263 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN, USB_DT_DEVICE << 8, get_dev_desc_store()
H A Dusbtest.c834 retval = usb_get_descriptor(udev, USB_DT_DEVICE, 0, ch9_postconfig()
1196 req.wValue = cpu_to_le16(USB_DT_DEVICE << 8); test_ctrl_queue()
1285 req.wValue = cpu_to_le16((USB_DT_DEVICE << 8) | 0); test_ctrl_queue()
/linux-4.1.27/drivers/usb/gadget/legacy/
H A Ddbgp.c37 .bDescriptorType = USB_DT_DEVICE,
363 case USB_DT_DEVICE: dbgp_setup()
H A Dacm_ms.c41 .bDescriptorType = USB_DT_DEVICE,
H A Dcdc2.c44 .bDescriptorType = USB_DT_DEVICE,
H A Dgmidi.c90 .bDescriptorType = USB_DT_DEVICE,
H A Dhid.c49 .bDescriptorType = USB_DT_DEVICE,
H A Dmass_storage.c56 .bDescriptorType = USB_DT_DEVICE,
H A Dncm.c50 .bDescriptorType = USB_DT_DEVICE,
H A Dprinter.c75 .bDescriptorType = USB_DT_DEVICE,
H A Dserial.c68 .bDescriptorType = USB_DT_DEVICE,
H A Daudio.c125 .bDescriptorType = USB_DT_DEVICE,
H A Dmulti.c68 .bDescriptorType = USB_DT_DEVICE,
H A Dnokia.c68 .bDescriptorType = USB_DT_DEVICE,
H A Dwebcam.c79 .bDescriptorType = USB_DT_DEVICE,
H A Dg_ffs.c70 .bDescriptorType = USB_DT_DEVICE,
H A Dzero.c114 .bDescriptorType = USB_DT_DEVICE,
H A Dether.c152 .bDescriptorType = USB_DT_DEVICE,
H A Dinode.c1346 case USB_DT_DEVICE: gadgetfs_setup()
1820 || dev->dev->bDescriptorType != USB_DT_DEVICE dev_config()
H A Dtcm_usb_gadget.c2151 .bDescriptorType = USB_DT_DEVICE,
/linux-4.1.27/tools/usb/
H A Dtestusb.c72 #define USB_DT_DEVICE 0x01 macro
171 if (dev.bLength != sizeof dev || dev.bDescriptorType != USB_DT_DEVICE) testdev_ifnum()
/linux-4.1.27/include/uapi/linux/usb/
H A Dch9.h211 #define USB_DT_DEVICE 0x01 macro
242 #define USB_DT_CS_DEVICE (USB_TYPE_CLASS | USB_DT_DEVICE)
257 /* USB_DT_DEVICE: Device descriptor */
/linux-4.1.27/sound/usb/
H A Dquirks.c580 err = usb_get_descriptor(dev, USB_DT_DEVICE, 0, snd_usb_extigy_boot_quirk()
828 err = usb_get_descriptor(dev, USB_DT_DEVICE, 0, snd_usb_mbox2_boot_quirk()
/linux-4.1.27/drivers/usb/core/
H A Dmessage.c623 * Device (USB_DT_DEVICE) and configuration descriptors (USB_DT_CONFIG)
895 * type = USB_DT_DEVICE and index = 0.
913 ret = usb_get_descriptor(dev, USB_DT_DEVICE, 0, desc, size); usb_get_device_descriptor()
H A Dconfig.c537 } else if (header->bDescriptorType == USB_DT_DEVICE || usb_parse_configuration()
H A Dhcd.c556 case USB_DT_DEVICE << 8: rh_call_control()
H A Dhub.c4373 USB_DT_DEVICE << 8, 0, hub_port_init()
4379 USB_DT_DEVICE) { hub_port_init()
/linux-4.1.27/drivers/usb/gadget/
H A Dcomposite.c1490 case USB_DT_DEVICE: composite_setup()
1492 count_configs(cdev, USB_DT_DEVICE); composite_setup()
H A Dconfigfs.c1502 gi->cdev.desc.bDescriptorType = USB_DT_DEVICE; gadgets_make()
/linux-4.1.27/drivers/usb/host/
H A Dehci-hub.c819 dr->wValue = cpu_to_le16(USB_DT_DEVICE << 8); ehset_single_step_set_feature()
/linux-4.1.27/drivers/usb/usbip/
H A Dvhci_hcd.c538 if (ctrlreq->wValue == cpu_to_le16(USB_DT_DEVICE << 8)) vhci_urb_enqueue()
/linux-4.1.27/drivers/staging/emxx_udc/
H A Demxx_udc.c1406 .bDescriptorType = USB_DT_DEVICE,
/linux-4.1.27/drivers/usb/gadget/function/
H A Df_fs.c1755 case USB_DT_DEVICE: ffs_do_single_desc()

Completed in 1463 milliseconds