Home
last modified time | relevance | path

Searched refs:SPI_MASTER_MUST_RX (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/drivers/spi/
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-davinci.c953 master->flags = SPI_MASTER_MUST_RX; in davinci_spi_probe()
Dspi-fsl-lpspi.c893 controller->flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX; in fsl_lpspi_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.c1296 spi_imx->bitbang.master->flags = SPI_MASTER_MUST_RX | in spi_imx_sdma_init()
/Linux-v5.4/include/linux/spi/
Dspi.h1404 #define SPI_MASTER_MUST_RX SPI_CONTROLLER_MUST_RX macro