Searched refs:spi_unmap_buf (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | internals.h | 26 void spi_unmap_buf(struct spi_controller *ctlr, struct device *dev, 36 static inline void spi_unmap_buf(struct spi_controller *ctlr, in spi_unmap_buf() function
|
| H A D | spi.c | 943 void spi_unmap_buf(struct spi_controller *ctlr, struct device *dev, in spi_unmap_buf() function 990 spi_unmap_buf(ctlr, tx_dev, &xfer->tx_sg, in __spi_map_msg() 1024 spi_unmap_buf(ctlr, rx_dev, &xfer->rx_sg, DMA_FROM_DEVICE); in __spi_unmap_msg() 1025 spi_unmap_buf(ctlr, tx_dev, &xfer->tx_sg, DMA_TO_DEVICE); in __spi_unmap_msg()
|
| H A D | spi-mem.c | 96 spi_unmap_buf(ctlr, dmadev, sgt, in spi_controller_dma_unmap_mem_op_data()
|
| /OK3568_Linux_fs/u-boot/drivers/spi/ |
| H A D | spi-mem.c | 98 spi_unmap_buf(ctlr, dmadev, sgt, in spi_controller_dma_unmap_mem_op_data()
|