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

12

/linux-master/drivers/usb/gadget/legacy/
H A Dncm.c46 .bDescriptorType = USB_DT_DEVICE,
H A Dtcm_usb_gadget.c33 .bDescriptorType = USB_DT_DEVICE,
H A Dgmidi.c78 .bDescriptorType = USB_DT_DEVICE,
H A Dcdc2.c40 .bDescriptorType = USB_DT_DEVICE,
H A Dacm_ms.c37 .bDescriptorType = USB_DT_DEVICE,
H A Dmass_storage.c52 .bDescriptorType = USB_DT_DEVICE,
H A Dprinter.c69 .bDescriptorType = USB_DT_DEVICE,
H A Ddbgp.c38 .bDescriptorType = USB_DT_DEVICE,
363 case USB_DT_DEVICE:
H A Dether.c148 .bDescriptorType = USB_DT_DEVICE,
H A Dserial.c65 .bDescriptorType = USB_DT_DEVICE,
H A Dhid.c44 .bDescriptorType = USB_DT_DEVICE,
H A Dzero.c112 .bDescriptorType = USB_DT_DEVICE,
H A Dnokia.c87 .bDescriptorType = USB_DT_DEVICE,
H A Dmulti.c64 .bDescriptorType = USB_DT_DEVICE,
H A Daudio.c172 .bDescriptorType = USB_DT_DEVICE,
H A Dg_ffs.c66 .bDescriptorType = USB_DT_DEVICE,
H A Dwebcam.c73 .bDescriptorType = USB_DT_DEVICE,
/linux-master/drivers/usb/misc/
H A Dehset.c133 USB_DIR_IN, USB_DT_DEVICE << 8, 0,
H A Dlvstest.c275 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN, USB_DT_DEVICE << 8,
/linux-master/tools/usb/
H A Dtestusb.c59 #define USB_DT_DEVICE 0x01 macro
164 if (dev.bLength != sizeof dev || dev.bDescriptorType != USB_DT_DEVICE)
/linux-master/drivers/usb/common/
H A Ddebug.c112 case USB_DT_DEVICE:
/linux-master/drivers/usb/usbip/
H A Dvudc_sysfs.c36 req.wValue = cpu_to_le16(USB_DT_DEVICE << 8);
/linux-master/include/uapi/linux/usb/
H A Dch9.h237 #define USB_DT_DEVICE 0x01 macro
270 #define USB_DT_CS_DEVICE (USB_TYPE_CLASS | USB_DT_DEVICE)
285 /* USB_DT_DEVICE: Device descriptor */
/linux-master/drivers/usb/gadget/udc/aspeed-vhub/
H A Dhub.c55 .bDescriptorType = USB_DT_DEVICE,
290 case USB_DT_DEVICE:
457 case USB_DT_DEVICE:
/linux-master/drivers/usb/core/
H A 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 */
549 case USB_DT_DEVICE << 8:
2196 dr->wValue = cpu_to_le16(USB_DT_DEVICE << 8);

Completed in 187 milliseconds

12