Searched refs:deferred_cmd (Results 1 – 3 of 3) sorted by relevance
737 struct mmc_command *deferred_cmd = host->deferred_cmd; in sdhci_uhs2_send_command_retry() local759 if (cmd == deferred_cmd && cmd != host->deferred_cmd) in sdhci_uhs2_send_command_retry()766 if (cmd == host->deferred_cmd) in sdhci_uhs2_send_command_retry()767 host->deferred_cmd = NULL; in sdhci_uhs2_send_command_retry()1110 cmd = host->deferred_cmd; in sdhci_uhs2_thread_irq()
1540 if (host->deferred_cmd && host->deferred_cmd->mrq == mrq) in __sdhci_finish_mrq()1541 host->deferred_cmd = NULL; in __sdhci_finish_mrq()1638 WARN_ON(host->deferred_cmd); in __sdhci_finish_data()1639 host->deferred_cmd = data->stop; in __sdhci_finish_data()1762 struct mmc_command *deferred_cmd = host->deferred_cmd; in sdhci_send_command_retry() local1785 if (cmd == deferred_cmd && cmd != host->deferred_cmd) in sdhci_send_command_retry()1792 if (cmd == host->deferred_cmd) in sdhci_send_command_retry()1793 host->deferred_cmd = NULL; in sdhci_send_command_retry()1858 WARN_ON(host->deferred_cmd); in sdhci_finish_command()3672 if (host->deferred_cmd) in sdhci_irq()[all …]
600 struct mmc_command *deferred_cmd; /* Deferred command */ member
Completed in 16 milliseconds