Searched refs:contact_cnt (Results 1 – 2 of 2) sorted by relevance
451 report_data->contact_cnt = cypress_get_finger_count(header_byte); in cypress_parse_packet()454 if (report_data->contact_cnt == 1) { in cypress_parse_packet()462 } else if (report_data->contact_cnt >= 2) { in cypress_parse_packet()493 int n = report_data->contact_cnt; in cypress_parse_packet()496 report_data->contact_cnt); in cypress_parse_packet()526 n = report_data.contact_cnt; in cypress_process_packet()549 input_mt_report_finger_count(input, report_data.contact_cnt); in cypress_process_packet()560 int contact_cnt; in cypress_validate_byte() local591 contact_cnt = cypress_get_finger_count(packet[0]); in cypress_validate_byte()593 cypress_set_packet_size(psmouse, contact_cnt == 2 ? 7 : 4); in cypress_validate_byte()[all …]
144 int contact_cnt; member