Lines Matching defs:contact_cnt
451 report_data->contact_cnt = cypress_get_finger_count(header_byte);
454 if (report_data->contact_cnt == 1) {
462 } else if (report_data->contact_cnt >= 2) {
493 int n = report_data->contact_cnt;
495 psmouse_dbg(psmouse, "contact_cnt = %d\n",
496 report_data->contact_cnt);
526 n = report_data.contact_cnt;
549 input_mt_report_finger_count(input, report_data.contact_cnt);
560 int contact_cnt;
591 contact_cnt = cypress_get_finger_count(packet[0]);
593 cypress_set_packet_size(psmouse, contact_cnt == 2 ? 7 : 4);
595 cypress_set_packet_size(psmouse, contact_cnt == 2 ? 8 : 5);