OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Oct 22 13:09:56 GMT 2025