Searched refs:bus_tx_buf (Results 1 – 3 of 3) sorted by relevance
84 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()
174 u8 *bus_tx_buf; member
1513 kfree_safe(ts_data->bus_tx_buf); in fts_ts_probe_entry()