1 /// Make sure threaded IRQs without a primary handler are always request with
7 // Options: --no-includes
22 request_threaded_irq@p(irq, NULL, thread_fn,
30 devm_request_threaded_irq@p(dev, irq, NULL, thread_fn,
47 request_threaded_irq@p(irq, NULL, thread_fn,
57 devm_request_threaded_irq@p(dev, irq, NULL, thread_fn,
71 *request_threaded_irq@p(...)
73 @match depends on report || org@
77 request_threaded_irq@p(irq, NULL, ...)
79 @script:python depends on org@
82 msg = "ERROR: Threaded IRQ with no primary handler requested without IRQF_ONESHOT"
83 coccilib.org.print_todo(p[0],msg)
85 @script:python depends on report@
88 msg = "ERROR: Threaded IRQ with no primary handler requested without IRQF_ONESHOT"
89 coccilib.report.print_report(p[0],msg)