Home
last modified time | relevance | path

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

/linux/drivers/firewire/
H A Dohci.c330 /* In case of multiple matches in ohci_quirks[], only the first one is used. */
333 } ohci_quirks[] = { variable
383 /* This overrides anything that was found in ohci_quirks[]. */
3739 for (i = 0; i < ARRAY_SIZE(ohci_quirks); i++) in pci_probe()
3740 if ((ohci_quirks[i].vendor == dev->vendor) && in pci_probe()
3741 (ohci_quirks[i].device == (unsigned short)PCI_ANY_ID || in pci_probe()
3742 ohci_quirks[i].device == dev->device) && in pci_probe()
3743 (ohci_quirks[i].revision == (unsigned short)PCI_ANY_ID || in pci_probe()
3744 ohci_quirks[i].revision >= dev->revision)) { in pci_probe()
3745 ohci->quirks = ohci_quirks[ in pci_probe()
[all...]