Home
last modified time | relevance | path

Searched refs:SPI_MASTER_MUST_TX (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.10/drivers/spi/
Dspi-rb4xx.c159 master->flags = SPI_MASTER_MUST_TX; in rb4xx_spi_probe()
Dspi-at91-usart.c547 controller->flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX; in at91_usart_spi_probe()
Dspi-meson-spicc.c740 master->flags = (SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX); in meson_spicc_probe()
Dspi-pic32.c780 master->flags = SPI_MASTER_MUST_TX | SPI_MASTER_MUST_RX; in pic32_spi_probe()
Dspi-fsl-lpspi.c849 controller->flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX; in fsl_lpspi_probe()
Dspi-mt65xx.c662 master->flags = SPI_MASTER_MUST_TX; in mtk_spi_probe()
Dspi-sirf.c1125 master->flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX; in spi_sirfsoc_probe()
Dspi-atmel.c1560 master->flags = (SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX); in atmel_spi_probe()
Dspi-imx.c1293 SPI_MASTER_MUST_TX; in spi_imx_sdma_init()
Dspi-stm32.c1924 master->flags = SPI_MASTER_MUST_TX; in stm32_spi_probe()
/Linux-v5.10/include/linux/spi/
Dspi.h1543 #define SPI_MASTER_MUST_TX SPI_CONTROLLER_MUST_TX macro