Searched refs:thread_fn (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/kernel/irq/ |
D | devres.c | 48 irq_handler_t handler, irq_handler_t thread_fn, in devm_request_threaded_irq() argument 60 rc = request_threaded_irq(irq, handler, thread_fn, irqflags, devname, in devm_request_threaded_irq()
|
D | manage.c | 730 action->thread_fn(action->irq, action->dev_id); in irq_forced_thread_fn() 742 action->thread_fn(action->irq, action->dev_id); in irq_thread_fn() 846 if (!new->thread_fn) { in irq_setup_forced_threading() 848 new->thread_fn = new->handler; in irq_setup_forced_threading() 894 if (!new->thread_fn) in __setup_irq() 911 if (new->thread_fn && !nested) { in __setup_irq() 1282 irq_handler_t thread_fn, unsigned long irqflags, in request_threaded_irq() argument 1306 if (!thread_fn) in request_threaded_irq() 1316 action->thread_fn = thread_fn; in request_threaded_irq()
|
D | handle.c | 145 if (unlikely(!action->thread_fn)) { in handle_irq_event_percpu()
|
D | chip.c | 262 action_ret = action->thread_fn(action->irq, action->dev_id); in handle_nested_irq()
|
/linux-2.6.39/include/linux/ |
D | interrupt.h | 112 irq_handler_t thread_fn; member 125 irq_handler_t thread_fn, 154 irq_handler_t thread_fn, in request_threaded_irq() argument 176 irq_handler_t handler, irq_handler_t thread_fn,
|
/linux-2.6.39/drivers/misc/lis3lv02d/ |
D | lis3lv02d.c | 875 irq_handler_t thread_fn; in lis3lv02d_init_device() local 975 thread_fn = lis302dl_interrupt_thread1_8b; in lis3lv02d_init_device() 977 thread_fn = NULL; in lis3lv02d_init_device() 980 thread_fn, in lis3lv02d_init_device()
|