Home
last modified time | relevance | path

Searched refs:USB_DT_HID (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/hw/usb/
H A Ddev-hid.c91 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 Du2f.c68 USB_DT_HID, /* u8 bDescriptorType */
H A Ddev-wacom.c143 USB_DT_HID, /* u8 bDescriptorType */
/openbmc/qemu/include/hw/usb/
H A Dhid.h13 #define USB_DT_HID 0x21 macro
/openbmc/u-boot/drivers/usb/emul/
H A Dsandbox_keyb.c93 .bDescriptorType = USB_DT_HID,
127 .bDescriptorType = USB_DT_HID,
/openbmc/u-boot/include/
H A Dusb_defs.h91 #define USB_DT_HID (USB_TYPE_CLASS | 0x01) macro
H A Dusbdevice.h203 #define USB_DT_HID (USB_TYPE_CLASS | 0x01) macro
/openbmc/u-boot/drivers/usb/gadget/
H A Dep0.c280 || class_descriptor->descriptor.hid.bDescriptorType != USB_DT_HID) { in ep0_get_descriptor()