Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/tools/usb/
A Dtestusb.c59 #define USB_DT_DEVICE 0x01 macro
164 if (dev.bLength != sizeof dev || dev.bDescriptorType != USB_DT_DEVICE) in testdev_ifnum()
/linux-6.3-rc2/drivers/usb/gadget/legacy/
A Dtcm_usb_gadget.c33 .bDescriptorType = USB_DT_DEVICE,
A Ddbgp.c38 .bDescriptorType = USB_DT_DEVICE,
363 case USB_DT_DEVICE: in dbgp_setup()
A Dgmidi.c78 .bDescriptorType = USB_DT_DEVICE,
A Dncm.c46 .bDescriptorType = USB_DT_DEVICE,
A Dmass_storage.c52 .bDescriptorType = USB_DT_DEVICE,
A Dprinter.c69 .bDescriptorType = USB_DT_DEVICE,
A Dcdc2.c40 .bDescriptorType = USB_DT_DEVICE,
A Dacm_ms.c37 .bDescriptorType = USB_DT_DEVICE,
A Dhid.c44 .bDescriptorType = USB_DT_DEVICE,
A Dserial.c65 .bDescriptorType = USB_DT_DEVICE,
A Dether.c148 .bDescriptorType = USB_DT_DEVICE,
A Daudio.c172 .bDescriptorType = USB_DT_DEVICE,
A Dmulti.c64 .bDescriptorType = USB_DT_DEVICE,
A Dnokia.c87 .bDescriptorType = USB_DT_DEVICE,
A Dwebcam.c72 .bDescriptorType = USB_DT_DEVICE,
A Dzero.c112 .bDescriptorType = USB_DT_DEVICE,
A Dg_ffs.c66 .bDescriptorType = USB_DT_DEVICE,
/linux-6.3-rc2/drivers/usb/misc/
A Dehset.c133 USB_DIR_IN, USB_DT_DEVICE << 8, 0, in ehset_probe()
/linux-6.3-rc2/drivers/usb/core/
A Dhcd.c120 USB_DT_DEVICE, /* __u8 bDescriptorType; Device */
141 USB_DT_DEVICE, /* __u8 bDescriptorType; Device */
162 USB_DT_DEVICE, /* __u8 bDescriptorType; Device */
183 USB_DT_DEVICE, /* __u8 bDescriptorType; Device */
206 USB_DT_DEVICE, /* __u8 bDescriptorType; Device */
572 case USB_DT_DEVICE << 8: in rh_call_control()
2218 dr->wValue = cpu_to_le16(USB_DT_DEVICE << 8); in ehset_single_step_set_feature()
/linux-6.3-rc2/drivers/usb/gadget/udc/aspeed-vhub/
A Dhub.c56 .bDescriptorType = USB_DT_DEVICE,
291 case USB_DT_DEVICE: in ast_vhub_rep_desc()
458 case USB_DT_DEVICE: in ast_vhub_std_hub_request()
/linux-6.3-rc2/include/uapi/linux/usb/
A Dch9.h240 #define USB_DT_DEVICE 0x01 macro
273 #define USB_DT_CS_DEVICE (USB_TYPE_CLASS | USB_DT_DEVICE)
/linux-6.3-rc2/drivers/usb/common/
A Ddebug.c112 case USB_DT_DEVICE: in usb_decode_get_set_descriptor()
/linux-6.3-rc2/drivers/usb/usbip/
A Dvudc_sysfs.c36 req.wValue = cpu_to_le16(USB_DT_DEVICE << 8); in get_gadget_descs()
/linux-6.3-rc2/sound/usb/
A Dquirks.c566 err = usb_get_descriptor(dev, USB_DT_DEVICE, 0, in snd_usb_extigy_boot_quirk()
936 err = usb_get_descriptor(dev, USB_DT_DEVICE, 0, in snd_usb_mbox2_boot_quirk()
1266 err = usb_get_descriptor(dev, USB_DT_DEVICE, 0, in snd_usb_mbox3_boot_quirk()

Completed in 49 milliseconds

12