Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/
Dapm_32.c409 static bool realmode_power_off; variable
990 if (apm_info.realmode_power_off) { in apm_power_off()
1901 apm_info.realmode_power_off = !invert; in apm_setup()
1950 if (apm_info.realmode_power_off == 0) { in set_realmode_power_off()
1951 apm_info.realmode_power_off = 1; in set_realmode_power_off()
2285 if (realmode_power_off) in apm_init()
2286 apm_info.realmode_power_off = 1; in apm_init()
2433 module_param(realmode_power_off, bool, 0444);
2434 MODULE_PARM_DESC(realmode_power_off,
/linux-6.1.9/include/linux/
Dapm_bios.h33 int realmode_power_off; member