Home
last modified time | relevance | path

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

/linux/drivers/spi/
A Dspi-bitbang-txrx.h58 if ((flags & SPI_MASTER_NO_TX) == 0) { in bitbang_txrx_be_cpha0()
91 if ((flags & SPI_MASTER_NO_TX) == 0) { in bitbang_txrx_be_cpha1()
A Dspi-lp8841-rtc.c78 if ((flags & SPI_MASTER_NO_TX) == 0) in bitbang_txrx_be_cpha0_lsb()
124 SPI_MASTER_NO_TX, word, 8); in spi_lp8841_rtc_transfer_one()
A Dspi-gpio.c389 master->flags = SPI_MASTER_NO_TX; in spi_gpio_probe()
407 if (master->flags & SPI_MASTER_NO_TX) { in spi_gpio_probe()
A Dspi-bitbang.c251 flags = t->tx_buf ? SPI_MASTER_NO_RX : SPI_MASTER_NO_TX; in spi_bitbang_bufs()
/linux/include/linux/spi/
A Dspi.h1475 #define SPI_MASTER_NO_TX SPI_CONTROLLER_NO_TX macro

Completed in 11 milliseconds