Searched refs:wrmsg (Results 1 – 1 of 1) sorted by relevance
143 struct i2c_msg wrmsg[2]; in edt_ft5x06_ts_readwrite() local148 wrmsg[i].addr = client->addr; in edt_ft5x06_ts_readwrite()149 wrmsg[i].flags = 0; in edt_ft5x06_ts_readwrite()150 wrmsg[i].len = wr_len; in edt_ft5x06_ts_readwrite()151 wrmsg[i].buf = wr_buf; in edt_ft5x06_ts_readwrite()155 wrmsg[i].addr = client->addr; in edt_ft5x06_ts_readwrite()156 wrmsg[i].flags = I2C_M_RD; in edt_ft5x06_ts_readwrite()157 wrmsg[i].len = rd_len; in edt_ft5x06_ts_readwrite()158 wrmsg[i].buf = rd_buf; in edt_ft5x06_ts_readwrite()162 ret = i2c_transfer(client->adapter, wrmsg, i); in edt_ft5x06_ts_readwrite()
Completed in 6 milliseconds