Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dapm_bios.h20 #define APM_BIOS_DISABLED 0x0008 macro
/Linux-v5.10/arch/x86/kernel/
Dapm_32.c1011 apm_info.bios.flags &= ~APM_BIOS_DISABLED; in apm_enable_power_management()
1013 apm_info.bios.flags |= APM_BIOS_DISABLED; in apm_enable_power_management()
1101 && (apm_info.bios.flags & APM_BIOS_DISABLED)) in apm_engage_power_management()
1757 if (apm_info.bios.flags & APM_BIOS_DISABLED) { in apm()