Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/ata/
Dlibahci_platform.c203 rc = regulator_enable(hpriv->ahci_regulator); in ahci_platform_enable_regulators()
229 regulator_disable(hpriv->ahci_regulator); in ahci_platform_enable_regulators()
251 regulator_disable(hpriv->ahci_regulator); in ahci_platform_disable_regulators()
522 hpriv->ahci_regulator = devm_regulator_get(dev, "ahci"); in ahci_platform_get_resources()
523 if (IS_ERR(hpriv->ahci_regulator)) { in ahci_platform_get_resources()
524 rc = PTR_ERR(hpriv->ahci_regulator); in ahci_platform_get_resources()
Dahci.h353 struct regulator *ahci_regulator;/* Optional */ member