Lines Matching refs:busy
107 bool busy; member
222 data->busy = 1; in nxp_edma_callback()
226 data->busy = (handle->tcdPool != NULL) && (handle->tcdUsed > 0); in nxp_edma_callback()
250 DEV_CHANNEL_DATA(dev, channel)->busy = false; in dma_mcux_edma_irq_handler()
264 if (DEV_CHANNEL_DATA(dev, i)->busy) { in dma_mcux_edma_error_irq_handler()
269 DEV_CHANNEL_DATA(dev, i)->busy = false; in dma_mcux_edma_error_irq_handler()
385 if (data->busy) { in dma_mcux_edma_configure()
521 data->busy = false; in dma_mcux_edma_configure()
550 data->busy = true; in dma_mcux_edma_start()
564 if (!data->data_cb[channel].busy) { in dma_mcux_edma_stop()
573 data->data_cb[channel].busy = false; in dma_mcux_edma_stop()
581 if (!data->busy) { in dma_mcux_edma_suspend()
592 if (!data->busy) { in dma_mcux_edma_resume()
722 if (data->busy && data->edma_handle.tcdPool == NULL) { in dma_mcux_edma_reload()
753 if (DEV_CHANNEL_DATA(dev, channel)->busy) { in dma_mcux_edma_get_status()
754 status->busy = true; in dma_mcux_edma_get_status()
762 status->busy = false; in dma_mcux_edma_get_status()