Searched refs:ahci_regulator (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/ata/
H A Dahci.h352 struct regulator *ahci_regulator;/* Optional */ member in struct:ahci_host_priv
H A Dlibahci_platform.c204 rc = regulator_enable(hpriv->ahci_regulator);
230 regulator_disable(hpriv->ahci_regulator);
252 regulator_disable(hpriv->ahci_regulator);
523 hpriv->ahci_regulator = devm_regulator_get(dev, "ahci");
524 if (IS_ERR(hpriv->ahci_regulator)) {
525 rc = PTR_ERR(hpriv->ahci_regulator);

Completed in 412 milliseconds