Searched refs:deferred_cmd (Results 1 – 2 of 2) sorted by relevance
1502 if (host->deferred_cmd && host->deferred_cmd->mrq == mrq) in __sdhci_finish_mrq()1503 host->deferred_cmd = NULL; in __sdhci_finish_mrq()1587 WARN_ON(host->deferred_cmd); in __sdhci_finish_data()1588 host->deferred_cmd = data->stop; in __sdhci_finish_data()1711 struct mmc_command *deferred_cmd = host->deferred_cmd; in sdhci_send_command_retry() local1733 if (cmd == deferred_cmd && cmd != host->deferred_cmd) in sdhci_send_command_retry()1740 if (cmd == host->deferred_cmd) in sdhci_send_command_retry()1741 host->deferred_cmd = NULL; in sdhci_send_command_retry()1806 WARN_ON(host->deferred_cmd); in sdhci_finish_command()3568 if (host->deferred_cmd) in sdhci_irq()[all …]
539 struct mmc_command *deferred_cmd; /* Deferred command */ member
Completed in 14 milliseconds