Searched refs:point_buf (Results 1 – 6 of 6) sorted by relevance
575 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()
176 u8 *point_buf; member
1065 count += snprintf(buf + count, PAGE_SIZE, "%02x ", fts_data->point_buf[i]); in fts_tpbuf_show()
780 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()
157 u8 *point_buf; member
592 u64 point_buf[40] = { 0 }; in ladder_cmult() local593 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()