Searched refs:spi_map_buf_attrs (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/spi/ |
H A D | spi.c | 1015 static int spi_map_buf_attrs(struct spi_controller *ctlr, struct device *dev, in spi_map_buf_attrs() function 1096 return spi_map_buf_attrs(ctlr, dev, sgt, buf, len, dir, 0); in spi_map_buf() 1150 ret = spi_map_buf_attrs(ctlr, tx_dev, &xfer->tx_sg, in __spi_map_msg() 1159 ret = spi_map_buf_attrs(ctlr, rx_dev, &xfer->rx_sg, in __spi_map_msg()
|