Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dahci_platform.h44 int ahci_platform_suspend_host(struct device *dev);
/linux-6.1.9/drivers/ata/
Dlibahci_platform.c821 int ahci_platform_suspend_host(struct device *dev) in ahci_platform_suspend_host() function
849 EXPORT_SYMBOL_GPL(ahci_platform_suspend_host);
901 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.c188 err = ahci_platform_suspend_host(dev); in st_ahci_suspend()
Dahci_dwc.c437 rc = ahci_platform_suspend_host(dev); in ahci_dwc_suspend()
Dahci_imx.c1199 ret = ahci_platform_suspend_host(dev); in imx_ahci_suspend()