Searched refs:handler (Results 1 - 25 of 366) sorted by relevance

1234567891011>>

/arch/blackfin/kernel/
H A Dexception.c11 int bfin_request_exception(unsigned int exception, void (*handler)(void)) argument
23 ex_table[exception] = handler;
29 int bfin_free_exception(unsigned int exception, void (*handler)(void)) argument
38 if (curr_handler != handler)
/arch/m68k/include/asm/
H A Datari_stdma.h11 void stdma_lock(irq_handler_t handler, void *data);
H A Dmachdep.h13 extern void (*mach_sched_init) (irq_handler_t handler);
36 extern void hw_timer_init(irq_handler_t handler);
/arch/um/include/shared/
H A Dirq_kern.h13 irq_handler_t handler,
/arch/arm/common/
H A Dfiq_glue_setup.c32 struct fiq_glue_handler *handler = info; local
33 fiq_glue_setup(handler->fiq, handler,
37 int fiq_glue_register_handler(struct fiq_glue_handler *handler) argument
42 if (!handler || !handler->fiq)
65 current_handler = handler;
66 on_each_cpu(fiq_glue_setup_helper, handler, true);
88 * a resume hook when it registered the handler it will be called.
/arch/arm/include/asm/
H A Dfiq_glue.h22 int fiq_glue_register_handler(struct fiq_glue_handler *handler);
H A Dglue-pf.h54 #error Unknown prefetch abort handler type
/arch/ia64/kernel/
H A Dsigframe.h9 * Place signal handler args where user-level unwinder can find them easily.
20 void __user *handler; /* pointer to the plabel of the signal handler */ member in struct:sigframe
/arch/m68k/fpsp040/
H A Dx_bsun.S4 | fpsp_bsun --- FPSP handler for branch/set on unordered exception
8 | The real_bsun handler will need to perform further corrective
/arch/arm/plat-samsung/include/plat/
H A Dsysmmu.h70 /** s5p_sysmmu_set_fault_handler() - Fault handler for System MMUs
78 * a fault handler to resolve address translation fault by System MMU.
85 int (*handler)(enum S5P_SYSMMU_INTERRUPT_TYPE itype,
93 #define s5p_sysmmu_set_fault_handler(ips, handler) do { } while (0)
/arch/mips/include/asm/netlogic/
H A Dcommon.h59 nlm_set_nmi_handler(void *handler) argument
64 *(int64_t *)(reset_data + BOOT_NMI_HANDLER) = (long)handler;
/arch/powerpc/sysdev/
H A Dpmi.c41 struct list_head handler; member in struct:pmi_data
114 struct pmi_handler *handler; local
117 list_for_each_entry(handler, &data->handler, node) {
118 pr_debug("pmi: notifying handler %p\n", handler);
119 if (handler->type == data->msg.type)
120 handler->handle_pmi_message(data->msg);
150 INIT_LIST_HEAD(&data->handler);
190 struct pmi_handler *handler, *tm local
265 pmi_register_handler(struct pmi_handler *handler) argument
278 pmi_unregister_handler(struct pmi_handler *handler) argument
[all...]
/arch/s390/include/asm/
H A Dirq.h44 int register_external_interrupt(u16 code, ext_int_handler_t handler);
45 int unregister_external_interrupt(u16 code, ext_int_handler_t handler);
/arch/sh/drivers/dma/
H A Ddmabrg.c51 * dmabrg_request_irq(BRGIRQID, handler, data)
54 * handler prototype: void brgirqhandler(void *data)
70 void (*handler)(void *); member in struct:dmabrg_handler
76 dmabrg_handlers[i].handler(dmabrg_handlers[i].data);
80 * main DMABRG irq handler. It acks irqs and then
126 int dmabrg_request_irq(unsigned int dmairq, void(*handler)(void*),
129 if ((dmairq > 9) || !handler)
131 if (dmabrg_handlers[dmairq].handler)
134 dmabrg_handlers[dmairq].handler = handler;
[all...]
/arch/arm/mach-clps711x/include/mach/
H A Dtime.h26 * IRQ handler for the timer
47 timer_irq.handler = p720t_timer_interrupt;
/arch/arm/plat-mxc/include/mach/
H A Dmmc.h21 * The board code can call 'handler' on a card detection
24 int (*init)(struct device *dev, irq_handler_t handler, void *data);
/arch/blackfin/mach-bf561/include/mach/
H A Dsmp.h22 void platform_request_ipi(int irq, /*irq_handler_t*/ void *handler);
/arch/mn10300/include/asm/
H A Dhardirq.h47 intr_stub_fnx handler);
/arch/powerpc/include/asm/
H A Dkexec.h81 extern int crash_shutdown_register(crash_shutdown_t handler);
82 extern int crash_shutdown_unregister(crash_shutdown_t handler);
100 static inline int crash_shutdown_register(crash_shutdown_t handler) argument
105 static inline int crash_shutdown_unregister(crash_shutdown_t handler) argument
H A Dsigcontext.h22 unsigned long handler; member in struct:sigcontext
/arch/m68k/platform/68360/
H A Dcommproc.c66 void (*handler)(void *); member in struct:cpm_action
74 void cpm_install_handler(int vec, void (*handler)(), void *dev_id);
146 /* Set our interrupt handler with the core CPU. */
150 /* Install our own error handler.
172 /* call that vector's handler */
184 if (cpm_vecs[vec].handler != 0)
185 (*cpm_vecs[vec].handler)(cpm_vecs[vec].dev_id);
200 * tests in the interrupt handler.
207 /* Install a CPM interrupt handler.
210 cpm_install_handler(int vec, void (*handler)(), voi argument
[all...]
/arch/mips/lib/
H A Dstrlen_user.S13 #define EX(insn,reg,addr,handler) \
16 PTR 9b, handler; \
H A Dstrnlen_user.S13 #define EX(insn,reg,addr,handler) \
16 PTR 9b, handler; \
/arch/mips/pmc-sierra/msp71xx/
H A Dmsp_smp.c53 .handler = ipi_resched_interrupt,
59 .handler = ipi_call_interrupt,
/arch/mips/dec/
H A DMakefile5 obj-y := ecc-berr.o int-handler.o ioasic-irq.o kn01-berr.o \

Completed in 987 milliseconds

1234567891011>>