Lines Matching defs:cables
1027 * state of charger cables for enabling or disabling charger(regulator) and
1053 struct charger_cable *cable = &charger->cables[j];
1370 struct charger_cable *cables;
1376 /* charger cables */
1379 cables = devm_kcalloc(dev,
1381 sizeof(*cables),
1383 if (!cables) {
1388 chg_regs->cables = cables;
1392 "cm-cable-name", &cables->name);
1395 &cables->extcon_name);
1398 &cables->min_uA);
1401 &cables->max_uA);
1402 cables++;