Home
last modified time | relevance | path

Searched refs:percentage (Results 1 – 5 of 5) sorted by relevance

/arch/sh/boards/mach-hp6xx/
Dhp6xx_apm.c34 int battery, backup, charging, percentage; in hp6x0_apm_get_power_status() local
41 percentage = 100 * (battery - HP680_BATTERY_MIN) / in hp6x0_apm_get_power_status()
45 info->battery_life = percentage; in hp6x0_apm_get_power_status()
64 } else if (percentage <= APM_CRITICAL) { in hp6x0_apm_get_power_status()
67 } else if (percentage <= APM_LOW) { in hp6x0_apm_get_power_status()
/arch/arm/mach-pxa/include/mach/
Dsharpsl_pm.h60 int percentage; member
/arch/arm/mach-sa1100/include/mach/
Dsimpad.h126 unsigned char percentage; /* percentage loaded */ member
/arch/x86/kernel/
Dapm_32.c1639 int percentage = -1; in proc_apm_show() local
1648 percentage = cx & 0xff; in proc_apm_show()
1704 percentage, in proc_apm_show()
/arch/arm/mach-pxa/
Dsharpsl_pm.c202 return thresh[i].percentage; in get_percentage()