Searched refs:ahci_platform_suspend (Results 1 – 7 of 7) sorted by relevance
46 int ahci_platform_suspend(struct device *dev);
76 static SIMPLE_DEV_PM_OPS(ahci_pm_ops, ahci_platform_suspend,
174 ahci_platform_suspend,
282 static SIMPLE_DEV_PM_OPS(ahci_sunxi_pm_ops, ahci_platform_suspend,
910 int ahci_platform_suspend(struct device *dev) in ahci_platform_suspend() function924 EXPORT_SYMBOL_GPL(ahci_platform_suspend);
378 return ahci_platform_suspend(dev); in ceva_ahci_suspend()
355 ret = ahci_platform_suspend(dev); in brcm_ahci_suspend()