Searched defs:hidpp_event (Results 1 – 2 of 2) sorted by relevance
129 struct hidpp_event { struct130 u8 report_id;131 u8 device_index;132 u8 sub_id;133 u8 params[HIDPP_REPORT_LONG_LENGTH - 3U];
3398 static int hidpp_event(struct hid_device *hdev, struct hid_field *field, in hidpp_event() function