Searched refs:USB_DT_HID (Results 1 – 5 of 5) sorted by relevance
93 .bDescriptorType = USB_DT_HID,127 .bDescriptorType = USB_DT_HID,
91 #define USB_DT_HID (USB_TYPE_CLASS | 0x01) macro
203 #define USB_DT_HID (USB_TYPE_CLASS | 0x01) macro
64 #define USB_DT_HID 0x21 macro
280 || class_descriptor->descriptor.hid.bDescriptorType != USB_DT_HID) { in ep0_get_descriptor()