| /drivers/power/reset/ |
| A D | macsmc-reboot.c | 155 if (reboot->nvm.boot_stage && in macsmc_reboot_notify() 164 if (reboot->nvm.shutdown_flag && in macsmc_reboot_notify() 175 if (!reboot->nvm.boot_error_count || !reboot->nvm.panic_count) in macsmc_power_init_error_counts() 205 struct macsmc_reboot *reboot; in macsmc_reboot_probe() local 208 reboot = devm_kzalloc(&pdev->dev, sizeof(*reboot), GFP_KERNEL); in macsmc_reboot_probe() 209 if (!reboot) in macsmc_reboot_probe() 212 reboot->dev = &pdev->dev; in macsmc_reboot_probe() 213 reboot->smc = smc; in macsmc_reboot_probe() 230 reboot->nvm_cells[i] = cell; in macsmc_reboot_probe() 234 if (reboot->nvm.boot_stage && in macsmc_reboot_probe() [all …]
|
| A D | reboot-mode.c | 32 list_for_each_entry(info, &reboot->head, list) in get_reboot_mode_magic() 54 struct reboot_mode_driver *reboot; in reboot_mode_notify() local 58 magic = get_reboot_mode_magic(reboot, cmd); in reboot_mode_notify() 60 reboot->write(reboot, magic); in reboot_mode_notify() 79 INIT_LIST_HEAD(&reboot->head); in reboot_mode_register() 94 devm_kfree(reboot->dev, info); in reboot_mode_register() 110 list_add_tail(&info->list, &reboot->head); in reboot_mode_register() 156 struct reboot_mode_driver *reboot) in devm_reboot_mode_register() argument 165 rc = reboot_mode_register(reboot); in devm_reboot_mode_register() 171 *dr = reboot; in devm_reboot_mode_register() [all …]
|
| A D | nvmem-reboot-mode.c | 15 struct reboot_mode_driver reboot; member 19 static int nvmem_reboot_mode_write(struct reboot_mode_driver *reboot, in nvmem_reboot_mode_write() argument 25 nvmem_rbm = container_of(reboot, struct nvmem_reboot_mode, reboot); in nvmem_reboot_mode_write() 29 dev_err(reboot->dev, "update reboot mode bits failed\n"); in nvmem_reboot_mode_write() 43 nvmem_rbm->reboot.dev = &pdev->dev; in nvmem_reboot_mode_probe() 44 nvmem_rbm->reboot.write = nvmem_reboot_mode_write; in nvmem_reboot_mode_probe() 52 ret = devm_reboot_mode_register(&pdev->dev, &nvmem_rbm->reboot); in nvmem_reboot_mode_probe()
|
| A D | syscon-reboot-mode.c | 18 struct reboot_mode_driver reboot; member 23 static int syscon_reboot_mode_write(struct reboot_mode_driver *reboot, in syscon_reboot_mode_write() argument 29 syscon_rbm = container_of(reboot, struct syscon_reboot_mode, reboot); in syscon_reboot_mode_write() 34 dev_err(reboot->dev, "update reboot mode bits failed\n"); in syscon_reboot_mode_write() 48 syscon_rbm->reboot.dev = &pdev->dev; in syscon_reboot_mode_probe() 49 syscon_rbm->reboot.write = syscon_reboot_mode_write; in syscon_reboot_mode_probe() 62 ret = devm_reboot_mode_register(&pdev->dev, &syscon_rbm->reboot); in syscon_reboot_mode_probe()
|
| A D | Makefile | 9 obj-$(CONFIG_POWER_RESET_BRCMSTB) += brcmstb-reboot.o 14 obj-$(CONFIG_POWER_RESET_HISI) += hisi-reboot.o 16 obj-$(CONFIG_POWER_RESET_MACSMC) += macsmc-reboot.o 30 obj-$(CONFIG_POWER_RESET_VERSATILE) += arm-versatile-reboot.o 32 obj-$(CONFIG_POWER_RESET_XGENE) += xgene-reboot.o 34 obj-$(CONFIG_POWER_RESET_SYSCON) += syscon-reboot.o 37 obj-$(CONFIG_REBOOT_MODE) += reboot-mode.o 38 obj-$(CONFIG_SYSCON_REBOOT_MODE) += syscon-reboot-mode.o 40 obj-$(CONFIG_NVMEM_REBOOT_MODE) += nvmem-reboot-mode.o
|
| A D | Kconfig | 154 power-on and reboot reason, Say Y. 249 bool "ARM Versatile family reboot driver" 306 tristate "Generic SYSCON regmap reboot mode driver" 311 Say y here will enable reboot mode driver. This will 312 get reboot mode arguments and store it in SYSCON mapped 326 tristate "Generic NVMEM reboot mode driver" 330 Say y here will enable reboot mode driver. This will 331 get reboot mode arguments and store it in a NVMEM cell,
|
| A D | qcom-pon.c | 30 static int qcom_pon_reboot_mode_write(struct reboot_mode_driver *reboot, in qcom_pon_reboot_mode_write() argument 34 (reboot, struct qcom_pon, reboot_mode); in qcom_pon_reboot_mode_write()
|
| /drivers/staging/nvec/ |
| A D | TODO | 4 - add atomic ops in order to fix shutoff/reboot problems
|
| /drivers/firmware/efi/ |
| A D | Kconfig | 108 This module installs a reboot hook, such that if reboot() is 114 set with the reboot reason: "reboot" or "shutdown". The 115 bootloader reads this reboot reason and takes particular 174 Request that the firmware clear the contents of RAM after a reboot
|
| A D | Makefile | 14 obj-$(CONFIG_EFI) += efi.o vars.o reboot.o memattr.o tpm.o
|
| /drivers/firmware/arm_scmi/ |
| A D | Kconfig | 95 reboot actions to SCMI System Power notifications generated by SCP 100 early shutdown/reboot SCMI requests.
|
| /drivers/watchdog/ |
| A D | Kconfig | 18 reboot the machine) and a driver for hardware watchdog boards, which 59 enough your device will reboot. 138 a watchdog feeder is dead and reboot is unavoidable. 479 reboot your system when the timeout is reached. 494 reboot your system when the timeout is reached. 503 This will reboot your system when the timeout is reached. 592 reboot your system when timeout is reached. 1004 This driver is required to reboot the SoC. 1111 driver is also required in order to reboot these SoCs. 1848 will reboot the machine after a 100 seconds timer expired. [all …]
|
| A D | cpwd.c | 81 bool reboot; member 549 p->reboot = (prop_val ? true : false); in cpwd_probe()
|
| /drivers/platform/x86/intel/wmi/ |
| A D | Kconfig | 15 Slim Bootloader to trigger update on next reboot.
|
| /drivers/ras/ |
| A D | Kconfig | 42 Support saving and restoring memory error information across reboot
|
| /drivers/acpi/ |
| A D | Makefile | 29 acpi-y += osi.o osl.o utils.o reboot.o
|
| A D | Kconfig | 150 Controller in a way that a normal reboot is not enough. You then
|
| /drivers/platform/chrome/ |
| A D | cros_ec_sysfs.c | 360 static DEVICE_ATTR_RW(reboot);
|
| /drivers/net/ethernet/myricom/myri10ge/ |
| A D | myri10ge.c | 3330 u32 reboot; in myri10ge_read_reboot() local 3337 pci_read_config_dword(pdev, vs + 0x14, &reboot); in myri10ge_read_reboot() 3338 return reboot; in myri10ge_read_reboot() 3386 u32 reboot, rx_pause_cnt; in myri10ge_watchdog() local 3400 reboot = myri10ge_read_reboot(mgp); in myri10ge_watchdog() 3402 reboot, myri10ge_reset_recover ? "" : " not"); in myri10ge_watchdog()
|
| /drivers/char/ |
| A D | Kconfig | 178 shutdown and reboot by pressing the orange button a number of times. 384 out to lunch past a certain margin. It can reboot the system
|
| /drivers/md/bcache/ |
| A D | super.c | 2832 static struct notifier_block reboot = { variable 2853 unregister_reboot_notifier(&reboot); in bcache_exit() 2896 register_reboot_notifier(&reboot); in bcache_init() 2900 unregister_reboot_notifier(&reboot); in bcache_init()
|
| /drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_ras.h | 524 bool reboot; member
|
| /drivers/gpu/drm/ |
| A D | Kconfig | 95 the user to reboot the system, or "kmsg" which will display the last
|
| /drivers/misc/ |
| A D | Kconfig | 580 ESM is used typically to reboot the board in error condition.
|
| /drivers/firmware/arm_scmi/vendors/imx/ |
| A D | imx95.rst | 67 return, not means reboot/reset successfully finished.
|