Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/
Dapm_32.c415 static bool realmode_power_off; variable
986 if (apm_info.realmode_power_off) { in apm_power_off()
1905 apm_info.realmode_power_off = !invert; in apm_setup()
1954 if (apm_info.realmode_power_off == 0) { in set_realmode_power_off()
1955 apm_info.realmode_power_off = 1; in set_realmode_power_off()
2289 if (realmode_power_off) in apm_init()
2290 apm_info.realmode_power_off = 1; in apm_init()
2436 module_param(realmode_power_off, bool, 0444);
2437 MODULE_PARM_DESC(realmode_power_off,
/linux-4.1.27/include/linux/
Dapm_bios.h42 int realmode_power_off; member