Home
last modified time | relevance | path

Searched refs:uA_load (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/regulator/
Dinternal.h51 int uA_load; member
Dcore.c843 uA += regulator->uA_load; in requested_microamps_show()
1034 current_uA += sibling->uA_load; in drms_uA_update()
1918 &regulator->uA_load); in create_regulator()
2834 if (regulator->uA_load && regulator->enable_count == 1) { in _regulator_handle_consumer_enable()
2864 if (regulator->uA_load && regulator->enable_count == 0) in _regulator_handle_consumer_disable()
3115 if (regulator->uA_load) { in regulator_force_disable()
3116 regulator->uA_load = 0; in regulator_force_disable()
4734 int regulator_set_load(struct regulator *regulator, int uA_load) in regulator_set_load() argument
4741 old_uA_load = regulator->uA_load; in regulator_set_load()
4742 regulator->uA_load = uA_load; in regulator_set_load()
[all …]