Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/firewire/
H A Dohci.c327 /* In case of multiple matches in ohci_quirks[], only the first one is used. */
330 } ohci_quirks[] = { variable
380 /* This overrides anything that was found in ohci_quirks[]. */
3654 for (i = 0; i < ARRAY_SIZE(ohci_quirks); i++) in pci_probe()
3655 if ((ohci_quirks[i].vendor == dev->vendor) && in pci_probe()
3656 (ohci_quirks[i].device == (unsigned short)PCI_ANY_ID || in pci_probe()
3657 ohci_quirks[i].device == dev->device) && in pci_probe()
3658 (ohci_quirks[i].revision == (unsigned short)PCI_ANY_ID || in pci_probe()
3659 ohci_quirks[i].revision >= dev->revision)) { in pci_probe()
3660 ohci->quirks = ohci_quirks[ in pci_probe()
[all...]
/kernel/linux/linux-6.6/drivers/firewire/
H A Dohci.c327 /* In case of multiple matches in ohci_quirks[], only the first one is used. */
330 } ohci_quirks[] = { variable
380 /* This overrides anything that was found in ohci_quirks[]. */
3669 for (i = 0; i < ARRAY_SIZE(ohci_quirks); i++) in pci_probe()
3670 if ((ohci_quirks[i].vendor == dev->vendor) && in pci_probe()
3671 (ohci_quirks[i].device == (unsigned short)PCI_ANY_ID || in pci_probe()
3672 ohci_quirks[i].device == dev->device) && in pci_probe()
3673 (ohci_quirks[i].revision == (unsigned short)PCI_ANY_ID || in pci_probe()
3674 ohci_quirks[i].revision >= dev->revision)) { in pci_probe()
3675 ohci->quirks = ohci_quirks[ in pci_probe()
[all...]

Completed in 10 milliseconds