Lines Matching refs:IRQF_ONESHOT
4 /// IRQF_ONESHOT, otherwise the request will fail.
6 /// So pass the IRQF_ONESHOT flag in this case.
25 IRQF_ONESHOT | ...
27 IRQF_ONESHOT
33 IRQF_ONESHOT | ...
35 IRQF_ONESHOT
45 flags = IRQF_ONESHOT | ...
47 flags |= IRQF_ONESHOT | ...
64 +IRQF_ONESHOT
67 +flags | IRQF_ONESHOT
74 +IRQF_ONESHOT
77 +flags | IRQF_ONESHOT
106 msg = "WARNING: Threaded IRQ with no primary handler requested without IRQF_ONESHOT (unless it is n…
112 msg = "WARNING: Threaded IRQ with no primary handler requested without IRQF_ONESHOT (unless it is n…