Home
last modified time | relevance | path

Searched refs:irq_desc_is_chained (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/scripts/gdb/linux/
H A Dinterrupts.py17 def irq_desc_is_chained(desc): function
42 if (desc['action'] == 0 or irq_desc_is_chained(desc)) and any_count == 0:
/openbmc/linux/kernel/irq/
H A Dpm.c75 if (!desc->action || irq_desc_is_chained(desc) || in suspend_device_irq()
H A Dinternals.h276 static inline int irq_desc_is_chained(struct irq_desc *desc) in irq_desc_is_chained() function
H A Dproc.c496 if ((!desc->action || irq_desc_is_chained(desc)) && !any_count) in show_interrupts()