Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Drohm_bu21023.c264 int finger_count; member
533 int finger_count = -1; in rohm_ts_soft_irq() local
534 int prev_finger_count = ts->finger_count; in rohm_ts_soft_irq()
571 finger_count = 0; in rohm_ts_soft_irq()
577 finger_count = 1; in rohm_ts_soft_irq()
579 if (finger_count == 1) { in rohm_ts_soft_irq()
592 finger_count = 2; in rohm_ts_soft_irq()
601 if (finger_count >= 0) { in rohm_ts_soft_irq()
602 if (prev_finger_count != finger_count) { in rohm_ts_soft_irq()
603 count = ts->contact_count[finger_count]; in rohm_ts_soft_irq()
[all …]
H A Dimagis.c108 unsigned int finger_count, finger_pressed, key_pressed; in imagis_interrupt() local
119 finger_count = FIELD_GET(IST3038C_FINGER_COUNT_MASK, intr_message); in imagis_interrupt()
120 if (finger_count > IST3038C_MAX_FINGER_NUM) { in imagis_interrupt()
123 finger_count); in imagis_interrupt()
129 for (i = 0; i < finger_count; i++) { in imagis_interrupt()
/linux/drivers/input/mouse/
H A Dcypress_ps2.c381 int finger_count; in cypress_get_finger_count() local
384 finger_count = bits6_7 & 0x03; in cypress_get_finger_count()
386 if (finger_count == 1) in cypress_get_finger_count()
391 switch (finger_count) { in cypress_get_finger_count()
400 return finger_count; in cypress_get_finger_count()
/linux/drivers/hid/
H A Dhid-logitech-hidpp.c2255 u8 finger_count; member
2333 raw_xy->finger_count = data[15] & 0x0f; in hidpp_touchpad_raw_xy_event()
2336 if (raw_xy->finger_count) { in hidpp_touchpad_raw_xy_event()
2903 u8 finger_count; member
2985 if (raw->end_of_frame || raw->finger_count <= 2) { in wtp_send_raw_xy_event()
3019 .finger_count = wd->maxcontacts, in wtp_mouse_raw_xy_event()