Lines Matching full:bat
37 struct power_supply *bat;
49 bp->bat = psy;
51 if (bp->bat->desc->use_for_apm) {
53 bp->main = bp->bat;
57 if (!PSY_PROP(bp->bat, CHARGE_FULL_DESIGN, &bp->full) ||
58 !PSY_PROP(bp->bat, CHARGE_FULL, &bp->full)) {
60 bp->max_charge_bat = bp->bat;
63 } else if (!PSY_PROP(bp->bat, ENERGY_FULL_DESIGN, &bp->full) ||
64 !PSY_PROP(bp->bat, ENERGY_FULL, &bp->full)) {
66 bp->max_energy_bat = bp->bat;
113 main_battery = bp.bat;