Lines Matching +full:power +full:- +full:button
2 * arch/arm/mach-ixp4xx/nslu2-setup.c
4 * NSLU2 board-setup
8 * based on ixdp425-setup.c:
9 * Copyright (C) 2003-2004 MontaVista Software, Inc.
10 * based on nslu2-power.c:
16 * Maintainers: http://www.nslu2-linux.org/
27 #include <linux/i2c-gpio.h>
29 #include <asm/mach-types.h>
41 #define NSLU2_PB_GPIO 5 /* power button */
42 #define NSLU2_PO_GPIO 8 /* power off */
43 #define NSLU2_RB_GPIO 12 /* reset button */
64 .name = "IXP4XX-Flash",
92 .name = "nslu2:green:disk-1",
97 .name = "nslu2:green:disk-2",
109 .name = "leds-gpio",
110 .id = -1,
115 .name = "i2c-gpio",
123 .name = "ixp4xx-beeper",
171 /* Built-in 10/100 Ethernet MAC interfaces */
198 /* This causes the box to drop the power and go dead. */ in nslu2_power_off()
219 /* This is the paper-clip reset, it shuts the machine down directly. in nslu2_reset_handler()
228 /* The xtal on this machine is non-standard. */ in nslu2_timer_init()
248 IXP4XX_EXP_BUS_BASE(0) + ixp4xx_exp_bus_size - 1; in nslu2_init()
266 "NSLU2 reset button", NULL) < 0) { in nslu2_init()
268 printk(KERN_DEBUG "Reset Button IRQ %d not available\n", in nslu2_init()
274 "NSLU2 power button", NULL) < 0) { in nslu2_init()
276 printk(KERN_DEBUG "Power Button IRQ %d not available\n", in nslu2_init()
301 /* Maintainer: www.nslu2-linux.org */