Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/emul/
Dsandbox_keyb.c93 .bDescriptorType = USB_DT_HID,
127 .bDescriptorType = USB_DT_HID,
/external/u-boot/include/
Dusb_defs.h91 #define USB_DT_HID (USB_TYPE_CLASS | 0x01) macro
Dusbdevice.h203 #define USB_DT_HID (USB_TYPE_CLASS | 0x01) macro
/external/libusb-compat/libusb/
Dusb.h64 #define USB_DT_HID 0x21 macro
/external/u-boot/drivers/usb/gadget/
Dep0.c280 || class_descriptor->descriptor.hid.bDescriptorType != USB_DT_HID) { in ep0_get_descriptor()