Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/spi/
Dspi-rb4xx.c159 master->flags = SPI_MASTER_MUST_TX; in rb4xx_spi_probe()
Dspi-at91-usart.c530 controller->flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX; in at91_usart_spi_probe()
Dspi-pic32.c777 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-meson-spicc.c830 master->flags = (SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX); in meson_spicc_probe()
Dspi-mt65xx.c1145 master->flags = SPI_MASTER_MUST_TX; in mtk_spi_probe()
Dspi-atmel.c1474 master->flags = (SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX | in atmel_spi_probe()
Dspi-stm32.c1726 .flags = SPI_MASTER_MUST_TX,
/linux-6.1.9/include/linux/spi/
Dspi.h1530 #define SPI_MASTER_MUST_TX SPI_CONTROLLER_MUST_TX macro