Searched refs:regulator_get_suspend_value (Results 1 - 3 of 3) sorted by relevance

/u-boot/include/power/
H A Dregulator.h311 * regulator_get_suspend_value: get the suspend microvoltage value of a given regulator.
316 int regulator_get_suspend_value(struct udevice *dev);
577 static inline int regulator_get_suspend_value(struct udevice *dev) function
/u-boot/test/dm/
H A Dregulator.c241 val_get = regulator_get_suspend_value(dev);
/u-boot/drivers/power/regulator/
H A Dregulator-uclass.c101 int regulator_get_suspend_value(struct udevice *dev) function

Completed in 94 milliseconds