Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/kernel/
Dreboot.c24 void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd); variable
144 if (arm_pm_restart) in machine_restart()
145 arm_pm_restart(reboot_mode, cmd); in machine_restart()
Dsetup.c1124 arm_pm_restart = mdesc->restart; in setup_arch()
/Linux-v4.19/arch/arm64/kernel/
Dprocess.c74 void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd); variable
161 if (arm_pm_restart) in machine_restart()
162 arm_pm_restart(reboot_mode, cmd); in machine_restart()
/Linux-v4.19/arch/arm/include/asm/
Dsystem_misc.h16 extern void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd);
/Linux-v4.19/arch/arm64/include/asm/
Dsystem_misc.h46 extern void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd);
/Linux-v4.19/arch/arm/mach-prima2/
Drstc.c83 arm_pm_restart = sirfsoc_restart; in sirfsoc_rstc_probe()
/Linux-v4.19/arch/arm/xen/
Denlighten.c442 arm_pm_restart = xen_restart; in xen_pm_init()
/Linux-v4.19/drivers/firmware/
Dpsci.c562 arm_pm_restart = psci_sys_reset; in psci_0_2_set_functions()