Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/ata/
Dlibahci_platform.c162 rc = regulator_enable(hpriv->phy_regulator); in ahci_platform_enable_regulators()
182 regulator_disable(hpriv->phy_regulator); in ahci_platform_enable_regulators()
207 regulator_disable(hpriv->phy_regulator); in ahci_platform_disable_regulators()
440 hpriv->phy_regulator = devm_regulator_get(dev, "phy"); in ahci_platform_get_resources()
441 if (IS_ERR(hpriv->phy_regulator)) { in ahci_platform_get_resources()
442 rc = PTR_ERR(hpriv->phy_regulator); in ahci_platform_get_resources()
Dahci.h348 struct regulator *phy_regulator;/* Optional */ member
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/
Dhispark_taurus.patch12475 struct regulator *phy_regulator;/* Optional */