Lines Matching +full:retain +full:- +full:state +full:- +full:shutdown
5 * Copyright (c) 2001-2007 Helge Deller <deller@gmx.de>
12 * 1. Redistributions of source code must retain the above copyright
79 /* local shutdown counter */
82 /* check, give feedback and start shutdown after one second */
86 printk(KERN_ALERT KTHREAD_NAME ": Shutdown requested...\n"); in process_shutdown()
114 /* main kernel thread worker. It polls the button state */
130 * Non-Gecko-style machines: in kpowerswd()
152 printk(KERN_INFO KTHREAD_NAME ": Shutdown request aborted.\n"); 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()