Searched refs:realmode_power_off (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dapm.c177 static int realmode_power_off = 1; variable
179 static int realmode_power_off; variable
720 if (apm_info.realmode_power_off)
1590 (strncmp(str, "realmode_power_off", 18) == 0))
1591 apm_info.realmode_power_off = !invert;
1638 if (apm_info.realmode_power_off == 0) {
1639 apm_info.realmode_power_off = 1;
1967 if (realmode_power_off)
1968 apm_info.realmode_power_off = 1;
2139 module_param(realmode_power_off, boo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dapm_bios.h57 int realmode_power_off; member in struct:apm_info

Completed in 92 milliseconds