Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Drtas.c65 void (*rtas_flash_term_hook)(int); variable
66 EXPORT_SYMBOL(rtas_flash_term_hook);
655 if (rtas_flash_term_hook) in rtas_restart()
656 rtas_flash_term_hook(SYS_RESTART); in rtas_restart()
664 if (rtas_flash_term_hook) in rtas_power_off()
665 rtas_flash_term_hook(SYS_POWER_OFF); in rtas_power_off()
674 if (rtas_flash_term_hook) in rtas_halt()
675 rtas_flash_term_hook(SYS_HALT); in rtas_halt()
Drtas_flash.c770 rtas_flash_term_hook = rtas_flash_firmware; in rtas_flash_init()
794 rtas_flash_term_hook = NULL; in rtas_flash_cleanup()
/arch/powerpc/platforms/pseries/
Dsetup.c622 if (rtas_flash_term_hook) in pSeries_power_off()
623 rtas_flash_term_hook(SYS_POWER_OFF); in pSeries_power_off()
/arch/powerpc/include/asm/
Drtas.h243 extern void (*rtas_flash_term_hook)(int);