Searched refs:MATCH_PCI_DEVICES (Results 1 – 5 of 5) sorted by relevance
47 #define MATCH_PCI_DEVICES(x, y) (((x)->domain == (y)->domain) && \ macro
127 if (MATCH_PCI_DEVICES(primaryBus.id.pci, plat->pdev)) in xf86IsPrimaryPlatform()163 MATCH_PCI_DEVICES(pd->pdev, u->bus.id.pci)) { in xf86_check_platform_slot()367 if (MATCH_PCI_DEVICES(xf86_platform_devices[i].pdev, in xf86MergeOutputClassOptions()
297 return MATCH_PCI_DEVICES(pEnt->bus.id.pci, primaryBus.id.plat->pdev); in xf86IsEntityPrimary()
364 if (MATCH_PCI_DEVICES(primaryBus.id.plat->pdev, pPci)) in xf86IsPrimaryPci()426 if (MATCH_PCI_DEVICES(ud, d)) in xf86CheckPciSlot()
72798 also add MATCH_PCI_DEVICES macro.