Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/legacy/
Ddbgp.c37 .bDescriptorType = USB_DT_DEVICE,
349 case USB_DT_DEVICE: in dbgp_setup()
Dncm.c50 .bDescriptorType = USB_DT_DEVICE,
Dgmidi.c88 .bDescriptorType = USB_DT_DEVICE,
Dprinter.c73 .bDescriptorType = USB_DT_DEVICE,
Dcdc2.c44 .bDescriptorType = USB_DT_DEVICE,
Dacm_ms.c41 .bDescriptorType = USB_DT_DEVICE,
Dmass_storage.c56 .bDescriptorType = USB_DT_DEVICE,
Dserial.c67 .bDescriptorType = USB_DT_DEVICE,
Dhid.c48 .bDescriptorType = USB_DT_DEVICE,
Daudio.c124 .bDescriptorType = USB_DT_DEVICE,
Dether.c152 .bDescriptorType = USB_DT_DEVICE,
Dzero.c114 .bDescriptorType = USB_DT_DEVICE,
Dnokia.c91 .bDescriptorType = USB_DT_DEVICE,
Dwebcam.c79 .bDescriptorType = USB_DT_DEVICE,
Dmulti.c68 .bDescriptorType = USB_DT_DEVICE,
Dg_ffs.c70 .bDescriptorType = USB_DT_DEVICE,
Dinode.c1349 case USB_DT_DEVICE: in gadgetfs_setup()
1823 || dev->dev->bDescriptorType != USB_DT_DEVICE in dev_config()
Dtcm_usb_gadget.c1976 .bDescriptorType = USB_DT_DEVICE,
/linux-4.4.14/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.4.14/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.c847 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/
Dch9.h211 #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/
Dhcd.c134 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()
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()
Dhub.c4413 USB_DT_DEVICE << 8, 0, in hub_port_init()
4419 USB_DT_DEVICE) { in hub_port_init()
/linux-4.4.14/sound/usb/
Dquirks.c587 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/
Dvhci_hcd.c538 if (ctrlreq->wValue == cpu_to_le16(USB_DT_DEVICE << 8)) in vhci_urb_enqueue()
/linux-4.4.14/drivers/usb/gadget/
Dcomposite.c1495 case USB_DT_DEVICE: in composite_setup()
1497 count_configs(cdev, USB_DT_DEVICE); in composite_setup()
Dconfigfs.c1450 gi->cdev.desc.bDescriptorType = USB_DT_DEVICE; in gadgets_make()
/linux-4.4.14/drivers/usb/host/
Dehci-hub.c820 dr->wValue = cpu_to_le16(USB_DT_DEVICE << 8); in ehset_single_step_set_feature()
/linux-4.4.14/drivers/staging/emxx_udc/
Demxx_udc.c1395 .bDescriptorType = USB_DT_DEVICE,
/linux-4.4.14/drivers/usb/gadget/function/
Df_fs.c1755 case USB_DT_DEVICE: in ffs_do_single_desc()