Home
last modified time | relevance | path

Searched refs:pwgt1 (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/arm/mach-mx5/
Dboard-mx51_efikasb.c194 static struct regulator *pwgt1, *pwgt2; variable
200 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()
Dboard-mx51_efikamx.c200 static struct regulator *pwgt1, *pwgt2, *coincell; variable
207 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()