Searched refs:OPMODE_LPM (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/power/regulator/ |
| H A D | max77686.c | 30 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 D | pmic_max77686.c | 151 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 D | trats2.c | 242 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 D | max77686_pmic.h | 152 OPMODE_LPM, enumerator
|
| /OK3568_Linux_fs/u-boot/board/samsung/odroid/ |
| H A D | odroid.c | 452 return regulator_set_mode(dev, OPMODE_LPM); in s5pc210_phy_control()
|