Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dahci_platform.h27 int ahci_platform_enable_clks(struct ahci_host_priv *hpriv);
/linux-6.12.1/drivers/ata/
Dahci_brcm.c283 ahci_platform_enable_clks(hpriv); in brcm_ahci_read_id()
377 ret = ahci_platform_enable_clks(hpriv); in brcm_ahci_resume()
493 ret = ahci_platform_enable_clks(hpriv); in brcm_ahci_probe()
Dlibahci_platform.c130 int ahci_platform_enable_clks(struct ahci_host_priv *hpriv) in ahci_platform_enable_clks() function
134 EXPORT_SYMBOL_GPL(ahci_platform_enable_clks);
281 rc = ahci_platform_enable_clks(hpriv); in ahci_platform_enable_resources()
Dahci_ceva.c199 rc = ahci_platform_enable_clks(hpriv); in ceva_ahci_platform_enable_resources()
Dahci_xgene.c822 rc = ahci_platform_enable_clks(hpriv); in xgene_ahci_probe()