Home
last modified time | relevance | path

Searched refs:SYS_POWER_OFF (Results 1 – 24 of 24) sorted by relevance

/linux/arch/sparc/kernel/
H A Dsstate.c65 case SYS_POWER_OFF: in sstate_reboot_call()
/linux/include/linux/
H A Dreboot.h15 #define SYS_POWER_OFF 0x0003 /* Notify of system power off */ macro
/linux/drivers/watchdog/
H A Dstmp3xxx_rtc_wdt.c78 case SYS_POWER_OFF: in wdt_notify_sys()
H A Dscx200_wdt.c120 if (code == SYS_HALT || code == SYS_POWER_OFF) in scx200_wdt_notify_sys()
H A Dit8712f_wdt.c220 if (code == SYS_HALT || code == SYS_POWER_OFF) in it8712f_wdt_notify()
H A Dwatchdog_core.c165 if (code == SYS_DOWN || code == SYS_HALT || code == SYS_POWER_OFF) { in watchdog_reboot_notifier()
/linux/drivers/hv/
H A Dmshv_common.c201 if (code == SYS_HALT || code == SYS_POWER_OFF) in hv_reboot_notifier_handler()
/linux/drivers/firmware/arm_scmi/
H A Dscmi_power_control.c128 case SYS_POWER_OFF: in scmi_reboot_notifier()
/linux/drivers/xen/
H A Dmanage.c184 case SYS_POWER_OFF: in poweroff_nb()
/linux/drivers/power/reset/
H A Dmacsmc-reboot.c140 case SYS_POWER_OFF: in macsmc_reboot_notify()
/linux/drivers/parisc/
H A Dled.c228 case SYS_POWER_OFF: txt = "SYSTEM POWER OFF"; in lcd_system_halt()
/linux/drivers/rtc/
H A Drtc-brcmstb-waketimer.c180 if (action == SYS_POWER_OFF) in brcmstb_waketmr_reboot()
/linux/drivers/soc/samsung/
H A Dexynos-pmu.c394 case SYS_POWER_OFF: in exynos_cpupm_reboot_notifier()
/linux/drivers/input/misc/
H A Dpm8941-pwrkey.c119 case SYS_POWER_OFF: in pm8941_reboot_notify()
/linux/drivers/platform/x86/dell/
H A Ddcdbas.c620 case SYS_POWER_OFF: in dcdbas_reboot_notify()
/linux/drivers/auxdisplay/
H A Dcharlcd.c635 case SYS_POWER_OFF: in panel_notify_sys()
/linux/kernel/
H A Dreboot.c305 (state == SYSTEM_HALT) ? SYS_HALT : SYS_POWER_OFF, NULL); in kernel_shutdown_prepare()
/linux/arch/powerpc/platforms/pseries/
H A Dsetup.c1079 rtas_flash_term_hook(SYS_POWER_OFF); in pseries_power_off()
/linux/drivers/char/ipmi/
H A Dipmi_watchdog.c1109 if (code == SYS_POWER_OFF || code == SYS_HALT) { in wdog_reboot_handler()
/linux/drivers/misc/sgi-xp/
H A Dxpc_main.c1054 case SYS_POWER_OFF: in xpc_system_reboot()
/linux/arch/powerpc/kernel/
H A Drtas.c1623 rtas_flash_term_hook(SYS_POWER_OFF); in rtas_power_off()
/linux/drivers/md/bcache/
H A Dsuper.c2750 code == SYS_POWER_OFF) { in bcache_reboot()
/linux/drivers/scsi/
H A Dips.c724 (event != SYS_POWER_OFF)) in ips_halt()
H A Dipr.c10027 if (event != SYS_RESTART && event != SYS_HALT && event != SYS_POWER_OFF) in ipr_halt()