Searched refs:reboot (Results 201 - 225 of 471) sorted by relevance

1234567891011>>

/linux-master/drivers/watchdog/
H A Dsmsc37b787_wdt.c33 * reset the system (causing a reboot) after the timeout occurs.
53 #include <linux/reboot.h>
549 pr_err("Unable to register reboot notifier err = %d\n", ret);
H A Dsb_wdog.c53 #include <linux/reboot.h>
293 * register a reboot notifier
297 pr_err("%s: cannot register reboot notifier (err=%d)\n",
H A Dsbc7240_wdt.c20 #include <linux/reboot.h>
272 pr_err("cannot register reboot notifier (err=%d)\n", rc);
H A Dalim7101_wdt.c33 #include <linux/reboot.h>
312 * watchdog on reboot with no heartbeat.
405 pr_err("cannot register reboot notifier (err=%d)\n", rc);
H A Dalim1535_wdt.c15 #include <linux/reboot.h>
408 pr_err("cannot register reboot notifier (err=%d)\n", ret);
H A Dsc1200wdt.c38 #include <linux/reboot.h>
425 pr_err("Unable to register reboot notifier err = %d\n", ret);
H A Dwdrtas.c24 #include <linux/reboot.h>
450 * wdrtas_reboot - reboot notifier function
452 * @code: reboot code
457 * wdrtas_reboot stops the watchdog in case of a reboot
588 * registers the file handlers and the reboot notifier
599 pr_err("could not register reboot notifier. Terminating watchdog code.\n");
615 * unregisters the file handlers and the reboot notifier
H A Dit8712f_wdt.c27 #include <linux/reboot.h>
421 pr_err("unable to register reboot notifier\n");
H A Dmachzwd.c37 #include <linux/reboot.h>
419 pr_err("can't register reboot notifier (err=%d)\n", ret);
H A Dkeembay_wdt.c17 #include <linux/reboot.h>
H A Dsc520_wdt.c62 #include <linux/reboot.h>
401 pr_err("cannot register reboot notifier (err=%d)\n", rc);
H A Dw83877f_wdt.c53 #include <linux/reboot.h>
374 pr_err("cannot register reboot notifier (err=%d)\n", rc);
H A Dsbc60xxwdt.c57 #include <linux/reboot.h>
353 pr_err("cannot register reboot notifier (err=%d)\n", rc);
H A Deurotechwdt.c55 #include <linux/reboot.h>
168 pr_crit("Initiating system reboot\n");
350 * off at reboot otherwise the machine will reboot again during memory
401 * module in 60 seconds or reboot.
441 pr_err("can't register reboot notifier (err=%d)\n", ret);
455 io, irq, (!strcmp("int", ev) ? "int" : "reboot"));
H A Dpnx4008_wdt.c32 #include <linux/reboot.h>
133 * - For details, see the 'reboot' syscall in kernel/reboot.c
H A Dgeodewdt.c17 #include <linux/reboot.h>
/linux-master/arch/mips/alchemy/
H A Dboard-mtx1.c21 #include <asm/reboot.h>
/linux-master/arch/mips/alchemy/devboards/
H A Dplatform.c16 #include <asm/reboot.h>
/linux-master/arch/alpha/kernel/
H A Dsys_nautilus.c34 #include <linux/reboot.h>
/linux-master/arch/mips/txx9/generic/
H A Dsetup_tx4927.c19 #include <asm/reboot.h>
/linux-master/arch/arm/mm/
H A Dcache-b15-rac.c16 #include <linux/reboot.h>
219 /* During kexec/reboot, the RAC is disabled via the reboot notifier
241 /* During kexec/reboot, the RAC is disabled via the reboot notifier
329 pr_err("failed to register reboot notifier\n");
/linux-master/drivers/firmware/arm_scmi/
H A Dscmi_power_control.c16 * (orderly_poweroff/reboot()) used by ACPI when handling ACPI Shutdown bus
28 * track progress of graceful requests through the means of a reboot notifier
33 * charge of triggering system wide shutdown/reboot events, there should be
42 * this driver and the shutdown/reboot is started, any further notification
50 #include <linux/reboot.h>
78 * @reboot_nb: A notifier_block optionally used to track reboot progress
105 * scmi_reboot_notifier - A reboot notifier to catch an ongoing successful
108 * @reason: The reason for the ongoing reboot
189 /* avoid deadlock by unregistering reboot notifier first */
206 * Takes care also to register a reboot notifie
[all...]
/linux-master/drivers/xen/
H A Dmanage.c3 * Handle extern requests for shutdown, reboot and sysrq
11 #include <linux/reboot.h>
214 { "reboot", true, do_reboot },
/linux-master/arch/loongarch/kernel/
H A Dmachine_kexec.c16 #include <linux/reboot.h>
296 /* Make reboot code buffer available to the boot CPU. */
/linux-master/drivers/leds/trigger/
H A Dledtrig-activity.c15 #include <linux/reboot.h>

Completed in 417 milliseconds

1234567891011>>