Lines Matching full:chained
314 - CHAINED CASCADED GPIO IRQCHIPS: these are usually the type that is embedded on
327 Chained GPIO irqchips typically can NOT set the .can_sleep flag on
331 Realtime considerations: Note that chained IRQ handlers will not be forced
333 runtime) can't be used in a chained IRQ handler.
336 see below) a chained IRQ handler can be converted to generic irq handler and
352 - GENERIC CHAINED GPIO IRQCHIPS: these are the same as "CHAINED GPIO irqchips",
353 but chained IRQ handlers are not used. Instead GPIO IRQs dispatching is
364 with IRQ enabled and the same work-around as for "CHAINED GPIO irqchips" can
499 - DEPRECATED: gpiochip_irqchip_add(): adds a chained cascaded irqchip to a
508 Apart from that it works exactly like the chained irqchip.
610 - Chained GPIO irqchips: ensure spinlock_t or any sleepable APIs are not used
611 from the chained IRQ handler
612 - Generic chained GPIO irqchips: take care about generic_handle_irq() calls and
614 - Chained GPIO irqchips: get rid of the chained IRQ handler and use generic irq