Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/touchscreen/
Drohm_bu21023.c272 int finger_count; member
541 int finger_count = -1; in rohm_ts_soft_irq() local
542 int prev_finger_count = ts->finger_count; in rohm_ts_soft_irq()
579 finger_count = 0; in rohm_ts_soft_irq()
585 finger_count = 1; in rohm_ts_soft_irq()
587 if (finger_count == 1) { in rohm_ts_soft_irq()
600 finger_count = 2; in rohm_ts_soft_irq()
609 if (finger_count >= 0) { in rohm_ts_soft_irq()
610 if (prev_finger_count != finger_count) { in rohm_ts_soft_irq()
611 count = ts->contact_count[finger_count]; in rohm_ts_soft_irq()
[all …]
/Linux-v4.19/drivers/input/mouse/
Dcypress_ps2.c423 int finger_count; in cypress_get_finger_count() local
426 finger_count = bits6_7 & 0x03; in cypress_get_finger_count()
428 if (finger_count == 1) in cypress_get_finger_count()
433 switch (finger_count) { in cypress_get_finger_count()
442 return finger_count; in cypress_get_finger_count()
/Linux-v4.19/drivers/hid/
Dhid-logitech-hidpp.c1320 u8 finger_count; member
1398 raw_xy->finger_count = data[15] & 0x0f; in hidpp_touchpad_raw_xy_event()
1401 if (raw_xy->finger_count) { in hidpp_touchpad_raw_xy_event()
2006 u8 finger_count; member
2090 if (raw->end_of_frame || raw->finger_count <= 2) { in wtp_send_raw_xy_event()
2124 .finger_count = wd->maxcontacts, in wtp_mouse_raw_xy_event()