Searched defs:hidpp_event (Results 1 – 2 of 2) sorted by relevance
133 struct hidpp_event { struct134 u8 report_id;135 u8 device_index;136 u8 sub_id;137 u8 params[HIDPP_REPORT_LONG_LENGTH - 3U];
3990 static int hidpp_event(struct hid_device *hdev, struct hid_field *field, in hidpp_event() function