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()
1060 u_short *bat, u_short *life, u_short *nbat)
1073 return apm_get_power_status(status, bat, life);
1081 *life = edx;
1694 6) Remaining battery life (percentage of charge): in proc_apm_show()
1697 7) Remaining battery life (time units): in proc_apm_show()
1818 "apm: AC %s, battery status %s, battery life ", in apm()
1826 "apm: battery flag 0x%02x, battery life ", in apm()
2027 printk(KERN_WARNING "BIOS strings suggest APM reports battery life " in swab_apm_power_in_minutes()