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

/linux-4.1.27/drivers/spi/
H A Dspi-bitbang-txrx.h70 if ((flags & SPI_MASTER_NO_RX) == 0) bitbang_txrx_be_cpha0()
103 if ((flags & SPI_MASTER_NO_RX) == 0) bitbang_txrx_be_cpha1()
H A Dspi-xtensa-xtfpga.c94 master->flags = SPI_MASTER_NO_RX; xtfpga_spi_probe()
H A Dspi-gpio.c178 * (SPI_MASTER_NO_RX or SPI_MASTER_NO_TX) is set, so they are safe to
319 *res_flags |= SPI_MASTER_NO_RX; spi_gpio_request()
484 if ((master_flags & (SPI_MASTER_NO_TX | SPI_MASTER_NO_RX)) == 0) { spi_gpio_probe()
H A Dspi.c1834 if ((flags & SPI_MASTER_NO_RX) && xfer->rx_buf) __spi_validate()
/linux-4.1.27/include/linux/spi/
H A Dspi.h354 #define SPI_MASTER_NO_RX BIT(1) /* can't do buffer read */ macro

Completed in 70 milliseconds