Home
last modified time | relevance | path

Searched refs:touch_overlay_sync_frame (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/input/
H A Dtouch-overlay.h23 void touch_overlay_sync_frame(struct list_head *list, struct input_dev *input);
/linux/drivers/input/
H A Dtouch-overlay.c214 void touch_overlay_sync_frame(struct list_head *list, struct input_dev *input) in touch_overlay_sync_frame() function
233 EXPORT_SYMBOL(touch_overlay_sync_frame);
/linux/drivers/input/touchscreen/
H A Dst1232.c173 touch_overlay_sync_frame(&ts->touch_overlay_list, input); in st1232_ts_parse_and_report()