Searched refs:ohci_quirks (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/firewire/
H A Dohci.c327 /* In case of multiple matches in ohci_quirks[], only the first one is used. */
330 } ohci_quirks[] = { variable in typeref:struct:__anon12
380 /* This overrides anything that was found in ohci_quirks[]. */
3673 for (i = 0; i < ARRAY_SIZE(ohci_quirks); i++)
3674 if ((ohci_quirks[i].vendor == dev->vendor) &&
3675 (ohci_quirks[i].device == (unsigned short)PCI_ANY_ID ||
3676 ohci_quirks[i].device == dev->device) &&
3677 (ohci_quirks[i].revision == (unsigned short)PCI_ANY_ID ||
3678 ohci_quirks[i].revision >= dev->revision)) {
3679 ohci->quirks = ohci_quirks[
[all...]

Completed in 92 milliseconds