Searched refs:pwgt1 (Results 1 – 2 of 2) sorted by relevance
194 static struct regulator *pwgt1, *pwgt2; variable200 if (!IS_ERR(pwgt1) && !IS_ERR(pwgt2)) { in mx51_efikasb_power_off()202 regulator_disable(pwgt1); in mx51_efikasb_power_off()210 pwgt1 = regulator_get(NULL, "pwgt1"); in mx51_efikasb_power_init()212 if (!IS_ERR(pwgt1) && !IS_ERR(pwgt2)) { in mx51_efikasb_power_init()213 regulator_enable(pwgt1); in mx51_efikasb_power_init()
200 static struct regulator *pwgt1, *pwgt2, *coincell; variable207 if (!IS_ERR(pwgt1) && !IS_ERR(pwgt2)) { in mx51_efikamx_power_off()209 regulator_disable(pwgt1); in mx51_efikamx_power_off()217 pwgt1 = regulator_get(NULL, "pwgt1"); in mx51_efikamx_power_init()219 if (!IS_ERR(pwgt1) && !IS_ERR(pwgt2)) { in mx51_efikamx_power_init()220 regulator_enable(pwgt1); in mx51_efikamx_power_init()