Home
last modified time | relevance | path

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

/linux/drivers/ata/
H A Dlibahci_platform.c208 rc = regulator_enable(hpriv->phy_regulator); in ahci_platform_enable_regulators()
228 regulator_disable(hpriv->phy_regulator); in ahci_platform_enable_regulators()
253 regulator_disable(hpriv->phy_regulator); in ahci_platform_disable_regulators()
526 hpriv->phy_regulator = devm_regulator_get(dev, "phy"); in ahci_platform_get_resources()
527 if (IS_ERR(hpriv->phy_regulator)) { in ahci_platform_get_resources()
528 rc = PTR_ERR(hpriv->phy_regulator); in ahci_platform_get_resources()
H A Dahci.h353 struct regulator *phy_regulator;/* Optional */ member