recovery_halt     358 drivers/mmc/host/cqhci.c 	if (!cq_host->enabled || !mmc->cqe_on || cq_host->recovery_halt)
recovery_halt     604 drivers/mmc/host/cqhci.c 	if (cq_host->recovery_halt) {
recovery_halt     633 drivers/mmc/host/cqhci.c 	if (!cq_host->recovery_halt) {
recovery_halt     634 drivers/mmc/host/cqhci.c 		cq_host->recovery_halt = true;
recovery_halt     672 drivers/mmc/host/cqhci.c 	if (cq_host->recovery_halt)
recovery_halt     700 drivers/mmc/host/cqhci.c 	if (!cq_host->recovery_halt) {
recovery_halt     733 drivers/mmc/host/cqhci.c 	if (cq_host->recovery_halt) {
recovery_halt     808 drivers/mmc/host/cqhci.c 	is_idle = !cq_host->qcnt || cq_host->recovery_halt;
recovery_halt     809 drivers/mmc/host/cqhci.c 	*ret = cq_host->recovery_halt ? -EBUSY : 0;
recovery_halt     840 drivers/mmc/host/cqhci.c 		*recovery_needed = cq_host->recovery_halt;
recovery_halt     931 drivers/mmc/host/cqhci.c 	WARN_ON(!cq_host->recovery_halt);
recovery_halt    1007 drivers/mmc/host/cqhci.c 	WARN_ON(!cq_host->recovery_halt);
recovery_halt    1040 drivers/mmc/host/cqhci.c 	cq_host->recovery_halt = false;
recovery_halt     173 drivers/mmc/host/cqhci.h 	bool recovery_halt;