Searched refs:USB_DT_DEVICE (Results 1 – 25 of 41) sorted by relevance
12
/kernel/linux/linux-5.10/tools/usb/ |
D | testusb.c | 59 #define USB_DT_DEVICE 0x01 macro 158 if (dev.bLength != sizeof dev || dev.bDescriptorType != USB_DT_DEVICE) in testdev_ifnum()
|
/kernel/linux/linux-5.10/drivers/usb/misc/ |
D | ehset.c | 85 USB_DT_DEVICE << 8, 0, in ehset_probe()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/legacy/ |
D | tcm_usb_gadget.c | 33 .bDescriptorType = USB_DT_DEVICE,
|
D | dbgp.c | 38 .bDescriptorType = USB_DT_DEVICE, 363 case USB_DT_DEVICE: in dbgp_setup()
|
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 | 68 .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 | nokia.c | 87 .bDescriptorType = USB_DT_DEVICE,
|
D | webcam.c | 72 .bDescriptorType = USB_DT_DEVICE,
|
D | multi.c | 64 .bDescriptorType = USB_DT_DEVICE,
|
D | zero.c | 112 .bDescriptorType = USB_DT_DEVICE,
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/usb/ |
D | ch9.h | 116 #define USB_DT_DEVICE 0x01 macro 139 #define USB_DT_CS_DEVICE (USB_TYPE_CLASS | USB_DT_DEVICE)
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/aspeed-vhub/ |
D | hub.c | 61 .bDescriptorType = USB_DT_DEVICE, 273 case USB_DT_DEVICE: in ast_vhub_rep_desc() 434 case USB_DT_DEVICE: in ast_vhub_std_hub_request()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/usb/ |
D | ch9.h | 103 #define USB_DT_DEVICE 0x01 macro 126 #define USB_DT_CS_DEVICE (USB_TYPE_CLASS | USB_DT_DEVICE)
|
/kernel/linux/linux-5.10/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)
|
/kernel/linux/linux-5.10/drivers/usb/core/ |
D | hcd.c | 120 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()
|
/kernel/linux/linux-5.10/drivers/usb/common/ |
D | debug.c | 111 case USB_DT_DEVICE: in usb_decode_get_set_descriptor()
|
/kernel/linux/linux-5.10/drivers/usb/usbip/ |
D | vudc_sysfs.c | 36 req.wValue = cpu_to_le16(USB_DT_DEVICE << 8); in get_gadget_descs()
|
12