Home
last modified time | relevance | path

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

/linux/drivers/input/
H A Dtouch-overlay.c73 int touch_overlay_map(struct list_head *list, struct input_dev *input) in touch_overlay_map() function
101 EXPORT_SYMBOL(touch_overlay_map);
/linux/include/linux/input/
H A Dtouch-overlay.h13 int touch_overlay_map(struct list_head *list, struct input_dev *input);
/linux/drivers/input/touchscreen/
H A Dst1232.c308 error = touch_overlay_map(&ts->touch_overlay_list, input_dev); in st1232_ts_probe()