Lines Matching defs:cables
1024 * state of charger cables for enabling or disabling charger(regulator) and
1050 struct charger_cable *cable = &charger->cables[j];
1367 struct charger_cable *cables;
1373 /* charger cables */
1376 cables = devm_kcalloc(dev,
1378 sizeof(*cables),
1380 if (!cables) {
1385 chg_regs->cables = cables;
1389 "cm-cable-name", &cables->name);
1392 &cables->extcon_name);
1395 &cables->min_uA);
1398 &cables->max_uA);
1399 cables++;