Searched refs:chg_regs (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/power/supply/
H A Dcharger-manager.c1347 struct charger_regulator *chg_regs; local
1350 chg_regs = devm_kcalloc(dev,
1352 sizeof(*chg_regs),
1354 if (!chg_regs)
1357 desc->charger_regulators = chg_regs;
1371 &chg_regs->regulator_name);
1374 chg_regs->num_cables = of_get_child_count(child);
1375 if (chg_regs->num_cables) {
1377 chg_regs->num_cables,
1385 chg_regs
[all...]

Completed in 259 milliseconds