Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/
H A Dfocaltech_core.c575 u8 *buf = data->point_buf; in fts_read_touchdata()
609 u8 *buf = data->point_buf; in fts_read_parse_touchdata()
799 ts_data->point_buf = (u8 *)kzalloc(ts_data->pnt_buf_size + 1, GFP_KERNEL); in fts_report_buffer_init()
800 if (!ts_data->point_buf) { in fts_report_buffer_init()
809 kfree_safe(ts_data->point_buf); in fts_report_buffer_init()
1505 kfree_safe(ts_data->point_buf); in fts_ts_probe_entry()
1565 kfree_safe(ts_data->point_buf); in fts_ts_remove_entry()
H A Dfocaltech_core.h176 u8 *point_buf; member
H A Dfocaltech_ex_fun.c1065 count += snprintf(buf + count, PAGE_SIZE, "%02x ", fts_data->point_buf[i]); in fts_tpbuf_show()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/
H A Dfocaltech_core.c780 u8 *buf = data->point_buf; in fts_read_touchdata()
1008 ts_data->point_buf = (u8 *)kzalloc(ts_data->pnt_buf_size, GFP_KERNEL); in fts_input_init()
1009 if (!ts_data->point_buf) { in fts_input_init()
1039 kfree_safe(ts_data->point_buf); in fts_input_init()
1516 kfree_safe(ts_data->point_buf); in fts_ts_probe()
1598 kfree_safe(ts_data->point_buf); in fts_ts_remove()
H A Dfocaltech_core.h157 u8 *point_buf; member
/OK3568_Linux_fs/kernel/lib/crypto/
H A Dcurve25519-hacl64.c592 u64 point_buf[40] = { 0 }; in ladder_cmult() local
593 u64 *nq = point_buf; in ladder_cmult()
594 u64 *nqpq = point_buf + 10; in ladder_cmult()
595 u64 *nq2 = point_buf + 20; in ladder_cmult()
596 u64 *nqpq2 = point_buf + 30; in ladder_cmult()