Searched refs:gt1x_touch_event_handler (Results 1 – 3 of 3) sorted by relevance
277 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()
559 extern s32 gt1x_touch_event_handler(u8 *data, struct input_dev *dev, struct input_dev *pen_dev);
1125 s32 gt1x_touch_event_handler(u8 *data, struct input_dev *dev, struct input_dev *pen_dev) in gt1x_touch_event_handler() function