Searched refs:reboot (Results 1 - 25 of 471) sorted by path

1234567891011>>

/linux-master/arch/arc/kernel/
H A Dreset.c8 #include <linux/reboot.h>
/linux-master/arch/arm/kernel/
H A Dv7m.c6 #include <linux/reboot.h>
/linux-master/arch/arm/mach-footbridge/
H A Dcommon.h2 #include <linux/reboot.h>
/linux-master/arch/arm/mach-highbank/
H A Dcore.h5 #include <linux/reboot.h>
H A Dsystem.c7 #include <linux/reboot.h>
/linux-master/arch/arm/mach-hisi/
H A Dcore.h5 #include <linux/reboot.h>
/linux-master/arch/arm/mach-omap2/
H A Domap3-restart.c12 #include <linux/reboot.h>
22 * @mode: the "reboot mode", see arch/arm/kernel/{setup,process}.c
25 * Resets the SoC. For @cmd, see the 'reboot' syscall in
H A Domap4-restart.c7 #include <linux/reboot.h>
13 * @mode: the "reboot mode", see arch/arm/kernel/{setup,process}.c
16 * Resets the SoC. For @cmd, see the 'reboot' syscall in
21 /* XXX Should save 'cmd' into scratchpad for use after reboot */
/linux-master/arch/arm/mach-tegra/
H A Dboard.h17 #include <linux/reboot.h>
/linux-master/arch/arm/mach-vt8500/
H A Dvt8500.c10 #include <linux/reboot.h>
/linux-master/arch/m68k/hp300/
H A DMakefile6 obj-y := config.o time.o reboot.o
/linux-master/arch/mips/kernel/
H A Dcrash.c4 #include <linux/reboot.h>
/linux-master/arch/mips/lantiq/
H A Dclk.h69 void (*reboot) (struct clk *clk); member in struct:clk
/linux-master/arch/mips/lantiq/falcon/
H A Dreset.c11 #include <asm/reboot.h>
39 /* reboot magic */
/linux-master/arch/mips/pic32/common/
H A Dreset.c8 #include <asm/reboot.h>
/linux-master/arch/mips/sgi-ip22/
H A Dip22-setup.c20 #include <asm/reboot.h>
/linux-master/arch/mips/sibyte/sb1250/
H A Dsetup.c8 #include <linux/reboot.h>
/linux-master/arch/mips/sni/
H A Dreset.c10 #include <asm/reboot.h>
/linux-master/arch/mips/txx9/rbtx4927/
H A Dsetup.c54 #include <asm/reboot.h>
/linux-master/arch/sh/boards/mach-sdk7786/
H A Dsetup.c24 #include <asm/reboot.h>
/linux-master/arch/sparc/kernel/
H A Dreboot.c2 /* reboot.c: reboot/shutdown/halt/poweroff handling
7 #include <linux/reboot.h>
/linux-master/drivers/char/
H A Dhangcheck-timer.c33 #include <linux/reboot.h>
48 static int hangcheck_reboot; /* Defaults to not reboot */
57 MODULE_PARM_DESC(hangcheck_reboot, "If nonzero, the machine will reboot when the timer margin is exceeded.");
/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Dos.h21 #include <linux/reboot.h>
/linux-master/drivers/power/reset/
H A Dsyscon-reboot-mode.c11 #include <linux/reboot.h>
14 #include <linux/reboot-mode.h>
18 struct reboot_mode_driver reboot; member in struct:syscon_reboot_mode
23 static int syscon_reboot_mode_write(struct reboot_mode_driver *reboot, argument
29 syscon_rbm = container_of(reboot, struct syscon_reboot_mode, reboot);
34 dev_err(reboot->dev, "update reboot mode bits failed\n");
48 syscon_rbm->reboot.dev = &pdev->dev;
49 syscon_rbm->reboot
[all...]
/linux-master/drivers/ps3/
H A Dps3-sys-manager.c12 #include <linux/reboot.h>

Completed in 400 milliseconds

1234567891011>>