Home
last modified time | relevance | path

Searched refs:ahci_platform_enable_clks (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dahci_platform.h24 int ahci_platform_enable_clks(struct ahci_host_priv *hpriv);
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dahci_brcm.c282 ahci_platform_enable_clks(hpriv); in brcm_ahci_read_id()
376 ret = ahci_platform_enable_clks(hpriv); in brcm_ahci_resume()
495 ret = ahci_platform_enable_clks(hpriv); in brcm_ahci_probe()
H A Dlibahci_platform.c107 int ahci_platform_enable_clks(struct ahci_host_priv *hpriv) in ahci_platform_enable_clks() function
123 EXPORT_SYMBOL_GPL(ahci_platform_enable_clks);
235 rc = ahci_platform_enable_clks(hpriv); in ahci_platform_enable_resources()
H A Dahci_xgene.c835 rc = ahci_platform_enable_clks(hpriv); in xgene_ahci_probe()