Lines Matching full:life
131 * is now the way life works).
275 * P: Toshiba 1950S: battery life information only gets updated after resume
1029 * @life: estimated life
1034 * of life and a status value for the battery. The estimated life
1039 static int apm_get_power_status(u_short *status, u_short *bat, u_short *life) in apm_get_power_status() argument
1057 *life = swab16((u16)call.edx); in apm_get_power_status()
1058 *life |= 0x8000; in apm_get_power_status()
1060 *life = call.edx; in apm_get_power_status()
1066 u_short *bat, u_short *life, u_short *nbat)
1079 return apm_get_power_status(status, bat, life);
1087 *life = edx;
1700 6) Remaining battery life (percentage of charge): in proc_apm_show()
1703 7) Remaining battery life (time units): in proc_apm_show()
1824 "apm: AC %s, battery status %s, battery life ", in apm()
1832 "apm: battery flag 0x%02x, battery life ", in apm()
2033 printk(KERN_WARNING "BIOS strings suggest APM reports battery life " in swab_apm_power_in_minutes()