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
78 /* local shutdown counter */
81 /* check, give feedback and start shutdown after one second */
85 printk(KERN_ALERT KTHREAD_NAME ": Shutdown requested...\n"); in process_shutdown()
113 /* main kernel thread worker. It polls the button state */
129 * Non-Gecko-style machines: in kpowerswd()
151 printk(KERN_INFO KTHREAD_NAME ": Shutdown request aborted.\n"); in kpowerswd()
179 * executed any longer. This function then re-enables the
180 * soft-power switch and allows the user to switch off the system
185 /* re-enable the soft-power switch */ in parisc_panic_event()
211 soft_power_reg = -1UL; in power_init()
214 case 0: printk(KERN_INFO DRIVER_NAME ": Gecko-style soft power switch enabled.\n"); in power_init()
217 case -1UL: printk(KERN_INFO DRIVER_NAME ": Soft power switch support not available.\n"); in power_init()
218 return -ENODEV; in power_init()
228 return -EIO; in power_init()