Searched refs:spi_map_buf (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/spi/ |
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
|
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()
|
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()
|