Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mmc/host/
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)
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-brcmstb.c495 sdhci_pltfm_suspend(&pdev->dev); in sdhci_brcmstb_shutdown()
508 return sdhci_pltfm_suspend(dev); in sdhci_brcmstb_suspend()
Dsdhci-iproc.c415 sdhci_pltfm_suspend(&pdev->dev); in sdhci_iproc_shutdown()
Dsdhci-cadence.c586 SET_SYSTEM_SLEEP_PM_OPS(sdhci_pltfm_suspend, sdhci_cdns_resume)