Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dapm_bios.h30 #define APM_BIOS_DISENGAGED 0x0010 macro
/linux-4.4.14/arch/x86/kernel/
Dapm_32.c1008 if ((enable == 0) && (apm_info.bios.flags & APM_BIOS_DISENGAGED)) in apm_enable_power_management()
1108 apm_info.bios.flags &= ~APM_BIOS_DISENGAGED; in apm_engage_power_management()
1110 apm_info.bios.flags |= APM_BIOS_DISENGAGED; in apm_engage_power_management()
1782 if ((apm_info.bios.flags & APM_BIOS_DISENGAGED) in apm()
2403 if (((apm_info.bios.flags & APM_BIOS_DISENGAGED) == 0) in apm_exit()