Lines Matching +full:loss +full:- +full:of +full:- +full:signal
5 * Copyright (c) 2001-2007 Helge Deller <deller@gmx.de>
12 * 1. Redistributions of source code must retain the above copyright
13 * notice, this list of conditions, and the following disclaimer,
15 * 2. The name of the author may not be used to endorse or promote products
18 * Alternatively, this software may be distributed under the terms of the
23 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
33 * Support of the soft power switch button may be enabled or disabled at
43 #include <linux/sched/signal.h>
67 #define MTCPU(dr, gr) MFCPU_X(dr, gr, 0, 0x12) /* move value of gr to dr[dr] */
96 /* send kill signal */ in process_shutdown()
130 * Non-Gecko-style machines: in kpowerswd()
133 * Bit 31 ("the lowest bit) is the status of the power switch. in kpowerswd()
141 * of CPU diagnose register 25. in kpowerswd()
180 * executed any longer. This function then re-enables the
181 * soft-power switch and allows the user to switch off the system
186 /* re-enable the soft-power switch */ in parisc_panic_event()
212 soft_power_reg = -1UL; in power_init()
215 case 0: printk(KERN_INFO DRIVER_NAME ": Gecko-style soft power switch enabled.\n"); in power_init()
218 case -1UL: printk(KERN_INFO DRIVER_NAME ": Soft power switch support not available.\n"); in power_init()
219 return -ENODEV; in power_init()
229 return -EIO; in power_init()