Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dapm_bios.h20 #define APM_BIOS_DISABLED 0x0008 macro
/linux-6.1.9/arch/x86/kernel/
Dapm_32.c1018 apm_info.bios.flags &= ~APM_BIOS_DISABLED; in apm_enable_power_management()
1020 apm_info.bios.flags |= APM_BIOS_DISABLED; in apm_enable_power_management()
1108 && (apm_info.bios.flags & APM_BIOS_DISABLED)) in apm_engage_power_management()
1764 if (apm_info.bios.flags & APM_BIOS_DISABLED) { in apm()