Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/mouse/
Dbcm5974.c601 const struct tp_finger *f, int raw_n) in report_synaptics_data() argument
605 if (raw_n) { in report_synaptics_data()
624 int raw_n, i, n = 0; in report_tp_state() local
629 raw_n = (size - c->tp_header) / c->tp_fsize; in report_tp_state()
631 for (i = 0; i < raw_n; i++) { in report_tp_state()
648 report_synaptics_data(input, c, get_tp_finger(dev, 0), raw_n); in report_tp_state()