Searched refs:data_cmd (Results 1 – 4 of 4) sorted by relevance
1537 if (host->data_cmd && host->data_cmd->mrq == mrq) in __sdhci_finish_mrq()1538 host->data_cmd = NULL; in __sdhci_finish_mrq()1568 struct mmc_command *data_cmd = host->data_cmd; in __sdhci_finish_data_common() local1572 host->data_cmd = NULL; in __sdhci_finish_data_common()1683 WARN_ON(host->data_cmd); in sdhci_send_command()1684 host->data_cmd = cmd; in sdhci_send_command()3039 if (host->data_cmd) { in sdhci_error_out_mrqs()3424 struct mmc_command *data_cmd = host->data_cmd; in sdhci_data_irq() local3431 if (data_cmd && (data_cmd->flags & MMC_RSP_BUSY)) { in sdhci_data_irq()3433 host->data_cmd = NULL; in sdhci_data_irq()[all …]
707 WARN_ON(host->data_cmd); in sdhci_uhs2_send_command()708 host->data_cmd = cmd; in sdhci_uhs2_send_command()848 cmd == host->data_cmd) { in sdhci_uhs2_finish_command()951 if (host->cmd || host->data_cmd) { in sdhci_uhs2_request_done()
599 struct mmc_command *data_cmd; /* Current data command */ member
4827 struct data_cmd { struct4833 static struct data_cmd drbd_cmd_handler[] = { argument4871 struct data_cmd const *cmd; in drbdd()
Completed in 26 milliseconds