Lines Matching refs:IRQF_NO_SUSPEND
34 The IRQF_NO_SUSPEND Flag
43 The IRQF_NO_SUSPEND flag is used to indicate that to the IRQ subsystem when
50 Note that the IRQF_NO_SUSPEND flag affects the entire IRQ and not just one
53 IRQF_NO_SUSPEND flag was not passed to request_irq() (or equivalent) by some of
54 the IRQ's users. For this reason, using IRQF_NO_SUSPEND and IRQF_SHARED at the
91 not executed for system wakeup IRQs. They are only executed for IRQF_NO_SUSPEND
103 Of course, this means that all of the interrupts with the IRQF_NO_SUSPEND flag
114 IRQF_NO_SUSPEND and enable_irq_wake()
118 IRQF_NO_SUSPEND flag on the same IRQ, and it is never valid to use both for the
121 First of all, if the IRQ is not shared, the rules for handling IRQF_NO_SUSPEND
126 Second, both enable_irq_wake() and IRQF_NO_SUSPEND apply to entire IRQs and not
128 interrupt source and an IRQF_NO_SUSPEND interrupt source does not generally
132 IRQF_NO_SUSPEND user. In order for this to be safe, the wakeup device driver