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

/drivers/input/touchscreen/
H A Dad7879-spi.c30 static int ad7879_spi_xfer(struct spi_device *spi, function
87 return ad7879_spi_xfer(spi, AD7879_READCMD(first_reg), count, NULL, buf);
95 return ad7879_spi_xfer(spi, AD7879_READCMD(reg), 1, &dummy, &ret) ? : ret;
103 return ad7879_spi_xfer(spi, AD7879_WRITECMD(reg), 1, &val, &dummy);

Completed in 67 milliseconds