Home
last modified time | relevance | path

Searched refs:rtas_service_present (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/powerpc/platforms/maple/
Dsetup.c169 if (rtas_service_present("system-reboot") && in maple_use_rtas_reboot_and_halt_if_present()
170 rtas_service_present("power-off")) { in maple_use_rtas_reboot_and_halt_if_present()
/linux-2.6.39/arch/powerpc/include/asm/
Drtas.h174 extern int rtas_service_present(const char *service);
/linux-2.6.39/arch/powerpc/kernel/
Drtas.c332 int rtas_service_present(const char *service) in rtas_service_present() function
336 EXPORT_SYMBOL(rtas_service_present);
819 if (!rtas_service_present("ibm,suspend-me")) in rtas_ibm_suspend_me()