Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/mouse/
H A Dbcm5974.c587 const struct tp_finger *f, int raw_n) in report_synaptics_data() argument
591 if (raw_n) { in report_synaptics_data()
610 int raw_n, i, n = 0; in report_tp_state() local
615 raw_n = (size - c->tp_header) / c->tp_fsize; in report_tp_state()
617 for (i = 0; i < raw_n; i++) { in report_tp_state()
634 report_synaptics_data(input, c, get_tp_finger(dev, 0), raw_n); in report_tp_state()