Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Dst1232.c138 int n_contacts = 0; in st1232_ts_parse_and_report() local
148 touchscreen_set_mt_pos(&pos[n_contacts], in st1232_ts_parse_and_report()
153 z[n_contacts] = ts->read_buf[i + 6]; in st1232_ts_parse_and_report()
155 n_contacts++; in st1232_ts_parse_and_report()
159 input_mt_assign_slots(input, slots, pos, n_contacts, 0); in st1232_ts_parse_and_report()
160 for (i = 0; i < n_contacts; i++) { in st1232_ts_parse_and_report()
177 return n_contacts; in st1232_ts_parse_and_report()