Searched refs:reboot (Results 1 - 25 of 165) sorted by relevance
1234567
/drivers/power/reset/ |
H A D | Makefile | 5 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 D | hisi-reboot.c | 19 #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 D | restart-poweroff.c | 18 #include <linux/reboot.h>
|
H A D | arm-versatile-reboot.c | 13 #include <linux/reboot.h> 108 pr_info("versatile reboot driver registered\n");
|
H A D | axxia-reset.c | 24 #include <linux/reboot.h>
|
H A D | msm-poweroff.c | 22 #include <linux/reboot.h>
|
H A D | sun6i-reboot.c | 18 #include <linux/reboot.h> 81 .name = "sun6i-reboot",
|
H A D | brcmstb-reboot.c | 24 #include <linux/reboot.h> 102 { .compatible = "brcm,brcmstb-reboot", }, 109 .name = "brcmstb-reboot",
|
H A D | syscon-reboot.c | 24 #include <linux/reboot.h> 41 /* Issue the reboot */ 80 { .compatible = "syscon-reboot" }, 87 .name = "syscon-reboot",
|
H A D | gpio-restart.c | 17 #include <linux/reboot.h>
|
H A D | keystone-reset.c | 2 * TI keystone reboot driver 15 #include <linux/reboot.h>
|
/drivers/firmware/efi/ |
H A D | Makefile | 4 obj-$(CONFIG_EFI) += efi.o vars.o reboot.o
|
H A D | reboot.c | 6 #include <linux/reboot.h>
|
/drivers/acpi/ |
H A D | reboot.c | 4 #include <acpi/reboot.h>
|
H A D | Makefile | 21 acpi-y += osl.o utils.o reboot.o
|
/drivers/gpu/drm/nouveau/core/ |
H A D | os.h | 20 #include <linux/reboot.h>
|
/drivers/gpu/drm/nouveau/nvif/ |
H A D | os.h | 20 #include <linux/reboot.h>
|
/drivers/s390/char/ |
H A D | sclp_quiesce.c | 14 #include <linux/reboot.h>
|
/drivers/char/ |
H A D | hangcheck-timer.c | 46 #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 D | ledtrig-heartbeat.c | 21 #include <linux/reboot.h>
|
/drivers/parisc/ |
H A D | power.c | 41 #include <linux/reboot.h>
|
/drivers/watchdog/ |
H A D | indydog.c | 26 #include <linux/reboot.h> 179 pr_err("cannot register reboot notifier (err=%d)\n", ret);
|
H A D | softdog.c | 47 #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 D | keyreset.c | 20 #include <linux/reboot.h>
|
/drivers/net/ethernet/intel/ixgb/ |
H A D | ixgb.h | 62 #include <linux/reboot.h>
|
Completed in 363 milliseconds
1234567