Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dahci_platform.h24 int ahci_platform_enable_clks(struct ahci_host_priv *hpriv);
/kernel/linux/linux-5.10/drivers/ata/
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()
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()
Dahci_xgene.c835 rc = ahci_platform_enable_clks(hpriv); in xgene_ahci_probe()