Lines Matching refs:power_supply_propval
61 union power_supply_propval *val) in olpc_ac_get_prop()
97 static int olpc_bat_get_status(union power_supply_propval *val, uint8_t ec_byte) in olpc_bat_get_status()
121 static int olpc_bat_get_health(union power_supply_propval *val) in olpc_bat_get_health()
158 static int olpc_bat_get_mfr(union power_supply_propval *val) in olpc_bat_get_mfr()
183 static int olpc_bat_get_tech(union power_supply_propval *val) in olpc_bat_get_tech()
208 static int olpc_bat_get_charge_full_design(union power_supply_propval *val) in olpc_bat_get_charge_full_design()
211 union power_supply_propval tech; in olpc_bat_get_charge_full_design()
254 static int olpc_bat_get_charge_now(union power_supply_propval *val) in olpc_bat_get_charge_now()
257 union power_supply_propval full; in olpc_bat_get_charge_now()
272 static int olpc_bat_get_voltage_max_design(union power_supply_propval *val) in olpc_bat_get_voltage_max_design()
275 union power_supply_propval tech; in olpc_bat_get_voltage_max_design()
326 union power_supply_propval *val) in olpc_bat_get_property()