Searched refs:spi_map_buf (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | internals.h | 23 int spi_map_buf(struct spi_controller *ctlr, struct device *dev, 29 static inline int spi_map_buf(struct spi_controller *ctlr, struct device *dev, in spi_map_buf() function
|
| H A D | spi-mem.c | 53 return spi_map_buf(ctlr, dmadev, sgt, op->data.buf.in, op->data.nbytes, in spi_controller_dma_map_mem_op_data()
|
| H A D | spi.c | 862 int spi_map_buf(struct spi_controller *ctlr, struct device *dev, in spi_map_buf() function 978 ret = spi_map_buf(ctlr, tx_dev, &xfer->tx_sg, in __spi_map_msg() 986 ret = spi_map_buf(ctlr, rx_dev, &xfer->rx_sg, in __spi_map_msg()
|
| /OK3568_Linux_fs/u-boot/drivers/spi/ |
| H A D | spi-mem.c | 55 return spi_map_buf(ctlr, dmadev, sgt, op->data.buf.in, op->data.nbytes, in spi_controller_dma_map_mem_op_data()
|