Lines Matching refs:possible
61 u32 possible[ACPI_PCI_LINK_MAX_POSSIBLE];
82 * set context (link) possible list from resource list
111 link->irq.possible[i] = p->interrupts[i];
137 link->irq.possible[i] = p->interrupts[i];
166 "Found %d possible IRQs\n",
415 * Note that PCI IRQ routers have a list of possible IRQs,
473 if (link->irq.possible[i] == irq)
505 * reflect the possible and active irqs in the penalty table --
514 if (link->irq.possible[i] < ACPI_MAX_ISA_IRQS)
516 possible[i]] +=
545 * search for active IRQ in list of possible IRQs.
548 if (link->irq.active == link->irq.possible[i])
552 * forget active IRQ that is not in possible list
562 * if active found, use it; else pick entry from end of possible list.
567 irq = link->irq.possible[link->irq.possible_count - 1];
576 acpi_irq_get_penalty(link->irq.possible[i]))
577 irq = link->irq.possible[i];
748 if (link->irq.active == link->irq.possible[i]) {
749 printk(KERN_CONT " *%d", link->irq.possible[i]);
752 printk(KERN_CONT " %d", link->irq.possible[i]);