Searched refs:data_cmd (Results 1 – 2 of 2) sorted by relevance
68 return host->cmd || host->data_cmd; in sdhci_has_requests()1166 if (host->data_cmd && host->data_cmd->mrq == mrq) in __sdhci_finish_mrq()1167 host->data_cmd = NULL; in __sdhci_finish_mrq()1192 if (host->data_cmd) in sdhci_error_out_mrqs()1194 host->data_cmd->err = err; in sdhci_error_out_mrqs()1321 host->data_cmd = cmd; in sdhci_send_command()1373 struct rt_mmcsd_cmd *data_cmd = host->data_cmd; in __sdhci_finish_data() local1377 host->data_cmd = NULL; in __sdhci_finish_data()1451 struct rt_mmcsd_cmd *data_cmd = host->data_cmd; in sdhci_data_irq() local1453 if (data_cmd && (data_cmd->flags & MMC_RSP_BUSY)) in sdhci_data_irq()[all …]
471 struct rt_mmcsd_cmd *data_cmd; /* Current data command */ member
Completed in 29 milliseconds