Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dsis_i2c.c226 unsigned int num_to_report = 0; in sis_ts_handle_packet() local
239 if (num_to_report == 0) { in sis_ts_handle_packet()
240 num_to_report = num_contacts; in sis_ts_handle_packet()
252 while (num_to_report > 0) { in sis_ts_handle_packet()
258 num_to_report--; in sis_ts_handle_packet()
270 } while (num_to_report > 0); in sis_ts_handle_packet()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dsis_i2c.c226 unsigned int num_to_report = 0; in sis_ts_handle_packet() local
239 if (num_to_report == 0) { in sis_ts_handle_packet()
240 num_to_report = num_contacts; in sis_ts_handle_packet()
252 while (num_to_report > 0) { in sis_ts_handle_packet()
258 num_to_report--; in sis_ts_handle_packet()
270 } while (num_to_report > 0); in sis_ts_handle_packet()

Completed in 2 milliseconds