Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/spi/
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()
Dspi-lp8841-rtc.c87 if ((flags & SPI_MASTER_NO_TX) == 0) in bitbang_txrx_be_cpha0_lsb()
133 SPI_MASTER_NO_TX, word, 8); in spi_lp8841_rtc_transfer_one()
Dspi-gpio.c293 *mflags |= SPI_MASTER_NO_TX; in spi_gpio_request()
426 if ((master_flags & (SPI_MASTER_NO_TX | SPI_MASTER_NO_RX)) == 0) { in spi_gpio_probe()
Dspi-bitbang.c260 flags = t->tx_buf ? SPI_MASTER_NO_RX : SPI_MASTER_NO_TX; in spi_bitbang_bufs()
/Linux-v4.19/include/linux/spi/
Dspi.h1318 #define SPI_MASTER_NO_TX SPI_CONTROLLER_NO_TX macro