Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dahci_platform.h26 int ahci_platform_enable_regulators(struct ahci_host_priv *hpriv);
/Linux-v5.10/drivers/ata/
Dlibahci_platform.c154 int ahci_platform_enable_regulators(struct ahci_host_priv *hpriv) in ahci_platform_enable_regulators() function
187 EXPORT_SYMBOL_GPL(ahci_platform_enable_regulators);
231 rc = ahci_platform_enable_regulators(hpriv); in ahci_platform_enable_resources()
Dahci_imx.c655 ret = ahci_platform_enable_regulators(hpriv); in imx_sata_enable()