Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dahci_platform.h39 int ahci_platform_suspend_host(struct device *dev);
/linux-4.4.14/drivers/ata/
Dlibahci_platform.c616 int ahci_platform_suspend_host(struct device *dev) in ahci_platform_suspend_host() function
640 EXPORT_SYMBOL_GPL(ahci_platform_suspend_host);
688 rc = ahci_platform_suspend_host(dev); in ahci_platform_suspend()
Dahci_mvebu.c68 return ahci_platform_suspend_host(&pdev->dev); in ahci_mvebu_suspend()
Dahci_ceva.c209 return ahci_platform_suspend_host(dev); in ceva_ahci_suspend()
Dahci_st.c191 err = ahci_platform_suspend_host(dev); in st_ahci_suspend()
Dahci_imx.c655 ret = ahci_platform_suspend_host(dev); in imx_ahci_suspend()