Lines Matching refs:report
295 static inline bool hidpp_report_is_connect_event(struct hidpp_report *report) in hidpp_report_is_connect_event() argument
297 return (report->report_id == REPORT_ID_HIDPP_SHORT) && in hidpp_report_is_connect_event()
298 (report->rap.sub_id == 0x41); in hidpp_report_is_connect_event()
829 struct hidpp_report *report = (struct hidpp_report *)data; in wtp_raw_event() local
856 if ((report->fap.feature_index != wd->mt_feature_index) || in wtp_raw_event()
857 (report->fap.funcindex_clientid != EVENT_TOUCHPAD_RAW_XY)) in wtp_raw_event()
970 struct hidpp_report *report = (struct hidpp_report *)data; in hidpp_raw_hidpp_event() local
981 if (hidpp_match_answer(question, report) || in hidpp_raw_hidpp_event()
982 hidpp_match_error(question, report)) { in hidpp_raw_hidpp_event()
983 *answer = *report; in hidpp_raw_hidpp_event()
996 if (unlikely(hidpp_report_is_connect_event(report))) { in hidpp_raw_hidpp_event()
998 !(report->rap.params[0] & (1 << 6))); in hidpp_raw_hidpp_event()
1008 static int hidpp_raw_event(struct hid_device *hdev, struct hid_report *report, in hidpp_raw_event() argument