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