Lines Matching refs:status
431 int status) in spi_max32_dma_callback() argument
438 if (status < 0) { in spi_max32_dma_callback()
452 spi_context_complete(&data->ctx, spi_dev, status == 0 ? 0 : -EIO); in spi_max32_dma_callback()
534 struct dma_status status; in transceive_dma() local
542 ret = dma_get_status(cfg->tx_dma.dev, cfg->tx_dma.channel, &status); in transceive_dma()
543 if (ret < 0 || status.busy) { in transceive_dma()
548 ret = dma_get_status(cfg->rx_dma.dev, cfg->rx_dma.channel, &status); in transceive_dma()
549 if (ret < 0 || status.busy) { in transceive_dma()
626 static void spi_max32_iodev_complete(const struct device *dev, int status);
679 static void spi_max32_iodev_complete(const struct device *dev, int status) in spi_max32_iodev_complete() argument
684 if (!status && rtio_ctx->txn_curr->sqe.flags & RTIO_SQE_TRANSACTION) { in spi_max32_iodev_complete()
699 if (spi_rtio_complete(rtio_ctx, status)) { in spi_max32_iodev_complete()