Home
last modified time | relevance | path

Searched refs:FTS_ONE_TCH_LEN (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/
H A Dfocaltech_core.h73 #define FTS_ONE_TCH_LEN 6 macro
74 #define FTS_TOUCH_DATA_LEN (FTS_MAX_POINTS_SUPPORT * FTS_ONE_TCH_LEN + 3)
H A Dfocaltech_core.c635 base = FTS_ONE_TCH_LEN * i; in fts_read_parse_touchdata()
798 ts_data->pnt_buf_size = point_num * FTS_ONE_TCH_LEN + 3; in fts_report_buffer_init()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/
H A Dfocaltech_core.h76 #define FTS_ONE_TCH_LEN 6 macro
H A Dfocaltech_core.c528 int len = point_num * FTS_ONE_TCH_LEN; in fts_show_touch_buffer()
536 len += FTS_ONE_TCH_LEN; in fts_show_touch_buffer()
826 base = FTS_ONE_TCH_LEN * i; in fts_read_touchdata()
1007 ts_data->pnt_buf_size = point_num * FTS_ONE_TCH_LEN + 3; in fts_input_init()