Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/
H A Dfocaltech_core.h86 #define FTS_TOUCH_POINT_NUM 2 macro
H A Dfocaltech_core.c616 data->point_num = buf[FTS_TOUCH_POINT_NUM] & 0x0F; in fts_read_parse_touchdata()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/
H A Dfocaltech_core.h85 #define FTS_TOUCH_POINT_NUM 2 macro
H A Dfocaltech_core.c805 data->point_num = buf[FTS_TOUCH_POINT_NUM] & 0x0F; in fts_read_touchdata()