Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Drtas.c668 void (*rtas_flash_term_hook)(int); variable
669 EXPORT_SYMBOL_GPL(rtas_flash_term_hook);
1577 if (rtas_flash_term_hook) in rtas_restart()
1578 rtas_flash_term_hook(SYS_RESTART); in rtas_restart()
1586 if (rtas_flash_term_hook) in rtas_power_off()
1587 rtas_flash_term_hook(SYS_POWER_OFF); in rtas_power_off()
1596 if (rtas_flash_term_hook) in rtas_halt()
1597 rtas_flash_term_hook(SYS_HALT); in rtas_halt()
H A Drtas_flash.c739 rtas_flash_term_hook = rtas_flash_firmware; in rtas_flash_init()
758 rtas_flash_term_hook = NULL; in rtas_flash_cleanup()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dsetup.c1078 if (rtas_flash_term_hook) in pseries_power_off()
1079 rtas_flash_term_hook(SYS_POWER_OFF); in pseries_power_off()
/openbmc/linux/arch/powerpc/include/asm/
H A Drtas.h402 extern void (*rtas_flash_term_hook)(int);