Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Dinternal.h51 int uA_load; member
H A 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()
2849 if (regulator->uA_load && regulator->enable_count == 1) { in _regulator_handle_consumer_enable()
2879 if (regulator->uA_load && regulator->enable_count == 0) in _regulator_handle_consumer_disable()
3134 if (regulator->uA_load) { in regulator_force_disable()
3135 regulator->uA_load = 0; in regulator_force_disable()
4754 int regulator_set_load(struct regulator *regulator, int uA_load) in regulator_set_load() argument
4761 old_uA_load = regulator->uA_load; in regulator_set_load()
4762 regulator->uA_load = uA_load; in regulator_set_load()
[all …]