Home
last modified time | relevance | path

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

/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()
1922 &regulator->uA_load); in create_regulator()
2839 if (regulator->uA_load && regulator->enable_count == 1) { in _regulator_handle_consumer_enable()
2869 if (regulator->uA_load && regulator->enable_count == 0) in _regulator_handle_consumer_disable()
3124 if (regulator->uA_load) { in regulator_force_disable()
3125 regulator->uA_load = 0; in regulator_force_disable()
4744 int regulator_set_load(struct regulator *regulator, int uA_load) in regulator_set_load() argument
4751 old_uA_load = regulator->uA_load; in regulator_set_load()
4752 regulator->uA_load = uA_load; in regulator_set_load()
[all …]