Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dsdhci-pltfm.c208 int sdhci_pltfm_resume(struct device *dev) in sdhci_pltfm_resume() function
224 EXPORT_SYMBOL_GPL(sdhci_pltfm_resume);
228 SET_SYSTEM_SLEEP_PM_OPS(sdhci_pltfm_suspend, sdhci_pltfm_resume)
H A Dsdhci-pltfm.h117 int sdhci_pltfm_resume(struct device *dev);
120 static inline int sdhci_pltfm_resume(struct device *dev) { return 0; } in sdhci_pltfm_resume() function
H A Dsdhci-brcmstb.c518 ret = sdhci_pltfm_resume(dev); in sdhci_brcmstb_resume()