Lines Matching refs:report_id
120 u8 report_id; in sis_read_packet() local
137 report_id = buf[SIS_PKT_REPORT_OFFSET]; in sis_read_packet()
141 if (report_id != SIS_ALL_IN_ONE_PACKAGE) { in sis_read_packet()
142 if (SIS_PKT_IS_TOUCH(report_id)) { in sis_read_packet()
160 } else if (!SIS_PKT_IS_HIDI2C(report_id)) { in sis_read_packet()
163 __func__, report_id); in sis_read_packet()
167 if (SIS_PKT_HAS_SCANTIME(report_id)) in sis_read_packet()
170 if (SIS_PKT_HAS_AREA(report_id)) in sis_read_packet()
172 if (SIS_PKT_HAS_PRESSURE(report_id)) in sis_read_packet()
239 u8 report_id; in sis_ts_handle_packet() local
256 report_id = ts->packet[SIS_PKT_REPORT_OFFSET]; in sis_ts_handle_packet()
261 error = sis_ts_report_contact(ts, contact, report_id); in sis_ts_handle_packet()
269 if (report_id != SIS_ALL_IN_ONE_PACKAGE && in sis_ts_handle_packet()