Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dapm_bios.h47 #define APM_BIOS_DISENGAGED 0x0010 macro
/linux-3.4.99/arch/x86/kernel/
Dapm_32.c1002 if ((enable == 0) && (apm_info.bios.flags & APM_BIOS_DISENGAGED)) in apm_enable_power_management()
1102 apm_info.bios.flags &= ~APM_BIOS_DISENGAGED; in apm_engage_power_management()
1104 apm_info.bios.flags |= APM_BIOS_DISENGAGED; in apm_engage_power_management()
1778 if ((apm_info.bios.flags & APM_BIOS_DISENGAGED) in apm()
2406 if (((apm_info.bios.flags & APM_BIOS_DISENGAGED) == 0) in apm_exit()