Searched refs:USB_DT_HID (Results 1 – 4 of 4) sorted by relevance
96 .bDescriptorType = USB_DT_HID,130 .bDescriptorType = USB_DT_HID,
92 #define USB_DT_HID (USB_TYPE_CLASS | 0x01) macro
204 #define USB_DT_HID (USB_TYPE_CLASS | 0x01) macro
281 || class_descriptor->descriptor.hid.bDescriptorType != USB_DT_HID) { in ep0_get_descriptor()