Searched refs:intel_device_match (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/
H A Dintel_module.c340 static const struct pci_id_match intel_device_match[] = { variable in typeref:typename:const struct pci_id_match[]
430 for (i = 0; intel_device_match[i].device_id != 0; i++) {
431 if (devid == intel_device_match[i].device_id) {
432 const struct intel_device_info *info = (void *)intel_device_match[i].match_data;
612 for (i = 0; intel_device_match[i].device_id != 0; i++) {
613 if (devid == intel_device_match[i].device_id) {
614 match_data = (intptr_t)&intel_device_match[i];
795 intel_device_match,
/xsrc/external/mit/xf86-video-intel-2014/dist/src/
H A Dintel_module.c271 static const struct pci_id_match intel_device_match[] = { variable in typeref:typename:const struct pci_id_match[]
363 for (i = 0; intel_device_match[i].device_id != 0; i++) {
364 if (devid == intel_device_match[i].device_id) {
365 const struct intel_device_info *info = (void *)intel_device_match[i].match_data;
543 for (i = 0; intel_device_match[i].device_id != 0; i++) {
544 if (devid == intel_device_match[i].device_id) {
545 match_data = (intptr_t)&intel_device_match[i];
696 intel_device_match,
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di810_driver.c107 static const struct pci_id_match intel_device_match[] = { variable in typeref:typename:const struct pci_id_match[]
155 intel_device_match,

Completed in 5 milliseconds