Searched refs:ahci_platform_suspend (Results 1 - 22 of 22) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | ahci_platform.h | 41 int ahci_platform_suspend(struct device *dev);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | ahci_platform.h | 46 int ahci_platform_suspend(struct device *dev);
|
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | ahci_platform.c | 80 static SIMPLE_DEV_PM_OPS(ahci_pm_ops, ahci_platform_suspend,
|
H A D | ahci_dm816.c | 174 ahci_platform_suspend,
|
H A D | ahci_da850.c | 239 static SIMPLE_DEV_PM_OPS(ahci_da850_pm_ops, ahci_platform_suspend,
|
H A D | ahci_seattle.c | 179 static SIMPLE_DEV_PM_OPS(ahci_pm_ops, ahci_platform_suspend,
|
H A D | ahci_mtk.c | 167 static SIMPLE_DEV_PM_OPS(ahci_pm_ops, ahci_platform_suspend,
|
H A D | ahci_sunxi.c | 283 static SIMPLE_DEV_PM_OPS(ahci_sunxi_pm_ops, ahci_platform_suspend,
|
H A D | libahci_platform.c | 793 * ahci_platform_suspend - Suspend an ahci-platform device 802 int ahci_platform_suspend(struct device *dev) in ahci_platform_suspend() function 816 EXPORT_SYMBOL_GPL(ahci_platform_suspend); variable
|
H A D | ahci_ceva.c | 294 return ahci_platform_suspend(dev); in ceva_ahci_suspend()
|
H A D | ahci_qoriq.c | 361 static SIMPLE_DEV_PM_OPS(ahci_qoriq_pm_ops, ahci_platform_suspend,
|
H A D | ahci_brcm.c | 351 ret = ahci_platform_suspend(dev); in brcm_ahci_suspend()
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | ahci_platform.c | 77 static SIMPLE_DEV_PM_OPS(ahci_pm_ops, ahci_platform_suspend,
|
H A D | ahci_dm816.c | 174 ahci_platform_suspend,
|
H A D | ahci_da850.c | 230 static SIMPLE_DEV_PM_OPS(ahci_da850_pm_ops, ahci_platform_suspend,
|
H A D | ahci_mtk.c | 166 static SIMPLE_DEV_PM_OPS(ahci_pm_ops, ahci_platform_suspend,
|
H A D | ahci_seattle.c | 177 static SIMPLE_DEV_PM_OPS(ahci_pm_ops, ahci_platform_suspend,
|
H A D | ahci_sunxi.c | 283 static SIMPLE_DEV_PM_OPS(ahci_sunxi_pm_ops, ahci_platform_suspend,
|
H A D | libahci_platform.c | 887 * ahci_platform_suspend - Suspend an ahci-platform device 896 int ahci_platform_suspend(struct device *dev) in ahci_platform_suspend() function 910 EXPORT_SYMBOL_GPL(ahci_platform_suspend); variable
|
H A D | ahci_ceva.c | 362 return ahci_platform_suspend(dev); in ceva_ahci_suspend()
|
H A D | ahci_qoriq.c | 355 static SIMPLE_DEV_PM_OPS(ahci_qoriq_pm_ops, ahci_platform_suspend,
|
H A D | ahci_brcm.c | 352 ret = ahci_platform_suspend(dev); in brcm_ahci_suspend()
|
Completed in 14 milliseconds