Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dahci_platform.h28 int ahci_platform_enable_regulators(struct ahci_host_priv *hpriv);
/Linux-v4.19/drivers/ata/
Dlibahci_platform.c150 int ahci_platform_enable_regulators(struct ahci_host_priv *hpriv) in ahci_platform_enable_regulators() function
172 EXPORT_SYMBOL_GPL(ahci_platform_enable_regulators);
212 rc = ahci_platform_enable_regulators(hpriv); in ahci_platform_enable_resources()
Dahci_imx.c666 ret = ahci_platform_enable_regulators(hpriv); in imx_sata_enable()