Lines Matching refs:report_id
112 u8 report_id;
129 report_id = buf[SIS_PKT_REPORT_OFFSET];
133 if (report_id != SIS_ALL_IN_ONE_PACKAGE) {
134 if (SIS_PKT_IS_TOUCH(report_id)) {
152 } else if (!SIS_PKT_IS_HIDI2C(report_id)) {
155 __func__, report_id);
159 if (SIS_PKT_HAS_SCANTIME(report_id))
162 if (SIS_PKT_HAS_AREA(report_id))
164 if (SIS_PKT_HAS_PRESSURE(report_id))
231 u8 report_id;
248 report_id = ts->packet[SIS_PKT_REPORT_OFFSET];
253 error = sis_ts_report_contact(ts, contact, report_id);
261 if (report_id != SIS_ALL_IN_ONE_PACKAGE &&