Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/
H A Dfocaltech_point_report_check.c62 u32 finger_count = 0; in fts_prc_func() local
69 for (finger_count = 0; finger_count < ts_data->pdata->max_touch_number; finger_count++) { in fts_prc_func()
70 input_mt_slot(input_dev, finger_count); in fts_prc_func()
H A Dfocaltech_core.c557 u32 finger_count = 0; in fts_release_all_finger() local
563 for (finger_count = 0; finger_count < fts_data->pdata->max_touch_number; finger_count++) { in fts_release_all_finger()
564 input_mt_slot(input_dev, finger_count); in fts_release_all_finger()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/
H A Dfocaltech_point_report_check.c61 u32 finger_count = 0; in fts_prc_func() local
69 for (finger_count = 0; finger_count < max_touches; finger_count++) { in fts_prc_func()
70 input_mt_slot(input_dev, finger_count); in fts_prc_func()
H A Dfocaltech_core.c357 u32 finger_count = 0; in fts_release_all_finger() local
364 for (finger_count = 0; finger_count < max_touches; finger_count++) { in fts_release_all_finger()
365 input_mt_slot(input_dev, finger_count); in fts_release_all_finger()
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/drivers/input/mouse/
H A Dcypress_ps2.c420 int finger_count; in cypress_get_finger_count() local
423 finger_count = bits6_7 & 0x03; in cypress_get_finger_count()
425 if (finger_count == 1) in cypress_get_finger_count()
430 switch (finger_count) { in cypress_get_finger_count()
439 return finger_count; in cypress_get_finger_count()
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-logitech-hidpp.c1738 u8 finger_count; member
1816 raw_xy->finger_count = data[15] & 0x0f; in hidpp_touchpad_raw_xy_event()
1819 if (raw_xy->finger_count) { in hidpp_touchpad_raw_xy_event()
2380 u8 finger_count; member
2462 if (raw->end_of_frame || raw->finger_count <= 2) { in wtp_send_raw_xy_event()
2496 .finger_count = wd->maxcontacts, in wtp_mouse_raw_xy_event()