Searched refs:reboot (Results 276 - 300 of 471) sorted by relevance

<<111213141516171819

/linux-master/drivers/mfd/
H A Dtps65219.c8 #include <linux/reboot.h>
/linux-master/arch/powerpc/kernel/
H A Dwatchdog.c22 #include <linux/reboot.h>
/linux-master/drivers/net/ethernet/intel/e1000/
H A De1000.h40 #include <linux/reboot.h>
/linux-master/arch/powerpc/platforms/4xx/
H A Duic.c12 #include <linux/reboot.h>
/linux-master/arch/powerpc/platforms/powernv/
H A Dsetup.c15 #include <linux/reboot.h>
334 /* Unknown error while issuing reboot */
336 pr_err("Unsupported '%s' reboot.\n", cmd);
338 pr_err("Unable to issue '%s' reboot. Err=%ld\n",
340 pr_info("Forcing a cec-reboot\n");
345 /* Unknown error while issuing cec-reboot */
346 pr_err("Unable to reboot. Err=%ld\n", rc);
/linux-master/drivers/watchdog/
H A Dsama5d4_wdt.c16 #include <linux/reboot.h>
H A Dat91sam9_wdt.c26 #include <linux/reboot.h>
380 pr_warn("I quit now, hardware will probably reboot!\n");
H A Dwatchdog_core.c31 #include <linux/reboot.h> /* For restart handler */
48 MODULE_PARM_DESC(stop_on_reboot, "Stop watchdogs on reboot (0=keep watching, 1=stop)");
294 /* Module parameter to force watchdog policy on reboot. */
310 pr_err("watchdog%d: Cannot register reboot notifier (%d)\n",
H A Dpcwd_pci.c42 #include <linux/reboot.h> /* For reboot_notifier stuff */
425 pr_debug("Time left before next reboot: %d\n", *time_left);
721 /* clear the "card caused reboot" flag */
748 pr_err("cannot register reboot notifier (err=%d)\n", ret);
/linux-master/drivers/regulator/
H A Dfixed.c23 #include <linux/reboot.h>
H A Dirq_helpers.c14 #include <linux/reboot.h>
/linux-master/arch/xtensa/kernel/
H A Dsetup.c24 #include <linux/reboot.h>
/linux-master/arch/arm/mach-mxs/
H A Dmach-mxs.c14 #include <linux/reboot.h>
/linux-master/drivers/power/reset/
H A Dat91-reset.c19 #include <linux/reboot.h>
/linux-master/arch/arm/mach-s3c/
H A Ds3c64xx.c26 #include <linux/reboot.h>
/linux-master/lib/kunit/
H A Dexecutor.c3 #include <linux/reboot.h>
346 else if (!strcmp(kunit_shutdown, "reboot"))
/linux-master/drivers/s390/char/
H A Dzcore.c19 #include <linux/reboot.h>
/linux-master/arch/x86/kernel/
H A DMakefile83 obj-y += reboot.o
/linux-master/kernel/
H A DMakefile12 notifier.o ksysfs.o cred.o reboot.o \
/linux-master/kernel/power/
H A Duser.c11 #include <linux/reboot.h>
/linux-master/drivers/parisc/
H A Dled.c23 #include <linux/reboot.h>
217 * Called by the reboot notifier chain at shutdown. Stops all
/linux-master/drivers/ps3/
H A Dps3-sys-manager.c12 #include <linux/reboot.h>
/linux-master/arch/mips/include/asm/
H A Dsgiarcs.h197 LONG reboot; /* Reboot the machine. */ member in struct:linux_romvec
/linux-master/drivers/soc/fsl/qe/
H A Dqe_ic.c19 #include <linux/reboot.h>
/linux-master/drivers/cpufreq/
H A Ds5pv210-cpufreq.c21 #include <linux/reboot.h>

Completed in 242 milliseconds

<<111213141516171819