Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/power/regulator/
H A Dmax77686.c540 static int max77686_buck_mode(struct udevice *dev, int op, int *opmode) in max77686_buck_mode() function
633 ret = max77686_buck_mode(dev, op, &on_off); in max77686_buck_enable()
653 ret = max77686_buck_mode(dev, op, &on_off); in max77686_buck_enable()
777 ret = max77686_buck_mode(dev, PMIC_OP_GET, &mode); in buck_get_mode()
786 return max77686_buck_mode(dev, PMIC_OP_SET, &mode); in buck_set_mode()