/Linux-v4.19/scripts/coccinelle/misc/ |
D | irqf_oneshot.cocci | 19 expression dev, irq, thread_fn; 23 request_threaded_irq@p(irq, NULL, thread_fn, 31 devm_request_threaded_irq@p(dev, irq, NULL, thread_fn, 41 expression dev, irq, thread_fn, flags, e; 51 request_threaded_irq@p(irq, NULL, thread_fn, flags, ...); 53 devm_request_threaded_irq@p(dev, irq, NULL, thread_fn, flags, ...); 57 expression dev, irq, thread_fn, flags; 61 request_threaded_irq@p(irq, NULL, thread_fn, 71 devm_request_threaded_irq@p(dev, irq, NULL, thread_fn,
|
/Linux-v4.19/drivers/misc/mic/host/ |
D | mic_intr.c | 42 if (intr_cb->thread_fn) in mic_thread_fn() 43 intr_cb->thread_fn(pdev->irq, in mic_thread_fn() 120 u8 idx, irq_handler_t handler, irq_handler_t thread_fn, in mic_register_intr_callback() argument 132 intr_cb->thread_fn = thread_fn; in mic_register_intr_callback() 433 irq_handler_t handler, irq_handler_t thread_fn, in mic_request_threaded_irq() argument 463 rc = request_threaded_irq(msix->vector, handler, thread_fn, in mic_request_threaded_irq() 479 thread_fn, data); in mic_request_threaded_irq()
|
D | mic_intr.h | 104 irq_handler_t thread_fn; member 141 irq_handler_t handler, irq_handler_t thread_fn,
|
D | mic_boot.c | 354 irq_handler_t handler, irq_handler_t thread_fn, in _mic_request_threaded_irq() argument 358 thread_fn, name, data, in _mic_request_threaded_irq()
|
/Linux-v4.19/drivers/pci/ |
D | irq.c | 84 irq_handler_t thread_fn, void *dev_id, const char *fmt, ...) in pci_request_irq() argument 98 ret = request_threaded_irq(pci_irq_vector(dev, nr), handler, thread_fn, in pci_request_irq()
|
/Linux-v4.19/kernel/irq/ |
D | spurious.c | 216 if (action->thread_fn) in __report_bad_irq() 218 action->thread_fn, action->thread_fn); in __report_bad_irq()
|
D | manage.c | 929 ret = action->thread_fn(action->irq, action->dev_id); in irq_forced_thread_fn() 945 ret = action->thread_fn(action->irq, action->dev_id); in irq_thread_fn() 1089 if (new->handler && new->thread_fn) { in irq_setup_forced_threading() 1095 new->secondary->thread_fn = new->thread_fn; in irq_setup_forced_threading() 1102 new->thread_fn = new->handler; in irq_setup_forced_threading() 1210 if (!new->thread_fn) { in __setup_irq() 1233 if (new->thread_fn && !nested) { in __setup_irq() 1795 irq_handler_t thread_fn, unsigned long irqflags, in request_threaded_irq() argument 1828 if (!thread_fn) in request_threaded_irq() 1838 action->thread_fn = thread_fn; in request_threaded_irq()
|
D | devres.c | 52 irq_handler_t handler, irq_handler_t thread_fn, in devm_request_threaded_irq() argument 67 rc = request_threaded_irq(irq, handler, thread_fn, irqflags, devname, in devm_request_threaded_irq()
|
D | handle.c | 162 if (unlikely(!action->thread_fn)) { in __handle_irq_event_percpu()
|
D | chip.c | 476 action_ret |= action->thread_fn(action->irq, action->dev_id); in handle_nested_irq()
|
/Linux-v4.19/tools/perf/tests/ |
D | mmap-thread-lookup.c | 51 static void *thread_fn(void *arg) in thread_fn() function 84 err = pthread_create(&td->pt, NULL, thread_fn, td); in thread_create()
|
/Linux-v4.19/include/linux/ |
D | smpboot.h | 35 void (*thread_fn)(unsigned int cpu); member
|
D | interrupt.h | 115 irq_handler_t thread_fn; member 140 irq_handler_t thread_fn, 174 irq_handler_t handler, irq_handler_t thread_fn,
|
D | mic_bus.h | 84 irq_handler_t thread_fn,
|
/Linux-v4.19/drivers/misc/mic/card/ |
D | mic_x100.c | 209 irq_handler_t handler, irq_handler_t thread_fn, in _mic_request_threaded_irq() argument 216 rc = request_threaded_irq(irq, handler, thread_fn, 0, name, data); in _mic_request_threaded_irq()
|
D | mic_device.h | 133 mic_request_card_irq(irq_handler_t handler, irq_handler_t thread_fn,
|
D | mic_device.c | 91 irq_handler_t thread_fn, const char *name, in mic_request_card_irq() argument 99 thread_fn, 0, name, data); in mic_request_card_irq()
|
/Linux-v4.19/drivers/powercap/ |
D | idle_inject.c | 347 .thread_fn = idle_inject_fn,
|
/Linux-v4.19/drivers/remoteproc/ |
D | qcom_wcnss.c | 415 irq_handler_t thread_fn) in wcnss_request_irq() argument 429 NULL, thread_fn, in wcnss_request_irq()
|
/Linux-v4.19/drivers/misc/lis3lv02d/ |
D | lis3lv02d.c | 1121 irq_handler_t thread_fn; in lis3lv02d_init_device() local 1235 thread_fn = lis302dl_interrupt_thread1_8b; in lis3lv02d_init_device() 1237 thread_fn = NULL; in lis3lv02d_init_device() 1240 thread_fn, in lis3lv02d_init_device()
|
/Linux-v4.19/kernel/ |
D | smpboot.c | 164 ht->thread_fn(td->cpu); in smpboot_thread_fn()
|
D | softirq.c | 726 .thread_fn = run_ksoftirqd,
|
D | stop_machine.c | 558 .thread_fn = cpu_stopper_thread,
|
D | cpu.c | 744 .thread_fn = cpuhp_thread_fun,
|
/Linux-v4.19/kernel/rcu/ |
D | tree_plugin.h | 1339 .thread_fn = rcu_cpu_kthread,
|