Home
last modified time | relevance | path

Searched refs:battery_flag (Results 1 – 4 of 4) sorted by relevance

/arch/sh/boards/mach-hp6xx/
Dhp6xx_apm.c59 info->battery_flag = 0x80; in hp6x0_apm_get_power_status()
62 info->battery_flag = 0x08; in hp6x0_apm_get_power_status()
66 info->battery_flag = 0x04; in hp6x0_apm_get_power_status()
69 info->battery_flag = 0x02; in hp6x0_apm_get_power_status()
72 info->battery_flag = 0x01; in hp6x0_apm_get_power_status()
/arch/x86/kernel/
Dapm_32.c1643 unsigned short battery_flag = 0xff; in proc_apm_show() local
1656 battery_flag = (cx >> 8) & 0xff; in proc_apm_show()
1708 battery_flag, in proc_apm_show()
/arch/arm/mach-pxa/
Dzeus.c703 info->battery_flag = APM_BATTERY_FLAG_NOT_PRESENT; in zeus_get_power_status()
Dsharpsl_pm.c819 info->battery_flag = (1 << info->battery_status); in sharpsl_apm_get_power_status()