Home
last modified time | relevance | path

Searched refs:count_idx (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dsis_i2c.c108 int count_idx; in sis_read_packet() local
130 count_idx = len - 1; in sis_read_packet()
150 count_idx -= 2; in sis_read_packet()
160 count_idx -= SIS_SCAN_TIME_LEN; in sis_read_packet()
168 *num_contacts = buf[count_idx]; in sis_read_packet()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dsis_i2c.c108 int count_idx; in sis_read_packet() local
130 count_idx = len - 1; in sis_read_packet()
150 count_idx -= 2; in sis_read_packet()
160 count_idx -= SIS_SCAN_TIME_LEN; in sis_read_packet()
168 *num_contacts = buf[count_idx]; in sis_read_packet()

Completed in 2 milliseconds