Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dsdhci-uhs2.c762 if (sdhci_present_error(host, cmd, present)) in sdhci_uhs2_send_command_retry()
884 if (sdhci_present_error(host, mrq->cmd, present)) in sdhci_uhs2_request()
H A Dsdhci.h841 bool sdhci_present_error(struct sdhci_host *host, struct mmc_command *cmd, bool present);
H A Dsdhci.c1744 bool sdhci_present_error(struct sdhci_host *host, in sdhci_present_error() function
1754 EXPORT_SYMBOL_GPL(sdhci_present_error);
1788 if (sdhci_present_error(host, cmd, present)) in sdhci_send_command_retry()
2225 if (sdhci_present_error(host, mrq->cmd, present)) in sdhci_request()
2252 if (sdhci_present_error(host, mrq->cmd, true)) { in sdhci_request_atomic()