Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/test/dm/
H A Dregulator.c141 val_get = regulator_get_current(dev); in dm_test_power_regulator_set_get_current()
224 ut_asserteq(regulator_get_current(dev), in dm_test_power_regulator_autoset()
317 ut_asserteq(regulator_get_current(dev_list[i]), in dm_test_power_regulator_autoset_list()
/OK3568_Linux_fs/u-boot/cmd/
H A Dregulator.c198 current = regulator_get_current(dev); in do_status_detail()
216 current = regulator_get_current(dev); in do_status_line()
320 ret = regulator_get_current(dev); in do_current()
/OK3568_Linux_fs/u-boot/include/power/
H A Dregulator.h314 int regulator_get_current(struct udevice *dev);
/OK3568_Linux_fs/u-boot/drivers/power/regulator/
H A Dregulator-uclass.su
H A Dregulator-uclass.c111 int regulator_get_current(struct udevice *dev) in regulator_get_current() function
/OK3568_Linux_fs/u-boot/
H A Du-boot.map