Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x.c277 ret = gt1x_touch_event_handler(point_data, input_dev, pen_dev); in gt1x_ts_work_func()
279 ret = gt1x_touch_event_handler(point_data, input_dev, NULL); in gt1x_ts_work_func()
H A Dgt1x_generic.h559 extern s32 gt1x_touch_event_handler(u8 *data, struct input_dev *dev, struct input_dev *pen_dev);
H A Dgt1x_generic.c1125 s32 gt1x_touch_event_handler(u8 *data, struct input_dev *dev, struct input_dev *pen_dev) in gt1x_touch_event_handler() function