Searched refs:contact_cnt (Results 1 – 2 of 2) sorted by relevance
456 report_data->contact_cnt = cypress_get_finger_count(header_byte); in cypress_parse_packet()459 if (report_data->contact_cnt == 1) { in cypress_parse_packet()467 } else if (report_data->contact_cnt >= 2) { in cypress_parse_packet()498 int n = report_data->contact_cnt; in cypress_parse_packet()501 report_data->contact_cnt); in cypress_parse_packet()531 n = report_data.contact_cnt; in cypress_process_packet()554 input_mt_report_finger_count(input, report_data.contact_cnt); in cypress_process_packet()565 int contact_cnt; in cypress_validate_byte() local596 contact_cnt = cypress_get_finger_count(packet[0]); in cypress_validate_byte()598 cypress_set_packet_size(psmouse, contact_cnt == 2 ? 7 : 4); in cypress_validate_byte()[all …]
143 int contact_cnt; member