HomeSort by: relevance | last modified time | path
    Searched defs:ehci_pci_quirks (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
ehci_pci.c 68 static const struct pci_quirkdata ehci_pci_quirks[] = { variable in typeref:typename:const struct pci_quirkdata[]
516 for (i = 0; i < __arraycount(ehci_pci_quirks); i++) {
517 if (vendor == ehci_pci_quirks[i].vendor &&
518 product == ehci_pci_quirks[i].product)
519 return ehci_pci_quirks[i].quirks;

Completed in 12 milliseconds