Home
last modified time | relevance | path

Searched refs:ahci_regulator (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/ata/
H A Dlibahci_platform.c213 rc = regulator_enable(hpriv->ahci_regulator); in ahci_platform_enable_regulators()
239 regulator_disable(hpriv->ahci_regulator); in ahci_platform_enable_regulators()
261 regulator_disable(hpriv->ahci_regulator); in ahci_platform_disable_regulators()
543 hpriv->ahci_regulator = devm_regulator_get(dev, "ahci"); in ahci_platform_get_resources()
544 if (IS_ERR(hpriv->ahci_regulator)) { in ahci_platform_get_resources()
545 rc = PTR_ERR(hpriv->ahci_regulator); in ahci_platform_get_resources()
H A Dahci.h352 struct regulator *ahci_regulator;/* Optional */ member