Lines Matching refs:power_supply_propval
60 union power_supply_propval *val) in olpc_ac_get_prop()
96 static int olpc_bat_get_status(union power_supply_propval *val, uint8_t ec_byte) in olpc_bat_get_status()
120 static int olpc_bat_get_health(union power_supply_propval *val) in olpc_bat_get_health()
157 static int olpc_bat_get_mfr(union power_supply_propval *val) in olpc_bat_get_mfr()
182 static int olpc_bat_get_tech(union power_supply_propval *val) in olpc_bat_get_tech()
207 static int olpc_bat_get_charge_full_design(union power_supply_propval *val) in olpc_bat_get_charge_full_design()
210 union power_supply_propval tech; in olpc_bat_get_charge_full_design()
253 static int olpc_bat_get_charge_now(union power_supply_propval *val) in olpc_bat_get_charge_now()
256 union power_supply_propval full; in olpc_bat_get_charge_now()
271 static int olpc_bat_get_voltage_max_design(union power_supply_propval *val) in olpc_bat_get_voltage_max_design()
274 union power_supply_propval tech; in olpc_bat_get_voltage_max_design()
325 union power_supply_propval *val) in olpc_bat_get_property()