sdhci_pltfm_suspend
sdhci_pltfm_suspend(&pdev->dev);
return sdhci_pltfm_suspend(dev);
static DEFINE_SIMPLE_DEV_PM_OPS(sdhci_cdns_pm_ops, sdhci_pltfm_suspend, sdhci_cdns_resume);
sdhci_pltfm_suspend(&pdev->dev);
EXPORT_SYMBOL_GPL(sdhci_pltfm_suspend);
SET_SYSTEM_SLEEP_PM_OPS(sdhci_pltfm_suspend, sdhci_pltfm_resume)
int sdhci_pltfm_suspend(struct device *dev);