Searched refs:ac_draw (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/power/
H A Dpda_power.c44 static struct regulator *ac_draw; variable in typeref:struct:regulator
129 } else if (ac_draw) {
131 regulator_set_current_limit(ac_draw, max_uA, max_uA);
134 regulator_enable(ac_draw);
140 regulator_disable(ac_draw);
278 ac_draw = regulator_get(dev, "ac_draw");
279 if (IS_ERR(ac_draw)) {
280 dev_dbg(dev, "couldn't get ac_draw regulator\n");
281 ac_draw
[all...]

Completed in 30 milliseconds