Lines Matching refs:rx_dev
1224 struct device *tx_dev, *rx_dev; in __spi_map_msg() local
1239 rx_dev = ctlr->dma_rx->device->dev; in __spi_map_msg()
1241 rx_dev = ctlr->dma_map_dev; in __spi_map_msg()
1243 rx_dev = ctlr->dev.parent; in __spi_map_msg()
1265 ret = spi_map_buf_attrs(ctlr, rx_dev, &xfer->rx_sg, in __spi_map_msg()
1283 ctlr->cur_rx_dma_dev = rx_dev; in __spi_map_msg()
1291 struct device *rx_dev = ctlr->cur_rx_dma_dev; in __spi_unmap_msg() local
1300 spi_unmap_buf_attrs(ctlr, rx_dev, &xfer->rx_sg, in __spi_unmap_msg()
1316 struct device *rx_dev = ctlr->cur_rx_dma_dev; in spi_dma_sync_for_device() local
1322 dma_sync_sgtable_for_device(rx_dev, &xfer->rx_sg, DMA_FROM_DEVICE); in spi_dma_sync_for_device()
1328 struct device *rx_dev = ctlr->cur_rx_dma_dev; in spi_dma_sync_for_cpu() local
1332 dma_sync_sgtable_for_cpu(rx_dev, &xfer->rx_sg, DMA_FROM_DEVICE); in spi_dma_sync_for_cpu()