Home
last modified time | relevance | path

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

/linux/drivers/regulator/
H A Dinternal.h51 int uA_load; member
H A Dcore.c782 uA += regulator->uA_load; in requested_microamps_show()
993 current_uA += sibling->uA_load; in drms_uA_update()
1894 &regulator->uA_load); in create_regulator()
2831 if (regulator->uA_load && regulator->enable_count == 1) { in _regulator_handle_consumer_enable()
2861 if (regulator->uA_load && regulator->enable_count == 0) in _regulator_handle_consumer_disable()
3122 if (regulator->uA_load) { in regulator_force_disable()
3123 regulator->uA_load = 0; in regulator_force_disable()
4878 int regulator_set_load(struct regulator *regulator, int uA_load) in regulator_set_load() argument
4885 old_uA_load = regulator->uA_load; in regulator_set_load()
4886 regulator->uA_load = uA_load; in regulator_set_load()
[all …]