Lines Matching defs:chg_regs
1350 struct charger_regulator *chg_regs;
1353 chg_regs = devm_kcalloc(dev,
1355 sizeof(*chg_regs),
1357 if (!chg_regs)
1360 desc->charger_regulators = chg_regs;
1374 &chg_regs->regulator_name);
1377 chg_regs->num_cables = of_get_child_count(child);
1378 if (chg_regs->num_cables) {
1380 chg_regs->num_cables,
1388 chg_regs->cables = cables;
1405 chg_regs++;