Home
last modified time | relevance | path

Searched refs:TOUCH_POINT_NUM (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/vtl_ts/
H A Dvtl_ts.h94 #define TOUCH_POINT_NUM 5 macro
96 #define TOUCH_POINT_NUM 10 macro
136 struct xy_data point[TOUCH_POINT_NUM];
137 unsigned char buf[TOUCH_POINT_NUM * sizeof(struct xy_data)];
H A Dvtl_ts.c100 ts->config_info.touch_point_number = TOUCH_POINT_NUM; in vtl_ts_config()
502 input_mt_init_slots(input_dev, TOUCH_POINT_NUM,0); in vtl_ts_init_input_dev()