Searched refs:contact_cnt (Results 1 – 2 of 2) sorted by relevance
454 report_data->contact_cnt = cypress_get_finger_count(header_byte); in cypress_parse_packet()457 if (report_data->contact_cnt == 1) { in cypress_parse_packet()465 } else if (report_data->contact_cnt >= 2) { in cypress_parse_packet()496 int n = report_data->contact_cnt; in cypress_parse_packet()499 report_data->contact_cnt); in cypress_parse_packet()529 n = report_data.contact_cnt; in cypress_process_packet()552 input_mt_report_finger_count(input, report_data.contact_cnt); in cypress_process_packet()563 int contact_cnt; in cypress_validate_byte() local594 contact_cnt = cypress_get_finger_count(packet[0]); in cypress_validate_byte()596 cypress_set_packet_size(psmouse, contact_cnt == 2 ? 7 : 4); in cypress_validate_byte()[all …]
144 int contact_cnt; member