Home
last modified time | relevance | path

Searched refs:pnt_buf_size (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/
H A Dfocaltech_core.c533 if (len > (fts_data->pnt_buf_size - 3)) { in fts_show_touch_buffer()
534 len = fts_data->pnt_buf_size - 3; in fts_show_touch_buffer()
797 memset(buf, 0xFF, data->pnt_buf_size); in fts_read_touchdata()
800 ret = fts_i2c_read(data->client, buf, 1, buf, data->pnt_buf_size); in fts_read_touchdata()
1007 ts_data->pnt_buf_size = point_num * FTS_ONE_TCH_LEN + 3; in fts_input_init()
1008 ts_data->point_buf = (u8 *)kzalloc(ts_data->pnt_buf_size, GFP_KERNEL); in fts_input_init()
H A Dfocaltech_core.h158 int pnt_buf_size; member
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/
H A Dfocaltech_core.c577 memset(buf, 0xFF, data->pnt_buf_size); in fts_read_touchdata()
588 ret = fts_read(buf, 1, buf + 1, data->pnt_buf_size - 1); in fts_read_touchdata()
595 fts_show_touch_buffer(buf, data->pnt_buf_size); in fts_read_touchdata()
798 ts_data->pnt_buf_size = point_num * FTS_ONE_TCH_LEN + 3; in fts_report_buffer_init()
799 ts_data->point_buf = (u8 *)kzalloc(ts_data->pnt_buf_size + 1, GFP_KERNEL); in fts_report_buffer_init()
H A Dfocaltech_core.h177 int pnt_buf_size; member
H A Dfocaltech_ex_fun.c1064 for (i = 0; i < fts_data->pnt_buf_size; i++) { in fts_tpbuf_show()