Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/mouse/
H A Dcypress_ps2.c417 static int cypress_get_finger_count(unsigned char header_byte) in cypress_get_finger_count() function
451 report_data->contact_cnt = cypress_get_finger_count(header_byte); in cypress_parse_packet()
591 contact_cnt = cypress_get_finger_count(packet[0]); in cypress_validate_byte()