Searched refs:USB_DT_HID (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/hw/usb/ |
H A D | dev-hid.c | 91 USB_DT_HID, /* u8 bDescriptorType */ 122 USB_DT_HID, /* u8 bDescriptorType */ 152 USB_DT_HID, /* u8 bDescriptorType */ 182 USB_DT_HID, /* u8 bDescriptorType */ 213 USB_DT_HID, /* u8 bDescriptorType */ 244 USB_DT_HID, /* u8 bDescriptorType */
|
H A D | u2f.c | 68 USB_DT_HID, /* u8 bDescriptorType */
|
H A D | dev-wacom.c | 143 USB_DT_HID, /* u8 bDescriptorType */
|
/openbmc/qemu/include/hw/usb/ |
H A D | hid.h | 13 #define USB_DT_HID 0x21 macro
|
/openbmc/u-boot/drivers/usb/emul/ |
H A D | sandbox_keyb.c | 93 .bDescriptorType = USB_DT_HID, 127 .bDescriptorType = USB_DT_HID,
|
/openbmc/u-boot/include/ |
H A D | usb_defs.h | 91 #define USB_DT_HID (USB_TYPE_CLASS | 0x01) macro
|
H A D | usbdevice.h | 203 #define USB_DT_HID (USB_TYPE_CLASS | 0x01) macro
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | ep0.c | 280 || class_descriptor->descriptor.hid.bDescriptorType != USB_DT_HID) { in ep0_get_descriptor()
|