Home
last modified time | relevance | path

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

/linux/drivers/input/mouse/
H A Dcypress_ps2.c378 static int cypress_get_finger_count(u8 header_byte) in cypress_get_finger_count() function
413 report_data->contact_cnt = cypress_get_finger_count(header_byte); in cypress_parse_packet()
553 contact_cnt = cypress_get_finger_count(packet[0]); in cypress_validate_byte()