Home
last modified time | relevance | path

Searched refs:n_contacts (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/input/touchscreen/
H A Dst1232.c136 int n_contacts = 0; in st1232_ts_parse_and_report() local
146 touchscreen_set_mt_pos(&pos[n_contacts], in st1232_ts_parse_and_report()
151 z[n_contacts] = ts->read_buf[i + 6]; in st1232_ts_parse_and_report()
153 n_contacts++; in st1232_ts_parse_and_report()
157 input_mt_assign_slots(input, slots, pos, n_contacts, 0); in st1232_ts_parse_and_report()
158 for (i = 0; i < n_contacts; i++) { in st1232_ts_parse_and_report()
170 return n_contacts; in st1232_ts_parse_and_report()