Home
last modified time | relevance | path

Searched refs:set_current (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/include/power/
H A Dregulator.h212 int (*set_current)(struct udevice *dev, int uA); member
/rk3399_rockchip-uboot/drivers/power/regulator/
H A Dsandbox.c267 .set_current = buck_set_current,
343 .set_current = ldo_set_current,
H A Dregulator-uclass.c135 if (!ops || !ops->set_current) in regulator_set_current()
138 return ops->set_current(dev, uA); in regulator_set_current()