Lines Matching full:life
131 * is now the way life works).
269 * P: Toshiba 1950S: battery life information only gets updated after resume
1023 * @life: estimated life
1028 * of life and a status value for the battery. The estimated life
1033 static int apm_get_power_status(u_short *status, u_short *bat, u_short *life) in apm_get_power_status() argument
1051 *life = swab16((u16)call.edx); in apm_get_power_status()
1052 *life |= 0x8000; in apm_get_power_status()
1054 *life = call.edx; in apm_get_power_status()
1665 6) Remaining battery life (percentage of charge): in proc_apm_show()
1668 7) Remaining battery life (time units): in proc_apm_show()
1789 "apm: AC %s, battery status %s, battery life ", in apm()
1797 "apm: battery flag 0x%02x, battery life ", in apm()
1998 printk(KERN_WARNING "BIOS strings suggest APM reports battery life " in swab_apm_power_in_minutes()