Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-rb4xx.c159 master->flags = SPI_MASTER_MUST_TX; in rb4xx_spi_probe()
H A Dspi-at91-usart.c547 controller->flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX; in at91_usart_spi_probe()
H A Dspi-pic32.c781 master->flags = SPI_MASTER_MUST_TX | SPI_MASTER_MUST_RX; in pic32_spi_probe()
H A Dspi-meson-spicc.c810 master->flags = (SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX); in meson_spicc_probe()
H A Dspi-mt65xx.c663 master->flags = SPI_MASTER_MUST_TX; in mtk_spi_probe()
H A Dspi-fsl-lpspi.c849 controller->flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX; in fsl_lpspi_probe()
H A Dspi-sirf.c1125 master->flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX; in spi_sirfsoc_probe()
H A Dspi-imx.c1311 SPI_MASTER_MUST_TX; in spi_imx_sdma_init()
H A Dspi-atmel.c1560 master->flags = (SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX); in atmel_spi_probe()
H A Dspi-stm32.c1923 master->flags = SPI_MASTER_MUST_TX; in stm32_spi_probe()
/OK3568_Linux_fs/kernel/include/linux/spi/
H A Dspi.h1565 #define SPI_MASTER_MUST_TX SPI_CONTROLLER_MUST_TX macro