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

/linux-4.4.14/arch/arm/include/asm/
H A Dsystem_misc.h14 extern void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd);
/linux-4.4.14/arch/arm/kernel/
H A Dreboot.c23 void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd); variable
143 if (arm_pm_restart) machine_restart()
144 arm_pm_restart(reboot_mode, cmd); machine_restart()
H A Dsetup.c975 arm_pm_restart = mdesc->restart; setup_arch()
/linux-4.4.14/arch/arm64/include/asm/
H A Dsystem_misc.h46 extern void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd);
/linux-4.4.14/arch/arm/mach-prima2/
H A Drstc.c83 arm_pm_restart = sirfsoc_restart; sirfsoc_rstc_probe()
/linux-4.4.14/arch/arm64/kernel/
H A Dprocess.c68 void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd); variable
155 if (arm_pm_restart) machine_restart()
156 arm_pm_restart(reboot_mode, cmd); machine_restart()
/linux-4.4.14/arch/arm/xen/
H A Denlighten.c284 arm_pm_restart = xen_restart; xen_pm_init()
/linux-4.4.14/drivers/firmware/
H A Dpsci.c325 arm_pm_restart = psci_sys_reset; psci_0_2_set_functions()

Completed in 272 milliseconds