Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dahci_platform.h31 int ahci_platform_enable_regulators(struct ahci_host_priv *hpriv);
/linux-6.1.9/drivers/ata/
Dlibahci_platform.c199 int ahci_platform_enable_regulators(struct ahci_host_priv *hpriv) in ahci_platform_enable_regulators() function
232 EXPORT_SYMBOL_GPL(ahci_platform_enable_regulators);
276 rc = ahci_platform_enable_regulators(hpriv); in ahci_platform_enable_resources()
Dahci_brcm.c381 ret = ahci_platform_enable_regulators(hpriv); in brcm_ahci_resume()
499 ret = ahci_platform_enable_regulators(hpriv); in brcm_ahci_probe()
Dahci_imx.c660 ret = ahci_platform_enable_regulators(hpriv); in imx_sata_enable()