• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/

Lines Matching defs:apm

53  *	apm=on/off			enable/disable APM
60 * [no-]smp Use apm even on an SMP box
86 #include <asm/apm.h>
271 printk(KERN_NOTICE "apm: %s: %s\n", str, error_table[i].msg);
273 printk(KERN_NOTICE "apm: %s: linux error code %i\n", str, err);
275 printk(KERN_NOTICE "apm: %s: unknown error code %#2.2x\n",
951 printk(KERN_ERR "apm: an event queue overflowed\n");
1088 printk(KERN_DEBUG "apm: received %s notify\n",
1091 printk(KERN_DEBUG "apm: received unknown "
1178 printk(KERN_DEBUG "apm: setting state busy\n");
1215 printk(KERN_ERR "apm: %s passed bad filp\n", func);
1354 printk(KERN_ERR "apm: filp not in user list\n");
1369 printk(KERN_ERR "apm: cannot allocate struct of size %d bytes\n",
1481 static int apm(void *unused)
1492 * on SMP systems in case of "apm=power-off" mode. Seen on ASUS A7M266D.
1517 printk(KERN_INFO "apm: Connection version %d.%d\n",
1548 printk(KERN_INFO "apm: power status not available\n");
1582 "apm: AC %s, battery status %s, battery life ",
1590 "apm: battery flag 0x%02x, battery life ",
1667 __setup("apm=", apm_setup);
2014 * of just killing the apm thread..
2024 printk(KERN_INFO "apm: BIOS not found.\n");
2028 "apm: BIOS version %d.%d Flags 0x%02x (Driver version %s)\n",
2034 printk(KERN_INFO "apm: no 32 bit BIOS support\n");
2060 printk(KERN_INFO "apm: entry %x:%x cseg16 %x dseg %x",
2073 printk(KERN_NOTICE "apm: disabled on user request.\n");
2077 printk(KERN_NOTICE "apm: disabled - APM is not SMP safe.\n");
2082 printk(KERN_NOTICE "apm: overridden by ACPI.\n");
2113 proc_create("apm", 0, NULL, &apm_file_ops);
2115 kapmd_task = kthread_create(apm, NULL, "kapmd");
2117 printk(KERN_ERR "apm: disabled - Unable to start kernel "
2121 remove_proc_entry("apm", NULL);
2128 "apm: disabled - APM is not SMP safe (power off active).\n");
2138 printk(KERN_WARNING "apm: Could not register misc device.\n");
2171 remove_proc_entry("apm", NULL);