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

/drivers/regulator/
H A Dcore.c1520 * Note: drivers must ensure that all regulator_enable calls made on this
1866 /* locks held by regulator_enable() */
1900 * regulator_enable - enable regulator output
1904 * the predefined voltage or current value. Calls to regulator_enable()
1910 int regulator_enable(struct regulator *regulator) function
1919 ret = regulator_enable(rdev->supply);
1933 EXPORT_SYMBOL_GPL(regulator_enable); variable
2007 * regulator_enable() must be balanced with calls to
2168 * users, so it might be enabled even if regulator_enable() was never
3224 bulk->ret = regulator_enable(bul
[all...]

Completed in 197 milliseconds