Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dsdhci.c525 static inline bool sdhci_has_requests(struct sdhci_host *host) in sdhci_has_requests() function
1553 if (!sdhci_has_requests(host)) in __sdhci_finish_mrq()
3064 /* Check sdhci_has_requests() first in case we are runtime suspended */ in sdhci_card_event()
3065 if (sdhci_has_requests(host) && !present) { in sdhci_card_event()
4950 if (sdhci_has_requests(host)) { in sdhci_remove_host()