Searched refs:contact_cnt (Results 1 – 2 of 2) sorted by relevance
413 report_data->contact_cnt = cypress_get_finger_count(header_byte); in cypress_parse_packet()416 if (report_data->contact_cnt == 1) { in cypress_parse_packet()424 } else if (report_data->contact_cnt >= 2) { in cypress_parse_packet()455 int n = report_data->contact_cnt; in cypress_parse_packet()458 report_data->contact_cnt); in cypress_parse_packet()488 n = report_data.contact_cnt; in cypress_process_packet()511 input_mt_report_finger_count(input, report_data.contact_cnt); in cypress_process_packet()522 int contact_cnt; in cypress_validate_byte() local553 contact_cnt = cypress_get_finger_count(packet[0]); in cypress_validate_byte()555 cypress_set_packet_size(psmouse, contact_cnt == 2 ? 7 : 4); in cypress_validate_byte()[all …]
138 int contact_cnt; member