Home
last modified time | relevance | path

Searched refs:arm_pm_restart (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/arch/arm/kernel/
Dreboot.c21 void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd); variable
141 if (arm_pm_restart) in machine_restart()
142 arm_pm_restart(reboot_mode, cmd); in machine_restart()
Dsetup.c1136 arm_pm_restart = mdesc->restart; in setup_arch()
/Linux-v5.4/arch/arm/include/asm/
Dsystem_misc.h16 extern void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd);
/Linux-v5.4/arch/arm64/include/asm/
Dsystem_misc.h35 extern void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd);
/Linux-v5.4/arch/arm64/kernel/
Dprocess.c69 void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd); variable
200 if (arm_pm_restart) in machine_restart()
201 arm_pm_restart(reboot_mode, cmd); in machine_restart()
/Linux-v5.4/arch/arm/mach-prima2/
Drstc.c82 arm_pm_restart = sirfsoc_restart; in sirfsoc_rstc_probe()
/Linux-v5.4/arch/arm/xen/
Denlighten.c408 arm_pm_restart = xen_restart; in xen_pm_init()
/Linux-v5.4/drivers/firmware/psci/
Dpsci.c434 arm_pm_restart = psci_sys_reset; in psci_0_2_set_functions()