Searched refs:regulator_get_optional (Results 1 - 6 of 6) sorted by relevance

/drivers/regulator/
H A Ddevres.c50 regulator = regulator_get_optional(dev, id);
98 * devm_regulator_get_optional - Resource managed regulator_get_optional()
102 * Managed regulator_get_optional(). Regulators returned from this
104 * regulator_get_optional() for more information.
H A Dcore.c1373 /* Don't log an error when called from regulator_get_optional() */
1466 * regulator_get_optional - obtain optional access to a regulator.
1485 struct regulator *regulator_get_optional(struct device *dev, const char *id) function
1489 EXPORT_SYMBOL_GPL(regulator_get_optional); variable
/drivers/cpufreq/
H A Dcpufreq-dt.c132 cpu_reg = regulator_get_optional(cpu_dev, reg);
H A Dimx6q-cpufreq.c189 pu_reg = regulator_get_optional(cpu_dev, "pu");
/drivers/phy/
H A Dphy-core.c618 phy->pwr = regulator_get_optional(dev, "phy");
/drivers/mmc/host/
H A Dpxamci.c86 host->vcc = regulator_get_optional(mmc_dev(host->mmc), "vmmc");

Completed in 125 milliseconds