Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dedt-ft5x06.c139 struct i2c_msg wrmsg[2]; in edt_ft5x06_ts_readwrite() local
144 wrmsg[i].addr = client->addr; in edt_ft5x06_ts_readwrite()
145 wrmsg[i].flags = 0; in edt_ft5x06_ts_readwrite()
146 wrmsg[i].len = wr_len; in edt_ft5x06_ts_readwrite()
147 wrmsg[i].buf = wr_buf; in edt_ft5x06_ts_readwrite()
151 wrmsg[i].addr = client->addr; in edt_ft5x06_ts_readwrite()
152 wrmsg[i].flags = I2C_M_RD; in edt_ft5x06_ts_readwrite()
153 wrmsg[i].len = rd_len; in edt_ft5x06_ts_readwrite()
154 wrmsg[i].buf = rd_buf; in edt_ft5x06_ts_readwrite()
158 ret = i2c_transfer(client->adapter, wrmsg, in edt_ft5x06_ts_readwrite()
[all...]

Completed in 2 milliseconds