Home
last modified time | relevance | path

Searched refs:spi_sam_iodev_complete (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/spi/
Dspi_sam.c289 static void spi_sam_iodev_complete(const struct device *dev, int status);
306 spi_sam_iodev_complete(dev, status); in dma_callback()
653 static void spi_sam_iodev_complete(const struct device *dev, int status);
679 spi_sam_iodev_complete(dev, -EINVAL); in spi_sam_iodev_start()
687 spi_sam_iodev_complete(dev, ret); in spi_sam_iodev_start()
705 static void spi_sam_iodev_complete(const struct device *dev, int status) in spi_sam_iodev_complete() function