Searched refs:cyttsp5_mt_data (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/ |
| H A D | cyttsp5_mt_common.c | 45 static void cyttsp5_mt_lift_all(struct cyttsp5_mt_data *md) in cyttsp5_mt_lift_all() 57 static void cyttsp5_get_touch_axis(struct cyttsp5_mt_data *md, in cyttsp5_get_touch_axis() 80 static void cyttsp5_get_touch_hdr(struct cyttsp5_mt_data *md, in cyttsp5_get_touch_hdr() 110 static void cyttsp5_get_touch_record(struct cyttsp5_mt_data *md, in cyttsp5_get_touch_record() 131 static void cyttsp5_mt_process_touch(struct cyttsp5_mt_data *md, in cyttsp5_mt_process_touch() 190 static void cyttsp5_report_event(struct cyttsp5_mt_data *md, int event, in cyttsp5_report_event() 231 static void cyttsp5_get_mt_touches(struct cyttsp5_mt_data *md, in cyttsp5_get_mt_touches() 344 static int cyttsp5_xy_worker(struct cyttsp5_mt_data *md) in cyttsp5_xy_worker() 387 struct cyttsp5_mt_data *md) in cyttsp5_mt_send_dummy_event() 449 struct cyttsp5_mt_data *md = &cd->md; in cyttsp5_mt_attention() [all …]
|
| H A D | cyttsp5_mtb.c | 60 static void cyttsp5_report_slot_liftoff(struct cyttsp5_mt_data *md, in cyttsp5_report_slot_liftoff() 85 void cyttsp5_init_function_ptrs(struct cyttsp5_mt_data *md) in cyttsp5_init_function_ptrs()
|
| H A D | cyttsp5_mta.c | 61 static void cyttsp5_report_slot_liftoff(struct cyttsp5_mt_data *md, in cyttsp5_report_slot_liftoff() 78 void cyttsp5_init_function_ptrs(struct cyttsp5_mt_data *md) in cyttsp5_init_function_ptrs()
|
| H A D | cyttsp5_regs.h | 778 struct cyttsp5_mt_data; 781 int (*mt_probe)(struct device *dev, struct cyttsp5_mt_data *md); 782 void (*report_slot_liftoff)(struct cyttsp5_mt_data *md, int max_slots); 790 struct cyttsp5_mt_data { struct 954 struct cyttsp5_mt_data md; 1185 void cyttsp5_init_function_ptrs(struct cyttsp5_mt_data *md);
|