Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/emul/
H A Dsandbox_keyb.c96 .bDescriptorType = USB_DT_HID,
130 .bDescriptorType = USB_DT_HID,
/OK3568_Linux_fs/u-boot/include/
H A Dusb_defs.h92 #define USB_DT_HID (USB_TYPE_CLASS | 0x01) macro
H A Dusbdevice.h204 #define USB_DT_HID (USB_TYPE_CLASS | 0x01) macro
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dep0.c281 || class_descriptor->descriptor.hid.bDescriptorType != USB_DT_HID) { in ep0_get_descriptor()