Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/touchscreen/
Dedt-ft5x06.c123 struct i2c_msg wrmsg[2]; in edt_ft5x06_ts_readwrite() local
128 wrmsg[i].addr = client->addr; in edt_ft5x06_ts_readwrite()
129 wrmsg[i].flags = 0; in edt_ft5x06_ts_readwrite()
130 wrmsg[i].len = wr_len; in edt_ft5x06_ts_readwrite()
131 wrmsg[i].buf = wr_buf; in edt_ft5x06_ts_readwrite()
135 wrmsg[i].addr = client->addr; in edt_ft5x06_ts_readwrite()
136 wrmsg[i].flags = I2C_M_RD; in edt_ft5x06_ts_readwrite()
137 wrmsg[i].len = rd_len; in edt_ft5x06_ts_readwrite()
138 wrmsg[i].buf = rd_buf; in edt_ft5x06_ts_readwrite()
142 ret = i2c_transfer(client->adapter, wrmsg, i); in edt_ft5x06_ts_readwrite()