Searched refs:thread_fn (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/irq/
H A Ddevres.c33 * @thread_fn: function to be called in a threaded interrupt context. NULL
48 irq_handler_t handler, irq_handler_t thread_fn,
60 rc = request_threaded_irq(irq, handler, thread_fn, irqflags, devname,
47 devm_request_threaded_irq(struct device *dev, unsigned int irq, irq_handler_t handler, irq_handler_t thread_fn, unsigned long irqflags, const char *devname, void *dev_id) argument
H A Dmanage.c603 action->thread_fn(action->irq, action->dev_id);
689 if (!new->thread_fn)
704 if (new->thread_fn && !nested) {
1011 * If NULL and thread_fn != NULL the default
1013 * @thread_fn: Function called from the irq handler thread
1027 * then you need to supply @handler and @thread_fn. @handler ist
1032 * @thread_fn. This split handler design is necessary to support
1050 irq_handler_t thread_fn, unsigned long irqflags,
1074 if (!thread_fn)
1084 action->thread_fn
1049 request_threaded_irq(unsigned int irq, irq_handler_t handler, irq_handler_t thread_fn, unsigned long irqflags, const char *devname, void *dev_id) argument
[all...]
H A Dhandle.c416 if (unlikely(!action->thread_fn)) {
H A Dchip.c412 action_ret = action->thread_fn(action->irq, action->dev_id);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dinterrupt.h76 * IRQTF_WARNED - warning "IRQ_WAKE_THREAD w/o thread_fn" has been printed
109 * @thread_fn: interupt handler function for threaded interrupts
121 irq_handler_t thread_fn; member in struct:irqaction
131 irq_handler_t thread_fn,
160 irq_handler_t thread_fn,
182 irq_handler_t handler, irq_handler_t thread_fn,
159 request_threaded_irq(unsigned int irq, irq_handler_t handler, irq_handler_t thread_fn, unsigned long flags, const char *name, void *dev) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dlis3lv02d.c654 irq_handler_t thread_fn; local
722 thread_fn = lis302dl_interrupt_thread1_8b;
724 thread_fn = NULL;
727 thread_fn,

Completed in 70 milliseconds