Home
last modified time | relevance | path

Searched refs:cypress_get_finger_count (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/input/mouse/
Dcypress_ps2.c422 static int cypress_get_finger_count(unsigned char header_byte) in cypress_get_finger_count() function
456 report_data->contact_cnt = cypress_get_finger_count(header_byte); in cypress_parse_packet()
596 contact_cnt = cypress_get_finger_count(packet[0]); in cypress_validate_byte()