Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dapm_32.c402 static bool realmode_power_off; variable
983 if (apm_info.realmode_power_off) { in apm_power_off()
1865 apm_info.realmode_power_off = !invert; in apm_setup()
1914 if (apm_info.realmode_power_off == 0) { in set_realmode_power_off()
1915 apm_info.realmode_power_off = 1; in set_realmode_power_off()
2249 if (realmode_power_off) in apm_init()
2250 apm_info.realmode_power_off = 1; in apm_init()
2397 module_param(realmode_power_off, bool, 0444);
2398 MODULE_PARM_DESC(realmode_power_off,
/linux/include/linux/
H A Dapm_bios.h33 int realmode_power_off; member