Home
last modified time | relevance | path

Searched refs:ahci_platform_suspend_host (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/include/linux/
Dahci_platform.h39 int ahci_platform_suspend_host(struct device *dev);
/Linux-v5.15/drivers/ata/
Dlibahci_platform.c719 int ahci_platform_suspend_host(struct device *dev) in ahci_platform_suspend_host() function
746 EXPORT_SYMBOL_GPL(ahci_platform_suspend_host);
798 rc = ahci_platform_suspend_host(dev); in ahci_platform_suspend()
Dahci_mvebu.c156 return ahci_platform_suspend_host(&pdev->dev); in ahci_mvebu_suspend()
Dahci_st.c192 err = ahci_platform_suspend_host(dev); in st_ahci_suspend()
Dahci_imx.c1194 ret = ahci_platform_suspend_host(dev); in imx_ahci_suspend()