Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mmc/host/
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
Dsdhci-pltfm.c209 int sdhci_pltfm_suspend(struct device *dev) in sdhci_pltfm_suspend() function
226 EXPORT_SYMBOL_GPL(sdhci_pltfm_suspend);
248 SET_SYSTEM_SLEEP_PM_OPS(sdhci_pltfm_suspend, sdhci_pltfm_resume)
Dsdhci-brcmstb.c384 sdhci_pltfm_suspend(&pdev->dev); in sdhci_brcmstb_shutdown()
397 return sdhci_pltfm_suspend(dev); in sdhci_brcmstb_suspend()
Dsdhci-cadence.c450 SET_SYSTEM_SLEEP_PM_OPS(sdhci_pltfm_suspend, sdhci_cdns_resume)
Dsdhci-iproc.c421 sdhci_pltfm_suspend(&pdev->dev); in sdhci_iproc_shutdown()