Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dsdhci-pltfm.c189 int sdhci_pltfm_suspend(struct device *dev) in sdhci_pltfm_suspend() function
206 EXPORT_SYMBOL_GPL(sdhci_pltfm_suspend);
228 SET_SYSTEM_SLEEP_PM_OPS(sdhci_pltfm_suspend, sdhci_pltfm_resume)
H A Dsdhci-pltfm.h116 int sdhci_pltfm_suspend(struct device *dev);
119 static inline int sdhci_pltfm_suspend(struct device *dev) { return 0; } in sdhci_pltfm_suspend() function
H A Dsdhci-brcmstb.c495 sdhci_pltfm_suspend(&pdev->dev); in sdhci_brcmstb_shutdown()
515 return sdhci_pltfm_suspend(dev); in sdhci_brcmstb_suspend()