Lines Matching refs:val
148 enum power_supply_property psp, union power_supply_propval *val)
166 val->intval = gab_get_status(adc_bat);
169 val->intval = 0;
172 val->intval = pdata->cal_charge(result);
180 val->intval = result;
183 val->intval = bat_info->technology;
186 val->intval = bat_info->voltage_min_design;
189 val->intval = bat_info->voltage_max_design;
192 val->intval = bat_info->charge_full_design;
195 val->strval = bat_info->name;