Searched refs:ahci_platform_suspend (Results 1 – 7 of 7) sorted by relevance
41 int ahci_platform_suspend(struct device *dev);
71 static SIMPLE_DEV_PM_OPS(ahci_pm_ops, ahci_platform_suspend,
105 static SIMPLE_DEV_PM_OPS(ahci_da850_pm_ops, ahci_platform_suspend,
248 static SIMPLE_DEV_PM_OPS(ahci_sunxi_pm_ops, ahci_platform_suspend,
682 int ahci_platform_suspend(struct device *dev) in ahci_platform_suspend() function696 EXPORT_SYMBOL_GPL(ahci_platform_suspend);
263 static SIMPLE_DEV_PM_OPS(ahci_qoriq_pm_ops, ahci_platform_suspend,
220 ret = ahci_platform_suspend(dev); in brcm_ahci_suspend()