Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mmc/host/
Dsdhci.c52 static bool sdhci_send_command(struct sdhci_host *host, struct mmc_command *cmd);
1620 if (!sdhci_send_command(host, data->stop)) { in __sdhci_finish_data()
1644 static bool sdhci_send_command(struct sdhci_host *host, struct mmc_command *cmd) in sdhci_send_command() function
1757 while (!sdhci_send_command(host, cmd)) { in sdhci_send_command_retry()
1848 if (!sdhci_send_command(host, cmd->mrq->cmd)) { in sdhci_finish_command()
2246 if (!sdhci_send_command(host, cmd)) in sdhci_request_atomic()