Searched refs:report_slot_liftoff (Results 1 – 4 of 4) sorted by relevance
87 md->mt_function.report_slot_liftoff = cyttsp5_report_slot_liftoff; in cyttsp5_init_function_ptrs()
80 md->mt_function.report_slot_liftoff = cyttsp5_report_slot_liftoff; in cyttsp5_init_function_ptrs()
50 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()
782 void (*report_slot_liftoff)(struct cyttsp5_mt_data *md, int max_slots); member