Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/power/regulator/
H A Dmax77686.c30 MODE(OPMODE_LPM, MAX77686_LDO_MODE_LPM, "LPM"),
54 MODE(OPMODE_LPM, MAX77686_BUCK_MODE_LPM, "LPM"),
219 return OPMODE_LPM; in max77686_ldo_hex2mode()
255 return OPMODE_LPM; in max77686_buck_hex2mode()
450 case OPMODE_LPM: in max77686_ldo_mode()
598 case OPMODE_LPM: in max77686_buck_mode()
/OK3568_Linux_fs/u-boot/drivers/power/pmic/
H A Dpmic_max77686.c151 case OPMODE_LPM: in max77686_set_ldo_mode()
220 case OPMODE_LPM: in max77686_set_buck_mode()
/OK3568_Linux_fs/u-boot/board/samsung/trats2/
H A Dtrats2.c242 ret = max77686_set_ldo_mode(p_pmic, 12, OPMODE_LPM); in s5pc210_phy_control()
317 max77686_set_ldo_mode(p, 25, OPMODE_LPM); in exynos_lcd_power_on()
/OK3568_Linux_fs/u-boot/include/power/
H A Dmax77686_pmic.h152 OPMODE_LPM, enumerator
/OK3568_Linux_fs/u-boot/board/samsung/odroid/
H A Dodroid.c452 return regulator_set_mode(dev, OPMODE_LPM); in s5pc210_phy_control()