Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dfiq_glue.h17 struct fiq_glue_handler { struct
18 void (*fiq)(struct fiq_glue_handler *h, void *regs, void *svc_sp); argument
19 void (*resume)(struct fiq_glue_handler *h); argument
23 int fiq_glue_register_handler(struct fiq_glue_handler *handler);
/OK3568_Linux_fs/kernel/arch/arm/common/
H A Dfiq_glue_setup.c28 static struct fiq_glue_handler *current_handler;
34 struct fiq_glue_handler *handler = info; in fiq_glue_setup_helper()
40 int fiq_glue_register_handler(struct fiq_glue_handler *handler) in fiq_glue_register_handler()
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/fiq_debugger/
H A Dfiq_debugger.c74 struct fiq_glue_handler handler;
1062 static void fiq_debugger_fiq(struct fiq_glue_handler *h, in fiq_debugger_fiq()
1138 static void fiq_debugger_resume(struct fiq_glue_handler *h) in fiq_debugger_resume()