Searched defs:possible (Results 1 - 2 of 2) sorted by relevance

/drivers/acpi/
H A Dpci_link.c85 u8 possible[ACPI_PCI_LINK_MAX_POSSIBLE]; member in struct:acpi_pci_link_irq
105 * set context (link) possible list from resource list
134 link->irq.possible[i] = p->interrupts[i];
160 link->irq.possible[i] = p->interrupts[i];
189 "Found %d possible IRQs\n",
437 * Note that PCI IRQ routers have a list of possible IRQs,
490 * reflect the possible and active irqs in the penalty table --
499 if (link->irq.possible[i] < ACPI_MAX_ISA_IRQ)
501 possible[i]] +=
530 * search for active IRQ in list of possible IRQ
[all...]
/drivers/scsi/
H A DNCR5380.c35 * forward to 2.3 and per device request queues. Then it'll be possible to
278 * possible) function may be used.
569 * @possible: bitmask of ISA IRQ lines
578 int possible)
587 if ((mask & possible) && (request_irq(i, &probe_intr, IRQF_DISABLED, "NCR-probe", NULL) == 0))
577 NCR5380_probe_irq(struct Scsi_Host *instance, int possible) argument

Completed in 76 milliseconds