Home
last modified time | relevance | path

Searched refs:bus_rx_buf (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/
H A Dfocaltech_i2c.c92 msg_list[1].buf = ts_data->bus_rx_buf; in fts_read()
106 memcpy(data, ts_data->bus_rx_buf, datalen); in fts_read()
170 ts_data->bus_rx_buf = kzalloc(I2C_BUF_LENGTH, GFP_KERNEL); in fts_bus_init()
171 if (NULL == ts_data->bus_rx_buf) { in fts_bus_init()
187 if (ts_data && ts_data->bus_rx_buf) { in fts_bus_exit()
188 kfree(ts_data->bus_rx_buf); in fts_bus_exit()
189 ts_data->bus_rx_buf = NULL; in fts_bus_exit()
H A Dfocaltech_core.h175 u8 *bus_rx_buf; member
H A Dfocaltech_core.c1514 kfree_safe(ts_data->bus_rx_buf); in fts_ts_probe_entry()