Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/pci/
H A Dpci_early_quirks.c204 static const struct pci_device_id intel_ids[] = { variable
268 for (i = 0; i < nitems(intel_ids); i++) { in intel_graphics_stolen()
269 if (intel_ids[i].device != device) in intel_graphics_stolen()
271 ops = intel_ids[i].data; in intel_graphics_stolen()