Searched refs:IORESOURCE_IRQ_OPTIONAL (Results 1 – 5 of 5) sorted by relevance
196 irq->flags |= IORESOURCE_IRQ_OPTIONAL; in quirk_add_irq_optional_dependent_sets()225 irq->flags |= IORESOURCE_IRQ_OPTIONAL; in quirk_ad1815_mpu_resources()
156 if (irq->flags & IORESOURCE_IRQ_OPTIONAL) in dbg_pnp_show_option()
174 if (rule->flags & IORESOURCE_IRQ_OPTIONAL) { in pnp_assign_irq()
96 if (irq->flags & IORESOURCE_IRQ_OPTIONAL) in pnp_print_irq()
82 #define IORESOURCE_IRQ_OPTIONAL (1<<5) macro