Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/
H A Dfocaltech_i2c.c84 memcpy(ts_data->bus_tx_buf, cmd, cmdlen); in fts_read()
88 msg_list[0].buf = ts_data->bus_tx_buf; in fts_read()
130 memcpy(ts_data->bus_tx_buf, writebuf, writelen); in fts_write()
134 msgs.buf = ts_data->bus_tx_buf; in fts_write()
164 ts_data->bus_tx_buf = kzalloc(I2C_BUF_LENGTH, GFP_KERNEL); in fts_bus_init()
165 if (NULL == ts_data->bus_tx_buf) { in fts_bus_init()
182 if (ts_data && ts_data->bus_tx_buf) { in fts_bus_exit()
183 kfree(ts_data->bus_tx_buf); in fts_bus_exit()
184 ts_data->bus_tx_buf = NULL; in fts_bus_exit()
H A Dfocaltech_core.h174 u8 *bus_tx_buf; member
H A Dfocaltech_core.c1513 kfree_safe(ts_data->bus_tx_buf); in fts_ts_probe_entry()