Searched refs:PCI_ID_COMPARE (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/libpciaccess/dist/src/
H A Dcommon_iterator.c182 if ( PCI_ID_COMPARE( iter->match.slot.domain, temp->base.domain )
183 && PCI_ID_COMPARE( iter->match.slot.bus, temp->base.bus )
184 && PCI_ID_COMPARE( iter->match.slot.dev, temp->base.dev )
185 && PCI_ID_COMPARE( iter->match.slot.func, temp->base.func ) ) {
200 if ( PCI_ID_COMPARE( iter->match.id.vendor_id, temp->base.vendor_id )
201 && PCI_ID_COMPARE( iter->match.id.device_id, temp->base.device_id )
202 && PCI_ID_COMPARE( iter->match.id.subvendor_id, temp->base.subvendor_id )
203 && PCI_ID_COMPARE( iter->match.id.subdevice_id, temp->base.subdevice_id )
/xsrc/external/mit/libpciaccess/dist/include/
H A Dpciaccess.h189 #define PCI_ID_COMPARE(a, b) \ macro
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86pciBus.c437 if ( PCI_ID_COMPARE( devices[j].vendor_id, pPci->vendor_id )
438 && PCI_ID_COMPARE( devices[j].device_id, pPci->device_id )
511 if ( PCI_ID_COMPARE( devices[j].vendor_id, pPci->vendor_id )
512 && PCI_ID_COMPARE( devices[j].device_id, device_id )
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86pciBus.c452 if (PCI_ID_COMPARE(devices[j].vendor_id, pPci->vendor_id)
453 && PCI_ID_COMPARE(devices[j].device_id, pPci->device_id)
524 if (PCI_ID_COMPARE(devices[j].vendor_id, pPci->vendor_id)
525 && PCI_ID_COMPARE(devices[j].device_id, device_id)
H A Dxf86platformBus.c501 if (PCI_ID_COMPARE(devices[k].vendor_id, pPci->vendor_id)
502 && PCI_ID_COMPARE(devices[k].device_id, device_id)

Completed in 8 milliseconds