OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pci_quirks
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/pci/
pci_quirks.c
1
/* $NetBSD:
pci_quirks
.c,v 1.12 2018/10/17 01:16:50 jmcneill Exp $ */
38
__KERNEL_RCSID(0, "$NetBSD:
pci_quirks
.c,v 1.12 2018/10/17 01:16:50 jmcneill Exp $");
47
static const struct pci_quirkdata
pci_quirks
[] = {
variable in typeref:typename:const struct pci_quirkdata[]
63
for (i = 0; i < __arraycount(
pci_quirks
); i++)
64
if (vendor ==
pci_quirks
[i].vendor &&
65
product ==
pci_quirks
[i].product)
66
return (&
pci_quirks
[i]);
Completed in 12 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025