Lines Matching refs:IRQF_NO_SUSPEND
32 The IRQF_NO_SUSPEND Flag
41 The IRQF_NO_SUSPEND flag is used to indicate that to the IRQ subsystem when
48 Note that the IRQF_NO_SUSPEND flag affects the entire IRQ and not just one
51 IRQF_NO_SUSPEND flag was not passed to request_irq() (or equivalent) by some of
52 the IRQ's users. For this reason, using IRQF_NO_SUSPEND and IRQF_SHARED at the
89 not executed for system wakeup IRQs. They are only executed for IRQF_NO_SUSPEND
101 Of course, this means that all of the interrupts with the IRQF_NO_SUSPEND flag
112 IRQF_NO_SUSPEND and enable_irq_wake()
116 IRQF_NO_SUSPEND flag on the same IRQ, and it is never valid to use both for the
119 First of all, if the IRQ is not shared, the rules for handling IRQF_NO_SUSPEND
124 Second, both enable_irq_wake() and IRQF_NO_SUSPEND apply to entire IRQs and not
126 interrupt source and an IRQF_NO_SUSPEND interrupt source does not generally
130 IRQF_NO_SUSPEND user. In order for this to be safe, the wakeup device driver