Home
last modified time | relevance | path

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

/linux-6.14.4/Documentation/devicetree/bindings/power/reset/
Dregulator-poweroff.yaml14 calling regulator_force_disable(). If the power is still on and the
/linux-6.14.4/drivers/power/reset/
Dregulator-poweroff.c26 regulator_force_disable(cpu_regulator); in regulator_poweroff_do_poweroff()
/linux-6.14.4/include/linux/regulator/
Dconsumer.h197 int regulator_force_disable(struct regulator *regulator);
423 static inline int regulator_force_disable(struct regulator *regulator) in regulator_force_disable() function
/linux-6.14.4/Documentation/power/regulator/
Dconsumer.rst65 int regulator_force_disable(regulator);
/linux-6.14.4/drivers/regulator/
Dcore.c3092 /* locks held by regulator_force_disable() */
3119 * regulator_force_disable - force disable regulator output
3129 int regulator_force_disable(struct regulator *regulator) in regulator_force_disable() function
3154 EXPORT_SYMBOL_GPL(regulator_force_disable);
5209 * Although regulator_force_disable function call for some consumers can
5222 regulator_force_disable(consumers[i].consumer); in regulator_bulk_force_disable()
/linux-6.14.4/drivers/power/supply/
Dcharger-manager.c429 regulator_force_disable( in try_charger_enable()