Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/spi/
Dspi-bitbang-txrx.h57 if ((flags & SPI_MASTER_NO_TX) == 0) { in bitbang_txrx_be_cpha0()
90 if ((flags & SPI_MASTER_NO_TX) == 0) { in bitbang_txrx_be_cpha1()
Dspi-gpio.c310 *res_flags |= SPI_MASTER_NO_TX; in spi_gpio_request()
484 if ((master_flags & (SPI_MASTER_NO_TX | SPI_MASTER_NO_RX)) == 0) { in spi_gpio_probe()
Dspi.c2121 if ((flags & SPI_MASTER_NO_TX) && xfer->tx_buf) in __spi_validate()
/linux-4.4.14/include/linux/spi/
Dspi.h424 #define SPI_MASTER_NO_TX BIT(2) /* can't do buffer write */ macro