Home
last modified time | relevance | path

Searched refs:rtas_flash_term_hook (Results 1 – 4 of 4) sorted by relevance

/arch/powerpc/kernel/
Drtas.c64 void (*rtas_flash_term_hook)(int); variable
65 EXPORT_SYMBOL(rtas_flash_term_hook);
671 if (rtas_flash_term_hook) in rtas_restart()
672 rtas_flash_term_hook(SYS_RESTART); in rtas_restart()
680 if (rtas_flash_term_hook) in rtas_power_off()
681 rtas_flash_term_hook(SYS_POWER_OFF); in rtas_power_off()
690 if (rtas_flash_term_hook) in rtas_halt()
691 rtas_flash_term_hook(SYS_HALT); in rtas_halt()
Drtas_flash.c744 rtas_flash_term_hook = rtas_flash_firmware; in rtas_flash_init()
763 rtas_flash_term_hook = NULL; in rtas_flash_cleanup()
/arch/powerpc/platforms/pseries/
Dsetup.c771 if (rtas_flash_term_hook) in pSeries_power_off()
772 rtas_flash_term_hook(SYS_POWER_OFF); in pSeries_power_off()
/arch/powerpc/include/asm/
Drtas.h306 extern void (*rtas_flash_term_hook)(int);