Go to the documentation of this file.
7 #define ___P(f) if (desc->status_use_accessors & f) printk("%14s set\n", #f)
8 #define ___PS(f) if (desc->istate & f) printk("%14s set\n", #f)
10 #define ___PD(f) do { } while (0)
12 static inline void print_irq_desc(
unsigned int irq,
struct irq_desc *
desc)
14 printk(
"irq %d, desc: %p, depth: %d, count: %d, unhandled: %d\n",
17 print_symbol(
"%s\n", (
unsigned long)desc->
handle_irq);
19 print_symbol(
"%s\n", (
unsigned long)desc->
irq_data.chip);
22 printk(
"->action->handler(): %p, ", desc->
action->handler);
23 print_symbol(
"%s\n", (
unsigned long)desc->
action->handler);
38 ___PD(IRQS_INPROGRESS);