Searched refs:SPI_MASTER_MUST_RX (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/spi/
H A Dspi-rspi.c1111 .flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX,
1121 .flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX,
H A Dspi-imx.c868 spi_imx->bitbang.master->flags = SPI_MASTER_MUST_RX | spi_imx_sdma_init()
H A Dspi.c624 if (master->flags & (SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX)) { spi_map_msg()
632 if ((master->flags & SPI_MASTER_MUST_RX) && spi_map_msg()
/linux-4.1.27/include/linux/spi/
H A Dspi.h356 #define SPI_MASTER_MUST_RX BIT(3) /* requires rx */ macro

Completed in 78 milliseconds