Searched refs:apm_info (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dapm_bios.h26 struct apm_info { struct
85 extern struct apm_info apm_info;
90 #define APM_DEVICE_BALL ((apm_info.connection_version > 0x0100) ? \
/linux-master/arch/x86/kernel/
H A Dapm_32.c508 * apm_info.allow_ints, we are being really paranoid here! Not only
527 if (apm_info.allow_ints) {
784 if (apm_info.connection_version < 0x0102)
863 clock_slowed = (apm_info.bios.flags & APM_IDLE_SLOWS_CLOCK) != 0;
924 if (apm_info.forbid_idle)
984 if (apm_info.realmode_power_off) {
1006 if ((enable == 0) && (apm_info.bios.flags & APM_BIOS_DISENGAGED))
1012 apm_info.bios.flags &= ~APM_BIOS_DISABLED;
1014 apm_info.bios.flags |= APM_BIOS_DISABLED;
1041 if (apm_info
[all...]
H A Dsetup.c118 struct apm_info apm_info; variable in typeref:struct:apm_info
119 EXPORT_SYMBOL(apm_info); variable
774 apm_info.bios = boot_params.apm_bios_info;

Completed in 251 milliseconds