Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/spi/
Dspi-rb4xx.c157 master->flags = SPI_MASTER_MUST_TX; in rb4xx_spi_probe()
Dspi-meson-spicc.c560 master->flags = (SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX); in meson_spicc_probe()
Dspi-at91-usart.c547 controller->flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX; in at91_usart_spi_probe()
Dspi-pic32.c769 master->flags = SPI_MASTER_MUST_TX | SPI_MASTER_MUST_RX; in pic32_spi_probe()
Dspi-fsl-lpspi.c893 controller->flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX; in fsl_lpspi_probe()
Dspi-mt65xx.c651 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.c1532 master->flags = (SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX); in atmel_spi_probe()
Dspi-imx.c1297 SPI_MASTER_MUST_TX; in spi_imx_sdma_init()
/Linux-v5.4/include/linux/spi/
Dspi.h1405 #define SPI_MASTER_MUST_TX SPI_CONTROLLER_MUST_TX macro