aprp_hook          47 arch/mips/include/asm/rtlx.h extern void (*aprp_hook)(void);
aprp_hook          94 arch/mips/kernel/rtlx-cmp.c 		aprp_hook = rtlx_interrupt;
aprp_hook         121 arch/mips/kernel/rtlx-cmp.c 	aprp_hook = NULL;
aprp_hook         120 arch/mips/kernel/rtlx-mt.c 		aprp_hook = rtlx_dispatch;
aprp_hook         152 arch/mips/kernel/rtlx-mt.c 	aprp_hook = NULL;
aprp_hook          28 arch/mips/kernel/rtlx.c void (*aprp_hook)(void) = NULL;
aprp_hook          29 arch/mips/kernel/rtlx.c EXPORT_SYMBOL(aprp_hook);