Home
last modified time | relevance | path

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

/src/sys/x86/pci/
H A Dpci_early_quirks.c228 static const struct pci_device_id intel_ids[] = { variable
303 for (i = 0; i < nitems(intel_ids); i++) { in intel_graphics_stolen()
304 if (intel_ids[i].device != device) in intel_graphics_stolen()
306 ops = intel_ids[i].data; in intel_graphics_stolen()