[go: nahoru, domu]

Searched refs:reboot (Results 1 - 25 of 165) sorted by relevance

1234567

/drivers/power/reset/
H A DMakefile5 obj-$(CONFIG_POWER_RESET_BRCMSTB) += brcmstb-reboot.o
8 obj-$(CONFIG_POWER_RESET_HISI) += hisi-reboot.o
13 obj-$(CONFIG_POWER_RESET_SUN6I) += sun6i-reboot.o
15 obj-$(CONFIG_POWER_RESET_VERSATILE) += arm-versatile-reboot.o
17 obj-$(CONFIG_POWER_RESET_XGENE) += xgene-reboot.o
19 obj-$(CONFIG_POWER_RESET_SYSCON) += syscon-reboot.o
H A Dhisi-reboot.c19 #include <linux/reboot.h>
45 if (of_property_read_u32(np, "reboot-offset", &reboot_offset) < 0) {
46 pr_err("failed to find reboot-offset property\n");
63 .name = "hisi-reboot",
H A Drestart-poweroff.c18 #include <linux/reboot.h>
H A Darm-versatile-reboot.c13 #include <linux/reboot.h>
108 pr_info("versatile reboot driver registered\n");
H A Daxxia-reset.c24 #include <linux/reboot.h>
H A Dmsm-poweroff.c22 #include <linux/reboot.h>
H A Dsun6i-reboot.c18 #include <linux/reboot.h>
81 .name = "sun6i-reboot",
H A Dbrcmstb-reboot.c24 #include <linux/reboot.h>
102 { .compatible = "brcm,brcmstb-reboot", },
109 .name = "brcmstb-reboot",
H A Dsyscon-reboot.c24 #include <linux/reboot.h>
41 /* Issue the reboot */
80 { .compatible = "syscon-reboot" },
87 .name = "syscon-reboot",
H A Dgpio-restart.c17 #include <linux/reboot.h>
H A Dkeystone-reset.c2 * TI keystone reboot driver
15 #include <linux/reboot.h>
/drivers/firmware/efi/
H A DMakefile4 obj-$(CONFIG_EFI) += efi.o vars.o reboot.o
H A Dreboot.c6 #include <linux/reboot.h>
/drivers/acpi/
H A Dreboot.c4 #include <acpi/reboot.h>
H A DMakefile21 acpi-y += osl.o utils.o reboot.o
/drivers/gpu/drm/nouveau/core/
H A Dos.h20 #include <linux/reboot.h>
/drivers/gpu/drm/nouveau/nvif/
H A Dos.h20 #include <linux/reboot.h>
/drivers/s390/char/
H A Dsclp_quiesce.c14 #include <linux/reboot.h>
/drivers/char/
H A Dhangcheck-timer.c46 #include <linux/reboot.h>
61 static int hangcheck_reboot; /* Defaults to not reboot */
70 MODULE_PARM_DESC(hangcheck_reboot, "If nonzero, the machine will reboot when the timer margin is exceeded.");
/drivers/leds/trigger/
H A Dledtrig-heartbeat.c21 #include <linux/reboot.h>
/drivers/parisc/
H A Dpower.c41 #include <linux/reboot.h>
/drivers/watchdog/
H A Dindydog.c26 #include <linux/reboot.h>
179 pr_err("cannot register reboot notifier (err=%d)\n", ret);
H A Dsoftdog.c47 #include <linux/reboot.h>
68 "Softdog action, set to 1 to ignore reboots, 0 to reboot (default=0)");
73 "Softdog action, set to 1 to panic, 0 to reboot (default=0)");
96 pr_crit("Initiating system reboot\n");
181 pr_err("cannot register reboot notifier (err=%d)\n", ret);
/drivers/input/
H A Dkeyreset.c20 #include <linux/reboot.h>
/drivers/net/ethernet/intel/ixgb/
H A Dixgb.h62 #include <linux/reboot.h>

Completed in 363 milliseconds

1234567