Home
last modified time | relevance | path

Searched refs:spi_unmap_buf (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/spi/
Dspi.c743 static void spi_unmap_buf(struct spi_master *master, struct device *dev, in spi_unmap_buf() function
788 spi_unmap_buf(master, tx_dev, &xfer->tx_sg, in __spi_map_msg()
822 spi_unmap_buf(master, rx_dev, &xfer->rx_sg, DMA_FROM_DEVICE); in __spi_unmap_msg()
823 spi_unmap_buf(master, tx_dev, &xfer->tx_sg, DMA_TO_DEVICE); in __spi_unmap_msg()