Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/devicetree/bindings/power/reset/
Dregulator-poweroff.yaml14 calling regulator_force_disable(). If the power is still on and the
/Linux-v6.1/drivers/power/reset/
Dregulator-poweroff.c29 regulator_force_disable(cpu_regulator); in regulator_poweroff_do_poweroff()
/Linux-v6.1/include/linux/regulator/
Dconsumer.h241 int regulator_force_disable(struct regulator *regulator);
453 static inline int regulator_force_disable(struct regulator *regulator) in regulator_force_disable() function
/Linux-v6.1/Documentation/power/regulator/
Dconsumer.rst65 int regulator_force_disable(regulator);
/Linux-v6.1/drivers/regulator/
Dcore.c2993 /* locks held by regulator_force_disable() */
3020 * regulator_force_disable - force disable regulator output
3028 int regulator_force_disable(struct regulator *regulator) in regulator_force_disable() function
3053 EXPORT_SYMBOL_GPL(regulator_force_disable);
4941 * Although regulator_force_disable function call for some consumers can
4952 regulator_force_disable(consumers[i].consumer); in regulator_bulk_force_disable()
/Linux-v6.1/drivers/power/supply/
Dcharger-manager.c428 regulator_force_disable( in try_charger_enable()