Searched refs:ahci_regulator (Results 1 – 2 of 2) sorted by relevance
156 rc = regulator_enable(hpriv->ahci_regulator); in ahci_platform_enable_regulators()182 regulator_disable(hpriv->ahci_regulator); in ahci_platform_enable_regulators()204 regulator_disable(hpriv->ahci_regulator); in ahci_platform_disable_regulators()431 hpriv->ahci_regulator = devm_regulator_get(dev, "ahci"); in ahci_platform_get_resources()432 if (IS_ERR(hpriv->ahci_regulator)) { in ahci_platform_get_resources()433 rc = PTR_ERR(hpriv->ahci_regulator); in ahci_platform_get_resources()
343 struct regulator *ahci_regulator;/* Optional */ member