Searched refs:spi_unmap_buf (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/spi/ |
D | spi.c | 524 static void spi_unmap_buf(struct spi_master *master, struct device *dev, in spi_unmap_buf() function 562 spi_unmap_buf(master, tx_dev, &xfer->tx_sg, in __spi_map_msg() 598 spi_unmap_buf(master, rx_dev, &xfer->rx_sg, DMA_FROM_DEVICE); in spi_unmap_msg() 599 spi_unmap_buf(master, tx_dev, &xfer->tx_sg, DMA_TO_DEVICE); in spi_unmap_msg()
|