Searched defs:regulator_enable (Results 1 - 1 of 1) sorted by relevance

/drivers/regulator/
H A Dcore.c1376 * Note: drivers must ensure that all regulator_enable calls made on this
1452 /* locks held by regulator_enable() */
1516 * regulator_enable - enable regulator output
1520 * the predefined voltage or current value. Calls to regulator_enable()
1526 int regulator_enable(struct regulator *regulator) function
1532 ret = regulator_enable(rdev->supply);
1546 EXPORT_SYMBOL_GPL(regulator_enable); variable
1597 * regulator_enable() must be balanced with calls to
1748 * users, so it might be enabled even if regulator_enable() was never
2509 bulk->ret = regulator_enable(bul
[all...]

Completed in 71 milliseconds