Home
last modified time | relevance | path

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

/components/drivers/sdio/sdhci/
A Dsdhci.c1169 if (host->deferred_cmd && host->deferred_cmd->mrq == mrq) in __sdhci_finish_mrq()
1170 host->deferred_cmd = NULL; in __sdhci_finish_mrq()
1414 host->deferred_cmd = data->stop; in __sdhci_finish_data()
1595 host->deferred_cmd = cmd->mrq->cmd; in sdhci_command_end()
1766 if (host->deferred_cmd) in sdhci_irq()
1799 struct rt_mmcsd_cmd *deferred_cmd = host->deferred_cmd; in sdhci_send_command_retry() local
1821 if (cmd == deferred_cmd && cmd != host->deferred_cmd) in sdhci_send_command_retry()
1828 if (cmd == host->deferred_cmd) in sdhci_send_command_retry()
1829 host->deferred_cmd = NULL; in sdhci_send_command_retry()
1944 cmd = host->deferred_cmd; in sdhci_thread_irq()
/components/drivers/sdio/sdhci/include/
A Dsdhci.h472 struct rt_mmcsd_cmd *deferred_cmd; /* Deferred command */ member

Completed in 10 milliseconds