Searched refs:sdhci_send_command (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/mmc/host/
H A Dsdhci.c52 static bool sdhci_send_command(struct sdhci_host *host, struct mmc_command *cmd);
1604 /* Avoid triggering warning in sdhci_send_command() */
1606 if (!sdhci_send_command(host, data->stop)) {
1630 static bool sdhci_send_command(struct sdhci_host *host, struct mmc_command *cmd) function
1742 while (!sdhci_send_command(host, cmd)) {
1833 if (!sdhci_send_command(host, cmd->mrq->cmd)) {
2231 if (!sdhci_send_command(host, cmd))

Completed in 177 milliseconds