Searched refs:max77686_set_ldo_mode (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/board/samsung/trats2/ |
| H A D | trats2.c | 216 ret = max77686_set_ldo_mode(p_pmic, 12, OPMODE_ON); in s5pc210_phy_control() 242 ret = max77686_set_ldo_mode(p_pmic, 12, OPMODE_LPM); in s5pc210_phy_control() 296 max77686_set_ldo_mode(p, 8, OPMODE_ON); in mipi_power() 298 max77686_set_ldo_mode(p, 10, OPMODE_ON); in mipi_power() 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 | 160 int max77686_set_ldo_mode(struct pmic *p, int ldo, char opmode);
|
| /OK3568_Linux_fs/u-boot/drivers/power/pmic/ |
| H A D | pmic_max77686.c | 117 int max77686_set_ldo_mode(struct pmic *p, int ldo, char opmode) in max77686_set_ldo_mode() function
|