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

/linux-master/include/linux/
H A Dapm_bios.h33 int realmode_power_off; member in struct:apm_info
/linux-master/arch/x86/kernel/
H A Dapm_32.c403 static bool realmode_power_off; variable
984 if (apm_info.realmode_power_off) {
1865 (strncmp(str, "realmode_power_off", 18) == 0))
1866 apm_info.realmode_power_off = !invert;
1915 if (apm_info.realmode_power_off == 0) {
1916 apm_info.realmode_power_off = 1;
2250 if (realmode_power_off)
2251 apm_info.realmode_power_off = 1;
2398 module_param(realmode_power_off, bool, 0444);
2399 MODULE_PARM_DESC(realmode_power_off,
[all...]

Completed in 84 milliseconds