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.c403 static bool realmode_power_off; variable
984 if (apm_info.realmode_power_off) { in apm_power_off()
1866 apm_info.realmode_power_off = !invert; in apm_setup()
1915 if (apm_info.realmode_power_off == 0) { in set_realmode_power_off()
1916 apm_info.realmode_power_off = 1; in set_realmode_power_off()
2250 if (realmode_power_off) in apm_init()
2251 apm_info.realmode_power_off = 1; in apm_init()
2398 module_param(realmode_power_off, bool, 0444);
2399 MODULE_PARM_DESC(realmode_power_off,
/linux/include/linux/
H A Dapm_bios.h33 int realmode_power_off; member