Symbol: SPI_CONTROLLER_MUST_TX
drivers/spi/spi-at91-usart.c
512
controller->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX;
drivers/spi/spi-atmel.c
1542
host->flags = (SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX |
drivers/spi/spi-cadence.c
731
ctlr->flags = SPI_CONTROLLER_MUST_TX;
drivers/spi/spi-dw-core.c
998
ctlr->flags |= SPI_CONTROLLER_MUST_TX;
drivers/spi/spi-fsl-lpspi.c
997
controller->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX;
drivers/spi/spi-geni-qcom.c
1120
spi->flags = SPI_CONTROLLER_MUST_TX;
drivers/spi/spi-imx.c
1433
SPI_CONTROLLER_MUST_TX;
drivers/spi/spi-ingenic.c
437
ctlr->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX;
drivers/spi/spi-meson-spicc.c
1058
host->flags = (SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX);
drivers/spi/spi-mt65xx.c
1205
host->flags = SPI_CONTROLLER_MUST_TX;
drivers/spi/spi-pci1xxxx.c
930
spi_host->flags = SPI_CONTROLLER_MUST_TX;
drivers/spi/spi-pic32.c
772
host->flags = SPI_CONTROLLER_MUST_TX | SPI_CONTROLLER_MUST_RX;
drivers/spi/spi-pxa2xx.c
1307
controller->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX;
drivers/spi/spi-rb4xx.c
167
host->flags = SPI_CONTROLLER_MUST_TX;
drivers/spi/spi-rspi.c
1183
.flags = SPI_CONTROLLER_MUST_TX,
drivers/spi/spi-rspi.c
1193
.flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX,
drivers/spi/spi-rspi.c
1205
.flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX,
drivers/spi/spi-rzv2h-rspi.c
758
controller->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX;
drivers/spi/spi-sh-msiof.c
1001
.ctlr_flags = SPI_CONTROLLER_MUST_TX,
drivers/spi/spi-sh-msiof.c
172
if (!(p->ctlr->flags & SPI_CONTROLLER_MUST_TX))
drivers/spi/spi-sh-msiof.c
246
if (p->ctlr->flags & SPI_CONTROLLER_MUST_TX) {
drivers/spi/spi-sh-msiof.c
273
if (tx_buf || (p->ctlr->flags & SPI_CONTROLLER_MUST_TX))
drivers/spi/spi-sh-msiof.c
974
.ctlr_flags = SPI_CONTROLLER_MUST_TX,
drivers/spi/spi-sh-msiof.c
983
.ctlr_flags = SPI_CONTROLLER_MUST_TX,
drivers/spi/spi-sh-msiof.c
992
.ctlr_flags = SPI_CONTROLLER_MUST_TX,
drivers/spi/spi-sifive.c
381
host->flags = SPI_CONTROLLER_MUST_TX | SPI_CONTROLLER_GPIO_SS;
drivers/spi/spi-stm32.c
2254
.flags = SPI_CONTROLLER_MUST_TX,
drivers/spi/spi-stm32.c
2275
.flags = SPI_CONTROLLER_MUST_TX,
drivers/spi/spi-sunplus-sp7021.c
435
ctlr->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX;
drivers/spi/spi-topcliff-pch.c
1339
host->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX;
drivers/spi/spi-uniphier.c
713
host->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX;
drivers/spi/spi.c
1380
if ((ctlr->flags & (SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX))
drivers/spi/spi.c
1386
if ((ctlr->flags & SPI_CONTROLLER_MUST_TX) &&