Home
last modified time | relevance | path

Searched refs:deferred_cmd (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/mmc/host/
Dsdhci.c1538 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() local
1771 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 …]
Dsdhci.h542 struct mmc_command *deferred_cmd; /* Deferred command */ member