Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firewire/
H A Dohci.c330 } ohci_quirks[] = { variable
3677 for (i = 0; i < ARRAY_SIZE(ohci_quirks); i++) in pci_probe()
3678 if ((ohci_quirks[i].vendor == dev->vendor) && in pci_probe()
3679 (ohci_quirks[i].device == (unsigned short)PCI_ANY_ID || in pci_probe()
3680 ohci_quirks[i].device == dev->device) && in pci_probe()
3681 (ohci_quirks[i].revision == (unsigned short)PCI_ANY_ID || in pci_probe()
3682 ohci_quirks[i].revision >= dev->revision)) { in pci_probe()
3683 ohci->quirks = ohci_quirks[i].flags; in pci_probe()