Home
last modified time | relevance | path

Searched refs:get_mode (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/include/power/
H A Dregulator.h234 int (*get_mode)(struct udevice *dev); member
/openbmc/u-boot/drivers/power/regulator/
H A Dsandbox.c267 .get_mode = out_get_mode,
343 .get_mode = out_get_mode,
H A Dregulator-uclass.c177 if (!ops || !ops->get_mode) in regulator_get_mode()
180 return ops->get_mode(dev); in regulator_get_mode()
H A Ds2mps11_regulator.c323 .get_mode = buck_get_mode,
598 .get_mode = ldo_get_mode,
H A Dmax77686.c791 .get_mode = ldo_get_mode,
807 .get_mode = buck_get_mode,
H A Dstpmu1.c251 .get_mode = stpmu1_buck_get_mode,
460 .get_mode = stpmu1_ldo_get_mode,
H A Dpfuze100.c565 .get_mode = pfuze100_regulator_get_mode,
/openbmc/u-boot/tools/buildman/
H A Dkconfiglib.py1785 "Mode : " + s(sc.get_mode()),
1947 mode = choice.get_mode()
2793 if self.get_mode() != "y":
2869 def get_mode(self): member in Choice
3231 sc.parent.get_mode() == "y":