Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dmelfas_mip4.c179 static int mip4_i2c_xfer(struct mip4_ts *ts, in mip4_i2c_xfer() function
231 error = mip4_i2c_xfer(ts, cmd, sizeof(cmd), buf, sizeof(buf)); in mip4_get_fw_version()
265 error = mip4_i2c_xfer(ts, cmd, sizeof(cmd), in mip4_query_device()
277 error = mip4_i2c_xfer(ts, cmd, sizeof(cmd), buf, 2); in mip4_query_device()
294 error = mip4_i2c_xfer(ts, cmd, sizeof(cmd), in mip4_query_device()
316 error = mip4_i2c_xfer(ts, cmd, sizeof(cmd), buf, 14); in mip4_query_device()
347 error = mip4_i2c_xfer(ts, cmd, sizeof(cmd), buf, 7); in mip4_query_device()
595 error = mip4_i2c_xfer(ts, cmd, sizeof(cmd), ts->buf, 1); in mip4_interrupt()
615 error = mip4_i2c_xfer(ts, cmd, sizeof(cmd), ts->buf, size); in mip4_interrupt()