Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dsdhci.c50 static bool sdhci_send_command(struct sdhci_host *host, struct mmc_command *cmd);
1627 /* Avoid triggering warning in sdhci_send_command() */ in __sdhci_finish_data()
1629 if (!sdhci_send_command(host, data->stop)) { in __sdhci_finish_data()
1653 static bool sdhci_send_command(struct sdhci_host *host, struct mmc_command *cmd) in sdhci_send_command() function
1766 while (!sdhci_send_command(host, cmd)) { in sdhci_send_command_retry()
1857 if (!sdhci_send_command(host, cmd->mrq->cmd)) { in sdhci_finish_command()
2266 if (!sdhci_send_command(host, cmd)) in sdhci_request_atomic()