Lines Matching full:life
131 * is now the way life works).
274 * P: Toshiba 1950S: battery life information only gets updated after resume
1022 * @life: estimated life
1027 * of life and a status value for the battery. The estimated life
1032 static int apm_get_power_status(u_short *status, u_short *bat, u_short *life) in apm_get_power_status() argument
1050 *life = swab16((u16)call.edx); in apm_get_power_status()
1051 *life |= 0x8000; in apm_get_power_status()
1053 *life = call.edx; in apm_get_power_status()
1059 u_short *bat, u_short *life, u_short *nbat)
1072 return apm_get_power_status(status, bat, life);
1080 *life = edx;
1693 6) Remaining battery life (percentage of charge): in proc_apm_show()
1696 7) Remaining battery life (time units): in proc_apm_show()
1817 "apm: AC %s, battery status %s, battery life ", in apm()
1825 "apm: battery flag 0x%02x, battery life ", in apm()
2026 printk(KERN_WARNING "BIOS strings suggest APM reports battery life " in swab_apm_power_in_minutes()