Lines Matching full:fingers
149 * @multi: one finger: varies, more fingers: constant
152 * @crc16 field; unknown on all other fingers.
178 * @number_of_fingers: the number of fingers being reported in @fingers
181 * @fingers: the data for each finger
190 struct tp_finger fingers[]; member
325 * fingers pressed) the message is split over multiple packets (see the
1049 f = &t->fingers[i]; in report_tp_state()
1065 &applespi->pos[i], &t->fingers[i]); in report_tp_state()
1520 tp_len = struct_size(tp, fingers, tp->number_of_fingers); in applespi_got_data()
1524 "Received corrupted packet (invalid message length %u - num-fingers %u, tp-len %zu)\n", in applespi_got_data()
1532 "Number of reported fingers (%u) exceeds max (%u))\n", in applespi_got_data()