Home
last modified time | relevance | path

Searched refs:realmode_power_off (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/x86/kernel/
Dapm_32.c395 static int realmode_power_off; variable
981 if (apm_info.realmode_power_off) { in apm_power_off()
1907 apm_info.realmode_power_off = !invert; in apm_setup()
1956 if (apm_info.realmode_power_off == 0) { in set_realmode_power_off()
1957 apm_info.realmode_power_off = 1; in set_realmode_power_off()
2291 if (realmode_power_off) in apm_init()
2292 apm_info.realmode_power_off = 1; in apm_init()
2445 module_param(realmode_power_off, bool, 0444);
2446 MODULE_PARM_DESC(realmode_power_off,
/linux-2.6.39/include/linux/
Dapm_bios.h59 int realmode_power_off; member