Searched defs:battery_state (Results 1 - 1 of 1) sorted by relevance

/external/qemu/hw/
H A Dgoldfish_battery.c49 /* update this each time you update the battery_state struct */
80 static struct goldfish_battery_state *battery_state; variable in typeref:struct:goldfish_battery_state
163 battery_state = s;
167 register_savevm( "battery_state", 0, BATTERY_STATE_SAVE_VERSION,
178 battery_state->ac_online = value;
184 battery_state->status = value;
187 battery_state->health = value;
190 battery_state->present = value;
193 battery_state->capacity = value;
198 if (new_status != battery_state
[all...]

Completed in 96 milliseconds