Searched refs:phy_regulator (Results 1 – 2 of 2) sorted by relevance
207 rc = regulator_enable(hpriv->phy_regulator); in ahci_platform_enable_regulators()227 regulator_disable(hpriv->phy_regulator); in ahci_platform_enable_regulators()252 regulator_disable(hpriv->phy_regulator); in ahci_platform_disable_regulators()529 hpriv->phy_regulator = devm_regulator_get(dev, "phy"); in ahci_platform_get_resources()530 if (IS_ERR(hpriv->phy_regulator)) { in ahci_platform_get_resources()531 rc = PTR_ERR(hpriv->phy_regulator); in ahci_platform_get_resources()
353 struct regulator *phy_regulator;/* Optional */ member