Searched refs:reboot (Results 251 - 275 of 471) sorted by relevance

<<111213141516171819

/linux-master/arch/arm64/kernel/
H A Dmachine_kexec.c14 #include <linux/reboot.h>
49 * machine_kexec_prepare - Prepare for a kexec reboot.
161 * machine_kexec - Do the kexec reboot.
/linux-master/drivers/power/reset/
H A Datc260x-poweroff.c13 #include <linux/reboot.h>
/linux-master/arch/sparc/kernel/
H A Dnmi.c17 #include <linux/reboot.h>
H A Dprocess_32.c24 #include <linux/reboot.h>
/linux-master/arch/powerpc/kexec/
H A Dcore.c11 #include <linux/reboot.h>
/linux-master/arch/arm/kernel/
H A DMakefile21 process.o ptrace.o reboot.o io.o \
/linux-master/arch/x86/entry/
H A Dentry_fred.c109 SYSVEC(REBOOT_VECTOR, reboot),
/linux-master/kernel/
H A Dreboot.c3 * linux/kernel/reboot.c
8 #define pr_fmt(fmt) "reboot: " fmt
16 #include <linux/reboot.h>
23 * this indicates whether you can reboot with ctrl-alt-del: the default is yes
41 * reboot_type is still set to its default value (i.e., reboot= hasn't
43 * suppress DMI scanning for reboot quirks. Without it, it's
44 * impossible to override a faulty reboot quirk without recompiling.
63 * reboot when the reboot call was invoked with LINUX_REBOOT_CMD_POWER_OFF, but
76 * emergency_restart - reboot th
[all...]
H A Dnotifier.c8 #include <linux/reboot.h>
/linux-master/drivers/mtd/maps/
H A Dnettel.c21 #include <linux/reboot.h>
/linux-master/drivers/watchdog/
H A Dwdt977.c34 #include <linux/reboot.h>
64 MODULE_PARM_DESC(testmode, "Watchdog testmode (1 = no reboot), default=0");
468 pr_err("cannot register reboot notifier (err=%d)\n", rc);
H A Dwdt_pci.c19 * Alan Cox : Fixed the reboot problem (as noted by
47 #include <linux/reboot.h>
330 pr_crit("Initiating system reboot\n");
444 * cascade, into counter 1 which downcounts to reboot. When the counter
546 * off at reboot otherwise the machine will reboot again during memory
659 pr_err("cannot register reboot notifier (err=%d)\n", ret);
H A Dwdt.c19 * Alan Cox : Fixed the reboot problem (as noted by
42 #include <linux/reboot.h>
294 pr_crit("Initiating system reboot\n");
407 * cascade, into counter 1 which downcounts to reboot. When the counter
503 * off at reboot otherwise the machine will reboot again during memory
567 * module in 60 seconds or reboot.
619 pr_err("cannot register reboot notifier (err=%d)\n", ret);
H A Dpc87413_wdt.c27 #include <linux/reboot.h>
454 * off at reboot otherwise the machine will reboot again during memory
513 pr_err("cannot register reboot notifier (err=%d)\n", ret);
553 * module in 60 seconds or reboot.
H A Dw83977f_wdt.c25 #include <linux/reboot.h>
54 MODULE_PARM_DESC(testmode, "Watchdog testmode (1 = no reboot), default=0");
488 pr_err("cannot register reboot notifier (err=%d)\n", rc);
H A Drealtek_otto_wdt.c30 #include <linux/reboot.h>
H A Domap_wdt.c35 #include <linux/reboot.h>
/linux-master/drivers/soc/tegra/
H A Dregulators-tegra30.c15 #include <linux/reboot.h>
428 * Some devices use CPU soft-reboot method and in this case we
429 * should ensure that voltages are sane for the reboot by restoring
489 * We don't expect regulators to be decoupled during reboot,
490 * this may race with the reboot handler and shouldn't ever
/linux-master/drivers/macintosh/
H A Dwindfarm_core.c32 #include <linux/reboot.h>
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-flash.c11 #include <linux/reboot.h>
35 #define FLASH_IMG_READY 0 /* Img ready for flash on reboot */
310 pr_alert("FLASH: Performing flash and reboot/shutdown\n");
/linux-master/arch/mips/lantiq/falcon/
H A Dsysctrl.c39 /* reboot Register */
181 clk->reboot = sysctl_reboot;
/linux-master/drivers/irqchip/
H A Dirq-bcm7120-l2.c23 #include <linux/reboot.h>
/linux-master/arch/arm/mach-sa1100/
H A Dgeneric.c20 #include <linux/reboot.h>
/linux-master/arch/x86/kernel/cpu/
H A Dvmware.c29 #include <linux/reboot.h>
346 /* We use reboot notifier only to disable steal clock */
/linux-master/arch/alpha/kernel/
H A Dprocess.c32 #include <linux/reboot.h>

Completed in 298 milliseconds

<<111213141516171819