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

/linux-4.1.27/drivers/firewire/
H A Dohci.c295 /* In case of multiple matches in ohci_quirks[], only the first one is used. */
298 } ohci_quirks[] = { variable in typeref:struct:__anon3907
348 /* This overrides anything that was found in ohci_quirks[]. */
3619 for (i = 0; i < ARRAY_SIZE(ohci_quirks); i++) pci_probe()
3620 if ((ohci_quirks[i].vendor == dev->vendor) && pci_probe()
3621 (ohci_quirks[i].device == (unsigned short)PCI_ANY_ID || pci_probe()
3622 ohci_quirks[i].device == dev->device) && pci_probe()
3623 (ohci_quirks[i].revision == (unsigned short)PCI_ANY_ID || pci_probe()
3624 ohci_quirks[i].revision >= dev->revision)) { pci_probe()
3625 ohci->quirks = ohci_quirks[i].flags; pci_probe()

Completed in 65 milliseconds