Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/mouse/
Dcypress_ps2.c425 int finger_count; in cypress_get_finger_count() local
428 finger_count = bits6_7 & 0x03; in cypress_get_finger_count()
430 if (finger_count == 1) in cypress_get_finger_count()
435 switch (finger_count) { in cypress_get_finger_count()
444 return finger_count; in cypress_get_finger_count()
/linux-4.1.27/drivers/hid/
Dhid-logitech-hidpp.c594 u8 finger_count; member
672 raw_xy->finger_count = data[15] & 0x0f; in hidpp_touchpad_raw_xy_event()
675 if (raw_xy->finger_count) { in hidpp_touchpad_raw_xy_event()
696 u8 finger_count; member
780 if (raw->end_of_frame || raw->finger_count <= 2) { in wtp_send_raw_xy_event()
814 .finger_count = wd->maxcontacts, in wtp_mouse_raw_xy_event()