Searched refs:HID_DT_HID (Results 1 – 4 of 4) sorted by relevance
74 #define HID_DT_HID (USB_TYPE_CLASS | 0x01) macro
57 if (shid->hid_desc.desc_type != HID_DT_HID) { in surface_hid_load_hid_descriptor()59 shid->hid_desc.desc_type, HID_DT_HID); in surface_hid_load_hid_descriptor()
112 .bDescriptorType = HID_DT_HID,721 case HID_DT_HID: in hidg_setup()
1005 if (usb_get_extra_descriptor(interface, HID_DT_HID, &hdesc) && in usbhid_parse()1007 usb_get_extra_descriptor(&interface->endpoint[0], HID_DT_HID, &hdesc))) { in usbhid_parse()
Completed in 12 milliseconds