Searched refs:deferred_cmd (Results 1 – 3 of 3) sorted by relevance
1506 if (host->deferred_cmd && host->deferred_cmd->mrq == mrq) in __sdhci_finish_mrq()1507 host->deferred_cmd = NULL; in __sdhci_finish_mrq()1591 WARN_ON(host->deferred_cmd); in __sdhci_finish_data()1592 host->deferred_cmd = data->stop; in __sdhci_finish_data()1715 struct mmc_command *deferred_cmd = host->deferred_cmd; in sdhci_send_command_retry() local1737 if (cmd == deferred_cmd && cmd != host->deferred_cmd) in sdhci_send_command_retry()1744 if (cmd == host->deferred_cmd) in sdhci_send_command_retry()1745 host->deferred_cmd = NULL; in sdhci_send_command_retry()1810 WARN_ON(host->deferred_cmd); in sdhci_finish_command()1811 host->deferred_cmd = cmd->mrq->cmd; in sdhci_finish_command()[all …]
536 struct mmc_command *deferred_cmd; /* Deferred command */ member
14239 - if (host->deferred_cmd && host->deferred_cmd->mrq == mrq)14240 - host->deferred_cmd = NULL;14290 - WARN_ON(host->deferred_cmd);14291 - host->deferred_cmd = data->stop;14405 - struct mmc_command *deferred_cmd = host->deferred_cmd;14427 - if (cmd == deferred_cmd && cmd != host->deferred_cmd)14434 - if (cmd == host->deferred_cmd)14435 - host->deferred_cmd = NULL;14448 - WARN_ON(host->deferred_cmd);14449 - host->deferred_cmd = cmd->mrq->cmd;[all …]