Home
last modified time | relevance | path

Searched refs:SYS_RESTART (Results 1 – 21 of 21) sorted by relevance

/linux/drivers/firmware/efi/
H A Defibc.c38 efi_char16_t *reason = event == SYS_RESTART ? L"reboot" in efibc_reboot_notifier_call()
/linux/include/linux/
H A Dreboot.h13 #define SYS_RESTART SYS_DOWN macro
/linux/drivers/power/reset/
H A Dlinkstation-poweroff.c126 if (action == SYS_RESTART) in linkstation_reboot_notifier()
H A Dmacsmc-reboot.c136 case SYS_RESTART: in macsmc_reboot_notify()
/linux/arch/arm/mm/
H A Dcache-b15-rac.c166 if (action == SYS_RESTART) { in b15_rac_reboot_notifier()
/linux/security/integrity/ima/
H A Dima_queue.c245 if (action == SYS_RESTART && data && !strcmp(data, "kexec reboot")) in ima_reboot_notifier()
/linux/drivers/firmware/arm_scmi/
H A Dscmi_power_control.c132 case SYS_RESTART: in scmi_reboot_notifier()
/linux/drivers/soc/tegra/
H A Dregulators-tegra30.c451 if (event != SYS_RESTART) in tegra30_regulator_reboot()
H A Dregulators-tegra20.c466 if (event != SYS_RESTART) in tegra20_regulator_reboot()
H A Dpmc.c1125 if (action == SYS_RESTART) in tegra_pmc_reboot_notify()
/linux/drivers/input/misc/
H A Dpm8941-pwrkey.c121 case SYS_RESTART: in pm8941_reboot_notify()
/linux/arch/x86/kernel/cpu/
H A Dvmware.c293 if (code == SYS_RESTART) in vmware_pv_reboot_notify()
/linux/arch/powerpc/platforms/pseries/
H A Dcmm.c449 if (action == SYS_RESTART) { in cmm_reboot_notifier()
/linux/arch/powerpc/kernel/
H A Drtas_flash.c543 if (reboot_type != SYS_RESTART) { in rtas_flash_firmware()
/linux/kernel/
H A Dreboot.c102 blocking_notifier_call_chain(&reboot_notifier_list, SYS_RESTART, cmd); in kernel_restart_prepare()
/linux/arch/x86/kernel/
H A Dkvm.c761 if (code == SYS_RESTART) in kvm_pv_reboot_notify()
/linux/drivers/misc/sgi-xp/
H A Dxpc_main.c1052 case SYS_RESTART: in xpc_system_reboot()
/linux/drivers/video/fbdev/aty/
H A Datyfb_base.c3914 if (code != SYS_RESTART) in atyfb_reboot_notify()
/linux/drivers/scsi/
H A Dipr.c10003 if (event != SYS_RESTART && event != SYS_HALT && event != SYS_POWER_OFF) in ipr_halt()
10011 (ipr_fast_reboot && event == SYS_RESTART && ioa_cfg->sis64)) { in ipr_halt()
H A Dips.c722 if ((event != SYS_RESTART) && (event != SYS_HALT) && in ips_halt()
/linux/drivers/platform/mellanox/
H A Dmlx-platform.c6992 if (action == SYS_RESTART && !ret && regval & MLXPLAT_CPLD_SYS_RESET_MASK) in mlxplat_reboot_notifier()