Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/host/
Dcqhci.c353 if (!cq_host->enabled || !mmc->cqe_on || cq_host->recovery_halt) in cqhci_off()
605 if (cq_host->recovery_halt) { in cqhci_request()
634 if (!cq_host->recovery_halt) { in cqhci_recovery_needed()
635 cq_host->recovery_halt = true; in cqhci_recovery_needed()
673 if (cq_host->recovery_halt) in cqhci_error_irq()
701 if (!cq_host->recovery_halt) { in cqhci_error_irq()
734 if (cq_host->recovery_halt) { in cqhci_finish_mrq()
809 is_idle = !cq_host->qcnt || cq_host->recovery_halt; in cqhci_is_idle()
810 *ret = cq_host->recovery_halt ? -EBUSY : 0; in cqhci_is_idle()
841 *recovery_needed = cq_host->recovery_halt; in cqhci_timeout()
[all …]
Dcqhci.h173 bool recovery_halt; member