Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/host/
Dsdhci.c1506 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() local
1737 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 …]
Dsdhci.h536 struct mmc_command *deferred_cmd; /* Deferred command */ member
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0030_linux_drivers_pci_misc_nvmem_of_mtd_mmc.patch14239 - 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 …]