Searched refs:IRQT_UNBOUND (Results 1 – 4 of 4) sorted by relevance
407 if (irq_info[irq].ii_type == IRQT_UNBOUND) in alloc_irq()616 ASSERT(irqp->ii_type != IRQT_UNBOUND); in ec_set_irq_affinity()658 if (irqp->ii_type == IRQT_UNBOUND) in ec_set_irq_priority()672 ASSERT(irqp->ii_type != IRQT_UNBOUND); in ec_clear_irq_priority()854 if (irq_info[i].ii_type == IRQT_UNBOUND) in ec_dev_alloc_irq()928 ASSERT(irqp->ii_type != IRQT_UNBOUND); in ec_clear_irq()
161 case IRQT_UNBOUND: in irq_type()317 if (irqp->ii_type == IRQT_UNBOUND) in ec_interrupt_dump()
150 case IRQT_UNBOUND: in irq_type()232 if (irqp->ii_type == IRQT_UNBOUND) in ec_interrupt_dump()
74 #define IRQT_UNBOUND 0 /* unassigned irq */ macro