Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/spi/
Dspi-slave-mt27xx.c417 ctlr->flags = SPI_MASTER_MUST_RX; in mtk_spi_slave_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-davinci.c942 master->flags = SPI_MASTER_MUST_RX | SPI_MASTER_GPIO_SS; in davinci_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-atmel.c1474 master->flags = (SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX | in atmel_spi_probe()
/Linux-v6.1/include/linux/spi/
Dspi.h1529 #define SPI_MASTER_MUST_RX SPI_CONTROLLER_MUST_RX macro