Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86pciBus.h47 #define MATCH_PCI_DEVICES(x, y) (((x)->domain == (y)->domain) && \ macro
H A Dxf86platformBus.c127 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()
H A Dxf86Bus.c297 return MATCH_PCI_DEVICES(pEnt->bus.id.pci, primaryBus.id.plat->pdev); in xf86IsEntityPrimary()
H A Dxf86pciBus.c364 if (MATCH_PCI_DEVICES(primaryBus.id.plat->pdev, pPci)) in xf86IsPrimaryPci()
426 if (MATCH_PCI_DEVICES(ud, d)) in xf86CheckPciSlot()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog72798 also add MATCH_PCI_DEVICES macro.