Lines Matching refs:device_id
160 info->vendor_id, info->device_id, in xf86PciProbe()
435 (((m).vendor_id == 0) && ((m).device_id == 0) && ((m).subvendor_id == 0))
453 && PCI_ID_COMPARE(devices[j].device_id, pPci->device_id) in xf86PciAddMatchingDev()
493 unsigned device_id; in xf86PciProbeDev() local
517 device_id = (devList[i]->chipID > 0) in xf86PciProbeDev()
518 ? devList[i]->chipID : pPci->device_id; in xf86PciProbeDev()
525 && PCI_ID_COMPARE(devices[j].device_id, device_id) in xf86PciProbeDev()
544 entry = xf86ClaimPciSlot(pPci, drvp, device_id, in xf86PciProbeDev()
714 const unsigned device_id = (id->PCIid & 0x0000FFFF); in xf86MatchPciInstances() local
731 if ((device_id == pPci->device_id) in xf86MatchPciInstances()
1078 if (dev->device_id == 0x2081) in xf86VideoPtrToDriverList()
1083 if (dev->device_id == 0x0030) { in xf86VideoPtrToDriverList()
1096 if (dev->device_id == 0x0104) in xf86VideoPtrToDriverList()
1124 switch (dev->device_id) in xf86VideoPtrToDriverList()
1209 switch (dev->device_id) { in xf86VideoPtrToDriverList()
1241 if (dev->device_id < 0x0003) in xf86VideoPtrToDriverList()
1262 if (dev->device_id == 0x47) in xf86VideoPtrToDriverList()
1420 xf86MatchDriverFromFiles(info->vendor_id, info->device_id, md);
1458 GDev->chipID = pVideo->device_id;
1462 *chipset = (pVideo->vendor_id << 16) | pVideo->device_id;