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

/linux-4.1.27/drivers/spi/
H A Dspi-bitbang-txrx.h57 if ((flags & SPI_MASTER_NO_TX) == 0) { bitbang_txrx_be_cpha0()
90 if ((flags & SPI_MASTER_NO_TX) == 0) { bitbang_txrx_be_cpha1()
H A Dspi-gpio.c178 * (SPI_MASTER_NO_RX or SPI_MASTER_NO_TX) is set, so they are safe to
310 *res_flags |= SPI_MASTER_NO_TX; spi_gpio_request()
484 if ((master_flags & (SPI_MASTER_NO_TX | SPI_MASTER_NO_RX)) == 0) { spi_gpio_probe()
H A Dspi.c1832 if ((flags & SPI_MASTER_NO_TX) && xfer->tx_buf) __spi_validate()
/linux-4.1.27/include/linux/spi/
H A Dspi.h355 #define SPI_MASTER_NO_TX BIT(2) /* can't do buffer write */ macro

Completed in 57 milliseconds