Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_mtb.c87 md->mt_function.report_slot_liftoff = cyttsp5_report_slot_liftoff; in cyttsp5_init_function_ptrs()
H A Dcyttsp5_mta.c80 md->mt_function.report_slot_liftoff = cyttsp5_report_slot_liftoff; in cyttsp5_init_function_ptrs()
H A Dcyttsp5_mt_common.c50 if (md->mt_function.report_slot_liftoff) in cyttsp5_mt_lift_all()
51 md->mt_function.report_slot_liftoff(md, max); in cyttsp5_mt_lift_all()
401 if (md->mt_function.report_slot_liftoff) in cyttsp5_mt_send_dummy_event()
402 md->mt_function.report_slot_liftoff(md, 1); in cyttsp5_mt_send_dummy_event()
H A Dcyttsp5_regs.h782 void (*report_slot_liftoff)(struct cyttsp5_mt_data *md, int max_slots); member