Lines Matching refs:possible
61 u32 possible[ACPI_PCI_LINK_MAX_POSSIBLE];
82 * set context (link) possible list from resource list
112 link->irq.possible[i] = p->interrupts[i];
138 link->irq.possible[i] = p->interrupts[i];
167 acpi_handle_debug(handle, "Found %d possible IRQs\n",
411 * Note that PCI IRQ routers have a list of possible IRQs,
469 if (link->irq.possible[i] == irq)
501 * reflect the possible and active irqs in the penalty table --
510 if (link->irq.possible[i] < ACPI_MAX_ISA_IRQS)
512 possible[i]] +=
542 * search for active IRQ in list of possible IRQs.
545 if (link->irq.active == link->irq.possible[i])
549 * forget active IRQ that is not in possible list
559 * if active found, use it; else pick entry from end of possible list.
564 irq = link->irq.possible[link->irq.possible_count - 1];
573 acpi_irq_get_penalty(link->irq.possible[i]))
574 irq = link->irq.possible[i];
733 if (link->irq.active != link->irq.possible[i])
735 link->irq.possible[i]);