Searched refs:spi_map_buf (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/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 | 856 int spi_map_buf(struct spi_controller *ctlr, struct device *dev, in spi_map_buf() function 972 ret = spi_map_buf(ctlr, tx_dev, &xfer->tx_sg, in __spi_map_msg() 980 ret = spi_map_buf(ctlr, rx_dev, &xfer->rx_sg, in __spi_map_msg()
|
/kernel/linux/linux-6.6/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 | 55 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 | 1082 int spi_map_buf(struct spi_controller *ctlr, struct device *dev, in spi_map_buf() function
|
Completed in 13 milliseconds