Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/mmc/host/
A Dsdhci.c1529 if (host->deferred_cmd && host->deferred_cmd->mrq == mrq) in __sdhci_finish_mrq()
1530 host->deferred_cmd = NULL; in __sdhci_finish_mrq()
1615 WARN_ON(host->deferred_cmd); in __sdhci_finish_data()
1616 host->deferred_cmd = data->stop; in __sdhci_finish_data()
1738 struct mmc_command *deferred_cmd = host->deferred_cmd; in sdhci_send_command_retry() local
1761 if (cmd == deferred_cmd && cmd != host->deferred_cmd) in sdhci_send_command_retry()
1768 if (cmd == host->deferred_cmd) in sdhci_send_command_retry()
1769 host->deferred_cmd = NULL; in sdhci_send_command_retry()
1834 WARN_ON(host->deferred_cmd); in sdhci_finish_command()
3630 if (host->deferred_cmd) in sdhci_irq()
[all …]
A Dsdhci.h542 struct mmc_command *deferred_cmd; /* Deferred command */ member

Completed in 13 milliseconds