Home
last modified time | relevance | path

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

/linux/drivers/input/
H A Dtouch-overlay.c109 void touch_overlay_get_touchscreen_abs(struct list_head *list, u16 *x, u16 *y) in touch_overlay_get_touchscreen_abs() function
123 EXPORT_SYMBOL(touch_overlay_get_touchscreen_abs);
/linux/include/linux/input/
H A Dtouch-overlay.h15 void touch_overlay_get_touchscreen_abs(struct list_head *list, u16 *x, u16 *y);
/linux/drivers/input/touchscreen/
H A Dst1232.c314 touch_overlay_get_touchscreen_abs(&ts->touch_overlay_list, in st1232_ts_probe()