Lines Matching +full:back +full:- +full:powering
1 // SPDX-License-Identifier: GPL-2.0+
38 /* Which interface to use, -1 means the first we see. */
39 static int ifnum_to_use = -1;
66 "timer. Setting to -1 defaults to the first registered "
72 " Set to non-zero to enable power cycle instead of power"
74 " otherwise it defaults back to power down.");
85 * thing is single-threaded, anyway, so multiple messages are not
111 struct completion *comp = recv_msg->user_msg_data; in receive_handler()
260 pr_info("Powering down via ATCA power command\n"); in ipmi_poweroff_atca()
335 pr_info("Powering down via CPI1 power command\n"); in ipmi_poweroff_cpi1()
439 * HP PA-RISC servers rp3410/rp3440, the C8000 workstation and the rx2600 and
483 pr_info("Powering %s via IPMI chassis control command\n", in ipmi_poweroff_chassis()
550 /* Use run-to-completion mode, since interrupts may be off. */ in ipmi_poweroff_function()
690 pr_info("Copyright (C) 2004 MontaVista Software - IPMI Powerdown via sys_reboot\n"); in ipmi_poweroff_init()
699 rv = -ENOMEM; in ipmi_poweroff_init()