Searched refs:recovery_halt (Results 1 – 4 of 4) sorted by relevance
37 if (hsq->mrq || hsq->recovery_halt) { in mmc_hsq_pump_requests()130 if (hsq->recovery_halt) { in mmc_hsq_post_request()187 hsq->recovery_halt = true; in mmc_hsq_recovery_start()199 hsq->recovery_halt = false; in mmc_hsq_recovery_finish()225 if (hsq->recovery_halt) { in mmc_hsq_request()261 hsq->recovery_halt; in mmc_hsq_queue_is_idle()263 *ret = hsq->recovery_halt ? -EBUSY : 0; in mmc_hsq_queue_is_idle()
371 if (!cq_host->enabled || !mmc->cqe_on || cq_host->recovery_halt) in cqhci_off()633 if (cq_host->recovery_halt) { in cqhci_request()662 if (!cq_host->recovery_halt) { in cqhci_recovery_needed()663 cq_host->recovery_halt = true; in cqhci_recovery_needed()702 if (cq_host->recovery_halt) in cqhci_error_irq()754 if (!cq_host->recovery_halt) { in cqhci_error_irq()787 if (cq_host->recovery_halt) { in cqhci_finish_mrq()863 is_idle = !cq_host->qcnt || cq_host->recovery_halt; in cqhci_is_idle()864 *ret = cq_host->recovery_halt ? -EBUSY : 0; in cqhci_is_idle()895 *recovery_needed = cq_host->recovery_halt; in cqhci_timeout()[all …]
23 bool recovery_halt; member
245 bool recovery_halt; member