Searched refs:max77686_buck_mode (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/drivers/power/regulator/ |
D | max77686.c | 537 static int max77686_buck_mode(struct udevice *dev, int op, int *opmode) in max77686_buck_mode() function 630 ret = max77686_buck_mode(dev, op, &on_off); in max77686_buck_enable() 650 ret = max77686_buck_mode(dev, op, &on_off); in max77686_buck_enable() 774 ret = max77686_buck_mode(dev, PMIC_OP_GET, &mode); in buck_get_mode() 783 return max77686_buck_mode(dev, PMIC_OP_SET, &mode); in buck_set_mode()
|