Home
last modified time | relevance | path

Searched refs:regulator_force_disable (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/drivers/power/reset/
Dregulator-poweroff.c29 regulator_force_disable(cpu_regulator); in regulator_poweroff_do_poweroff()
/Linux-v5.15/include/linux/regulator/
Dconsumer.h235 int regulator_force_disable(struct regulator *regulator);
425 static inline int regulator_force_disable(struct regulator *regulator) in regulator_force_disable() function
/Linux-v5.15/Documentation/power/regulator/
Dconsumer.rst65 int regulator_force_disable(regulator);
/Linux-v5.15/drivers/power/supply/
Dcharger-manager.c428 regulator_force_disable( in try_charger_enable()
/Linux-v5.15/drivers/regulator/
Dcore.c2957 int regulator_force_disable(struct regulator *regulator) in regulator_force_disable() function
2982 EXPORT_SYMBOL_GPL(regulator_force_disable);
4881 regulator_force_disable(consumers[i].consumer); in regulator_bulk_force_disable()