Lines Matching full:soft
3 * HP PARISC soft power switch support driver
33 * Support of the soft power switch button may be enabled or disabled at
110 /* soft power switch enabled/disabled */
182 * the soft-power switch and allows the user to switch off
190 /* re-enable the soft-power switch */ in parisc_panic_event()
200 /* qemu soft power-off function */
219 /* enable the soft power switch if possible */ in power_init()
227 case 0: printk(KERN_INFO DRIVER_NAME ": Gecko-style soft power switch enabled.\n"); in power_init()
230 case -1UL: printk(KERN_INFO DRIVER_NAME ": Soft power switch support not available.\n"); in power_init()
233 default: printk(KERN_INFO DRIVER_NAME ": Soft power switch at 0x%08lx enabled.\n", in power_init()
272 MODULE_DESCRIPTION("Soft power switch driver");