Home
last modified time | relevance | path

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

/u-boot/test/dm/
A Dregulator.c140 val_get = regulator_get_current(dev); in dm_test_power_regulator_set_get_current()
301 ut_asserteq(regulator_get_current(dev), in dm_test_power_regulator_autoset()
394 ut_asserteq(regulator_get_current(dev_list[i]), in dm_test_power_regulator_autoset_list()
/u-boot/include/power/
A Dregulator.h329 int regulator_get_current(struct udevice *dev);
561 static inline int regulator_get_current(struct udevice *dev) in regulator_get_current() function
/u-boot/cmd/
A Dregulator.c200 current = regulator_get_current(dev); in do_status_detail()
218 current = regulator_get_current(dev); in do_status_line()
325 ret = regulator_get_current(dev); in do_current()
/u-boot/drivers/power/regulator/
A Dregulator-uclass.c123 int regulator_get_current(struct udevice *dev) in regulator_get_current() function

Completed in 7 milliseconds