Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dapm_bios.h30 #define APM_BIOS_DISENGAGED 0x0010 macro
/Linux-v4.19/arch/x86/kernel/
Dapm_32.c1014 if ((enable == 0) && (apm_info.bios.flags & APM_BIOS_DISENGAGED)) in apm_enable_power_management()
1117 apm_info.bios.flags &= ~APM_BIOS_DISENGAGED; in apm_engage_power_management()
1119 apm_info.bios.flags |= APM_BIOS_DISENGAGED; in apm_engage_power_management()
1780 if ((apm_info.bios.flags & APM_BIOS_DISENGAGED) in apm()
2402 if (((apm_info.bios.flags & APM_BIOS_DISENGAGED) == 0) in apm_exit()