Home
last modified time | relevance | path

Searched refs:ahci_platform_suspend (Results 1 – 11 of 11) sorted by relevance

/linux-6.1.9/include/linux/
Dahci_platform.h46 int ahci_platform_suspend(struct device *dev);
/linux-6.1.9/drivers/ata/
Dahci_platform.c77 static SIMPLE_DEV_PM_OPS(ahci_pm_ops, ahci_platform_suspend,
Dahci_dm816.c174 ahci_platform_suspend,
Dahci_mtk.c165 static SIMPLE_DEV_PM_OPS(ahci_pm_ops, ahci_platform_suspend,
Dahci_seattle.c179 static SIMPLE_DEV_PM_OPS(ahci_pm_ops, ahci_platform_suspend,
Dahci_da850.c230 static SIMPLE_DEV_PM_OPS(ahci_da850_pm_ops, ahci_platform_suspend,
Dahci_sunxi.c283 static SIMPLE_DEV_PM_OPS(ahci_sunxi_pm_ops, ahci_platform_suspend,
Dlibahci_platform.c895 int ahci_platform_suspend(struct device *dev) in ahci_platform_suspend() function
909 EXPORT_SYMBOL_GPL(ahci_platform_suspend);
Dahci_ceva.c329 return ahci_platform_suspend(dev); in ceva_ahci_suspend()
Dahci_qoriq.c357 static SIMPLE_DEV_PM_OPS(ahci_qoriq_pm_ops, ahci_platform_suspend,
Dahci_brcm.c352 ret = ahci_platform_suspend(dev); in brcm_ahci_suspend()