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

/linux-4.1.27/drivers/mfd/
H A Dstmpe-spi.c22 int status = spi_w8r16(spi, reg | READ_CMD); spi_reg_read()
/linux-4.1.27/drivers/hwmon/
H A Dads7871.c91 ret = spi_w8r16(spi, reg); ads7871_read_reg16()
/linux-4.1.27/include/linux/spi/
H A Dspi.h874 * spi_w8r16 - SPI synchronous 8 bit write followed by 16 bit read
886 static inline ssize_t spi_w8r16(struct spi_device *spi, u8 cmd) spi_w8r16() function
907 * This function is similar to spi_w8r16, with the exception that it will

Completed in 37 milliseconds