Home
last modified time | relevance | path

Searched refs:regulator_get_current (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/test/dm/
Dregulator.c138 val_get = regulator_get_current(dev); in dm_test_power_regulator_set_get_current()
221 ut_asserteq(regulator_get_current(dev), in dm_test_power_regulator_autoset()
314 ut_asserteq(regulator_get_current(dev_list[i]), in dm_test_power_regulator_autoset_list()
/external/u-boot/cmd/
Dregulator.c197 current = regulator_get_current(dev); in do_status_detail()
215 current = regulator_get_current(dev); in do_status_line()
319 ret = regulator_get_current(dev); in do_current()
/external/u-boot/include/power/
Dregulator.h278 int regulator_get_current(struct udevice *dev);
/external/u-boot/drivers/power/regulator/
Dregulator-uclass.c69 int regulator_get_current(struct udevice *dev) in regulator_get_current() function