Home
last modified time | relevance | path

Searched refs:fts_gesture_suspend (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/
H A Dfocaltech_core.h216 int fts_gesture_suspend(struct fts_ts_data *ts_data);
H A Dfocaltech_gesture.c349 int fts_gesture_suspend(struct fts_ts_data *ts_data) in fts_gesture_suspend() function
H A Dfocaltech_core.c1597 fts_gesture_suspend(ts_data); in fts_ts_suspend()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/
H A Dfocaltech_core.h198 int fts_gesture_suspend(struct i2c_client *i2c_client);
H A Dfocaltech_gesture.c438 int fts_gesture_suspend(struct i2c_client *client) in fts_gesture_suspend() function
H A Dfocaltech_core.c1635 if (fts_gesture_suspend(ts_data->client) == 0) { in fts_ts_suspend()