Searched refs:USB_DT_DEVICE (Results 1 – 25 of 37) sorted by relevance
12
/Linux-v4.19/drivers/usb/gadget/udc/aspeed-vhub/ |
D | hub.c | 60 .bDescriptorType = USB_DT_DEVICE, 282 case USB_DT_DEVICE: in ast_vhub_rep_desc() 309 if (desc_type == USB_DT_DEVICE && ep->vhub->force_usb1) in ast_vhub_rep_desc() 392 case USB_DT_DEVICE: in ast_vhub_std_hub_request()
|
/Linux-v4.19/drivers/usb/gadget/legacy/ |
D | dbgp.c | 38 .bDescriptorType = USB_DT_DEVICE, 350 case USB_DT_DEVICE: in dbgp_setup()
|
D | tcm_usb_gadget.c | 33 .bDescriptorType = USB_DT_DEVICE,
|
D | ncm.c | 46 .bDescriptorType = USB_DT_DEVICE,
|
D | gmidi.c | 78 .bDescriptorType = USB_DT_DEVICE,
|
D | mass_storage.c | 52 .bDescriptorType = USB_DT_DEVICE,
|
D | printer.c | 69 .bDescriptorType = USB_DT_DEVICE,
|
D | cdc2.c | 40 .bDescriptorType = USB_DT_DEVICE,
|
D | acm_ms.c | 37 .bDescriptorType = USB_DT_DEVICE,
|
D | serial.c | 64 .bDescriptorType = USB_DT_DEVICE,
|
D | hid.c | 44 .bDescriptorType = USB_DT_DEVICE,
|
D | audio.c | 155 .bDescriptorType = USB_DT_DEVICE,
|
D | ether.c | 148 .bDescriptorType = USB_DT_DEVICE,
|
D | multi.c | 64 .bDescriptorType = USB_DT_DEVICE,
|
D | nokia.c | 88 .bDescriptorType = USB_DT_DEVICE,
|
D | webcam.c | 72 .bDescriptorType = USB_DT_DEVICE,
|
D | zero.c | 112 .bDescriptorType = USB_DT_DEVICE,
|
D | g_ffs.c | 66 .bDescriptorType = USB_DT_DEVICE,
|
/Linux-v4.19/tools/usb/ |
D | testusb.c | 72 #define USB_DT_DEVICE 0x01 macro 171 if (dev.bLength != sizeof dev || dev.bDescriptorType != USB_DT_DEVICE) in testdev_ifnum()
|
/Linux-v4.19/drivers/usb/misc/ |
D | ehset.c | 85 USB_DT_DEVICE << 8, 0, in ehset_probe()
|
D | lvstest.c | 275 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN, USB_DT_DEVICE << 8, in get_dev_desc_store()
|
/Linux-v4.19/drivers/usb/usbip/ |
D | vudc_sysfs.c | 36 req.wValue = cpu_to_le16(USB_DT_DEVICE << 8); in get_gadget_descs()
|
/Linux-v4.19/include/uapi/linux/usb/ |
D | ch9.h | 240 #define USB_DT_DEVICE 0x01 macro 273 #define USB_DT_CS_DEVICE (USB_TYPE_CLASS | USB_DT_DEVICE)
|
/Linux-v4.19/drivers/usb/core/ |
D | hcd.c | 122 USB_DT_DEVICE, /* __u8 bDescriptorType; Device */ 143 USB_DT_DEVICE, /* __u8 bDescriptorType; Device */ 164 USB_DT_DEVICE, /* __u8 bDescriptorType; Device */ 185 USB_DT_DEVICE, /* __u8 bDescriptorType; Device */ 208 USB_DT_DEVICE, /* __u8 bDescriptorType; Device */ 568 case USB_DT_DEVICE << 8: in rh_call_control()
|
/Linux-v4.19/drivers/usb/dwc3/ |
D | debug.h | 312 case USB_DT_DEVICE: in dwc3_decode_get_set_descriptor()
|
12