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

/drivers/regulator/
H A Dcore.c1521 * regulator source are balanced by regulator_disable calls prior to calling
1905 * must be balanced with calls to regulator_disable().
1929 regulator_disable(rdev->supply);
1964 /* locks held by regulator_disable() */
2003 * regulator_disable - disable regulator output
2008 * regulator_disable().
2014 int regulator_disable(struct regulator *regulator) function
2027 regulator_disable(rdev->supply);
2031 EXPORT_SYMBOL_GPL(regulator_disable); variable
2071 regulator_disable(rde
[all...]

Completed in 159 milliseconds