Lines Matching refs:val
93 union power_supply_propval *val)
105 val->intval = bat->status;
108 val->intval = bat->technology;
111 val->intval = collie_read_bat(bat);
115 val->intval = bat->bat_max;
117 val->intval = bat->full_chrg;
120 val->intval = bat->bat_max;
123 val->intval = bat->bat_min;
126 val->intval = collie_read_temp(bat);
129 val->intval = bat->is_present ? bat->is_present(bat) : 1;