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.h331 int regulator_get_current(struct udevice *dev);
584 static inline int regulator_get_current(struct udevice *dev) in regulator_get_current() function
/u-boot/cmd/
A Dregulator.c201 current = regulator_get_current(dev); in do_status_detail()
219 current = regulator_get_current(dev); in do_status_line()
327 ret = regulator_get_current(dev); in do_current()
/u-boot/drivers/power/regulator/
A Dregulator-uclass.c125 int regulator_get_current(struct udevice *dev) in regulator_get_current() function

Completed in 8 milliseconds