Lines Matching defs:cur_comm
279 * @cur_comm: SPI communication mode
306 unsigned int cur_comm;
818 if (!spi->cur_usedma && (spi->cur_comm == SPI_SIMPLEX_TX ||
819 spi->cur_comm == SPI_3WIRE_TX)) {
825 if (!spi->cur_usedma && (spi->cur_comm == SPI_FULL_DUPLEX ||
826 spi->cur_comm == SPI_SIMPLEX_RX ||
827 spi->cur_comm == SPI_3WIRE_RX)) {
930 if ((spi->cur_comm == SPI_FULL_DUPLEX) && !spi->cur_usedma)
1057 if (spi->cur_comm == SPI_SIMPLEX_TX || spi->cur_comm == SPI_3WIRE_TX) {
1166 if (spi->cur_comm == SPI_SIMPLEX_TX || spi->cur_comm == SPI_3WIRE_TX) {
1168 } else if (spi->cur_comm == SPI_FULL_DUPLEX ||
1169 spi->cur_comm == SPI_SIMPLEX_RX ||
1170 spi->cur_comm == SPI_3WIRE_RX) {
1245 if (spi->cur_comm == SPI_SIMPLEX_RX || spi->cur_comm == SPI_3WIRE_RX ||
1246 spi->cur_comm == SPI_FULL_DUPLEX) {
1325 if (spi->cur_comm == SPI_FULL_DUPLEX && (!tx_dma_desc || !rx_dma_desc))
1341 if (spi->cur_comm == SPI_SIMPLEX_TX ||
1342 spi->cur_comm == SPI_3WIRE_TX) {
1626 spi->cur_comm = comm_type;
1645 spi->cur_comm);