Home
last modified time | relevance | path

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

12

/Linux-v6.6/tools/usb/
Dtestusb.c59 #define USB_DT_DEVICE 0x01 macro
164 if (dev.bLength != sizeof dev || dev.bDescriptorType != USB_DT_DEVICE) in testdev_ifnum()
/Linux-v6.6/drivers/usb/gadget/legacy/
Dtcm_usb_gadget.c33 .bDescriptorType = USB_DT_DEVICE,
Ddbgp.c38 .bDescriptorType = USB_DT_DEVICE,
363 case USB_DT_DEVICE: in dbgp_setup()
Dgmidi.c78 .bDescriptorType = USB_DT_DEVICE,
Dncm.c46 .bDescriptorType = USB_DT_DEVICE,
Dmass_storage.c52 .bDescriptorType = USB_DT_DEVICE,
Dprinter.c69 .bDescriptorType = USB_DT_DEVICE,
Dcdc2.c40 .bDescriptorType = USB_DT_DEVICE,
Dacm_ms.c37 .bDescriptorType = USB_DT_DEVICE,
Dhid.c44 .bDescriptorType = USB_DT_DEVICE,
Dserial.c65 .bDescriptorType = USB_DT_DEVICE,
Dether.c148 .bDescriptorType = USB_DT_DEVICE,
Daudio.c172 .bDescriptorType = USB_DT_DEVICE,
Dmulti.c64 .bDescriptorType = USB_DT_DEVICE,
Dnokia.c87 .bDescriptorType = USB_DT_DEVICE,
Dwebcam.c72 .bDescriptorType = USB_DT_DEVICE,
Dzero.c112 .bDescriptorType = USB_DT_DEVICE,
Dg_ffs.c66 .bDescriptorType = USB_DT_DEVICE,
/Linux-v6.6/drivers/usb/misc/
Dehset.c133 USB_DIR_IN, USB_DT_DEVICE << 8, 0, in ehset_probe()
Dlvstest.c275 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN, USB_DT_DEVICE << 8, in get_dev_desc_store()
/Linux-v6.6/drivers/usb/gadget/udc/aspeed-vhub/
Dhub.c55 .bDescriptorType = USB_DT_DEVICE,
290 case USB_DT_DEVICE: in ast_vhub_rep_desc()
457 case USB_DT_DEVICE: in ast_vhub_std_hub_request()
/Linux-v6.6/include/uapi/linux/usb/
Dch9.h237 #define USB_DT_DEVICE 0x01 macro
270 #define USB_DT_CS_DEVICE (USB_TYPE_CLASS | USB_DT_DEVICE)
/Linux-v6.6/drivers/usb/common/
Ddebug.c112 case USB_DT_DEVICE: in usb_decode_get_set_descriptor()
/Linux-v6.6/drivers/usb/core/
Dhcd.c120 USB_DT_DEVICE, /* __u8 bDescriptorType; Device */
141 USB_DT_DEVICE, /* __u8 bDescriptorType; Device */
162 USB_DT_DEVICE, /* __u8 bDescriptorType; Device */
185 USB_DT_DEVICE, /* __u8 bDescriptorType; Device */
551 case USB_DT_DEVICE << 8: in rh_call_control()
2197 dr->wValue = cpu_to_le16(USB_DT_DEVICE << 8); in ehset_single_step_set_feature()
/Linux-v6.6/drivers/usb/usbip/
Dvudc_sysfs.c36 req.wValue = cpu_to_le16(USB_DT_DEVICE << 8); in get_gadget_descs()

12