Searched refs:arm_pm_restart (Results 1 – 9 of 9) sorted by relevance
23 void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd); variable143 if (arm_pm_restart) in machine_restart()144 arm_pm_restart(reboot_mode, cmd); in machine_restart()
232 arm_pm_restart = psci_sys_reset; in psci_0_2_init()
948 arm_pm_restart = mdesc->restart; in setup_arch()
75 void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd); variable162 if (arm_pm_restart) in machine_restart()163 arm_pm_restart(reboot_mode, cmd); in machine_restart()
300 arm_pm_restart = psci_sys_reset; in psci_0_2_set_functions()
14 extern void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd);
45 extern void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd);
83 arm_pm_restart = sirfsoc_restart; in sirfsoc_rstc_probe()
263 arm_pm_restart = xen_restart; in xen_pm_init()