Searched refs:sdhci_present_error (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/mmc/host/ |
H A D | sdhci-uhs2.c | 762 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 D | sdhci.h | 841 bool sdhci_present_error(struct sdhci_host *host, struct mmc_command *cmd, bool present);
|
H A D | sdhci.c | 1744 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()
|