Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/samsung/trats2/
H A Dtrats2.c216 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 Dmax77686_pmic.h160 int max77686_set_ldo_mode(struct pmic *p, int ldo, char opmode);
/OK3568_Linux_fs/u-boot/drivers/power/pmic/
H A Dpmic_max77686.c117 int max77686_set_ldo_mode(struct pmic *p, int ldo, char opmode) in max77686_set_ldo_mode() function