Lines Matching refs:busy
316 if ((channel->hal_override != true) && (channel->busy == false)) { in bdma_stm32_irq_handler()
342 channel->busy = false; in bdma_stm32_irq_handler()
351 channel->busy = false; in bdma_stm32_irq_handler()
499 if (channel->busy) { in bdma_stm32_configure()
549 channel->busy = true; in bdma_stm32_configure()
718 channel->busy = true; in bdma_stm32_reload()
743 channel->busy = true; in bdma_stm32_start()
762 channel->busy = false; in bdma_stm32_stop()
779 channel->busy = false; in bdma_stm32_stop()
803 config->channels[i].busy = false; in bdma_stm32_init()
847 stat->busy = channel->busy; in bdma_stm32_get_status()