Lines Matching refs:ohci_quirks
327 /* In case of multiple matches in ohci_quirks[], only the first one is used. */
330 } ohci_quirks[] = {
380 /* This overrides anything that was found in ohci_quirks[]. */
3654 for (i = 0; i < ARRAY_SIZE(ohci_quirks); i++)
3655 if ((ohci_quirks[i].vendor == dev->vendor) &&
3656 (ohci_quirks[i].device == (unsigned short)PCI_ANY_ID ||
3657 ohci_quirks[i].device == dev->device) &&
3658 (ohci_quirks[i].revision == (unsigned short)PCI_ANY_ID ||
3659 ohci_quirks[i].revision >= dev->revision)) {
3660 ohci->quirks = ohci_quirks[i].flags;