Searched refs:deferred_cmd (Results 1 – 2 of 2) sorted by relevance
1538 if (host->deferred_cmd && host->deferred_cmd->mrq == mrq) in __sdhci_finish_mrq()1539 host->deferred_cmd = NULL; in __sdhci_finish_mrq()1624 WARN_ON(host->deferred_cmd); in __sdhci_finish_data()1625 host->deferred_cmd = data->stop; in __sdhci_finish_data()1748 struct mmc_command *deferred_cmd = host->deferred_cmd; in sdhci_send_command_retry() local1771 if (cmd == deferred_cmd && cmd != host->deferred_cmd) in sdhci_send_command_retry()1778 if (cmd == host->deferred_cmd) in sdhci_send_command_retry()1779 host->deferred_cmd = NULL; in sdhci_send_command_retry()1844 WARN_ON(host->deferred_cmd); in sdhci_finish_command()1845 host->deferred_cmd = cmd->mrq->cmd; in sdhci_finish_command()[all …]
542 struct mmc_command *deferred_cmd; /* Deferred command */ member