Home
last modified time | relevance | path

Searched full:regulator_force_disable (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/devicetree/bindings/power/reset/
H A Dregulator-poweroff.yaml14 calling regulator_force_disable(). If the power is still on and the
/linux/drivers/power/reset/
H A Dregulator-poweroff.c26 regulator_force_disable(cpu_regulator); in regulator_poweroff_do_poweroff()
/linux/drivers/regulator/
H A Dcore.c3241 /* locks held by regulator_force_disable() */
3268 * regulator_force_disable - force disable regulator output
3278 int regulator_force_disable(struct regulator *regulator) in regulator_force_disable() function
3303 EXPORT_SYMBOL_GPL(regulator_force_disable);
5399 * Although regulator_force_disable function call for some consumers can
5412 regulator_force_disable(consumers[i].consumer); in regulator_bulk_force_disable()