Home
last modified time | relevance | path

Searched refs:ahci_regulator (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/ata/
H A Dlibahci_platform.c158 rc = regulator_enable(hpriv->ahci_regulator); in ahci_platform_enable_regulators()
184 regulator_disable(hpriv->ahci_regulator); in ahci_platform_enable_regulators()
206 regulator_disable(hpriv->ahci_regulator); in ahci_platform_disable_regulators()
433 hpriv->ahci_regulator = devm_regulator_get(dev, "ahci"); in ahci_platform_get_resources()
434 if (IS_ERR(hpriv->ahci_regulator)) { in ahci_platform_get_resources()
435 rc = PTR_ERR(hpriv->ahci_regulator); in ahci_platform_get_resources()
H A Dahci.h348 struct regulator *ahci_regulator;/* Optional */ member
/kernel/linux/linux-6.6/drivers/ata/
H A Dlibahci_platform.c204 rc = regulator_enable(hpriv->ahci_regulator); in ahci_platform_enable_regulators()
230 regulator_disable(hpriv->ahci_regulator); in ahci_platform_enable_regulators()
252 regulator_disable(hpriv->ahci_regulator); in ahci_platform_disable_regulators()
523 hpriv->ahci_regulator = devm_regulator_get(dev, "ahci"); in ahci_platform_get_resources()
524 if (IS_ERR(hpriv->ahci_regulator)) { in ahci_platform_get_resources()
525 rc = PTR_ERR(hpriv->ahci_regulator); in ahci_platform_get_resources()
H A Dahci.h354 struct regulator *ahci_regulator;/* Optional */ member

Completed in 5 milliseconds