Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/mouse/
Dbcm5974.c527 const struct tp_finger *f, int raw_n) in report_synaptics_data() argument
531 if (raw_n) { in report_synaptics_data()
550 int raw_n, i, n = 0; in report_tp_state() local
557 raw_n = (size - c->tp_offset) / SIZEOF_FINGER; in report_tp_state()
559 for (i = 0; i < raw_n; i++) { in report_tp_state()
575 report_synaptics_data(input, c, f, raw_n); in report_tp_state()