Lines Matching full:chained
313 - CHAINED CASCADED GPIO IRQCHIPS: these are usually the type that is embedded on
326 Chained GPIO irqchips typically can NOT set the .can_sleep flag on
330 Realtime considerations: Note that chained IRQ handlers will not be forced
332 runtime) can't be used in a chained IRQ handler.
335 see below) a chained IRQ handler can be converted to generic irq handler and
351 - GENERIC CHAINED GPIO IRQCHIPS: these are the same as "CHAINED GPIO irqchips",
352 but chained IRQ handlers are not used. Instead GPIO IRQs dispatching is
363 with IRQ enabled and the same work-around as for "CHAINED GPIO irqchips" can
418 is a typical example of a chained cascaded interrupt handler using
742 - Chained GPIO irqchips: ensure spinlock_t or any sleepable APIs are not used
743 from the chained IRQ handler
744 - Generic chained GPIO irqchips: take care about generic_handle_irq() calls and
746 - Chained GPIO irqchips: get rid of the chained IRQ handler and use generic irq