Searched refs:subdevice_id (Results 1 - 25 of 47) sorted by relevance

12

/xsrc/external/mit/libpciaccess/dist/src/
H A Dcommon_device_name.c317 dev->id.subdevice_id = PCI_MATCH_ANY;
330 dev->id.subdevice_id = (unsigned) strtoul( & buf[ num_tabs + 5 ],
377 && DO_MATCH( m->subdevice_id, d->id.subdevice_id ) ) {
433 temp.subdevice_id = PCI_MATCH_ANY;
465 m.subdevice_id = PCI_MATCH_ANY;
483 if ( (dev->subvendor_id == 0) || (dev->subdevice_id == 0) ) {
490 m.subdevice_id = dev->subdevice_id;
511 m.subdevice_id
[all...]
H A Dcommon_iterator.c203 && PCI_ID_COMPARE( iter->match.id.subdevice_id, temp->base.subdevice_id )
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dnv_const.h14 #define SUBDEVICE_ID(p) (p)->subdevice_id
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Datipcirename.h44 #define PCI_SUB_DEVICE_ID(_pcidev) ((_pcidev)->subdevice_id)
/xsrc/external/mit/xf86-video-s3/dist/src/
H A Ds3_pcirename.h89 #define PCI_SUB_DEVICE_ID(_pcidev) ((_pcidev)->subdevice_id)
/xsrc/external/mit/xf86-video-s3virge/dist/src/
H A Ds3v_pcirename.h89 #define PCI_SUB_DEVICE_ID(_pcidev) ((_pcidev)->subdevice_id)
/xsrc/external/mit/xf86-video-siliconmotion/dist/src/
H A Dsmi_pcirename.h89 #define PCI_SUB_DEVICE_ID(_pcidev) ((_pcidev)->subdevice_id)
/xsrc/external/mit/xf86-video-tga/dist/src/
H A Dtga_pcirename.h89 #define PCI_SUB_DEVICE_ID(_pcidev) ((_pcidev)->subdevice_id)
/xsrc/external/mit/xf86-video-trident/dist/src/
H A Dpci_rename.h89 #define PCI_SUB_DEVICE_ID(_pcidev) ((_pcidev)->subdevice_id)
/xsrc/external/mit/xf86-video-tseng/dist/src/
H A Dtseng_pcirename.h89 #define PCI_SUB_DEVICE_ID(_pcidev) ((_pcidev)->subdevice_id)
/xsrc/external/mit/xf86-video-i128/dist/src/
H A Di128pcirename.h89 #define PCI_SUB_DEVICE_ID(_pcidev) ((_pcidev)->subdevice_id)
/xsrc/external/mit/xf86-video-i740/dist/src/
H A Di740_pcirename.h89 #define PCI_SUB_DEVICE_ID(_pcidev) ((_pcidev)->subdevice_id)
/xsrc/external/mit/xf86-video-apm/dist/src/
H A Dapm_pcirename.h89 #define PCI_SUB_DEVICE_ID(_pcidev) ((_pcidev)->subdevice_id)
/xsrc/external/mit/xf86-video-ast/dist/src/
H A Dast_pcirename.h89 #define PCI_SUB_DEVICE_ID(_pcidev) ((_pcidev)->subdevice_id)
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Datipcirename.h89 #define PCI_SUB_DEVICE_ID(_pcidev) ((_pcidev)->subdevice_id)
/xsrc/external/mit/xf86-video-chips/dist/src/
H A Dct_pcirename.h89 #define PCI_SUB_DEVICE_ID(_pcidev) ((_pcidev)->subdevice_id)
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgeode_pcirename.h89 #define PCI_SUB_DEVICE_ID(_pcidev) ((_pcidev)->subdevice_id)
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datipcirename.h89 #define PCI_SUB_DEVICE_ID(_pcidev) ((_pcidev)->subdevice_id)
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_macros.h8 #define SUBSYS_ID(p) (p)->subdevice_id
/xsrc/external/mit/xf86-video-neomagic/dist/src/
H A Dneo_pcirename.h89 #define PCI_SUB_DEVICE_ID(_pcidev) ((_pcidev)->subdevice_id)
/xsrc/external/mit/libpciaccess/dist/include/
H A Dpciaccess.h206 uint32_t subdevice_id; member in struct:pci_id_match
348 uint16_t subdevice_id; member in struct:pci_device
/xsrc/external/mit/libdrm/dist/tests/
H A Ddrmdevice.c58 printf(" +-> subdevice_id %04x\n", device->deviceinfo.pci->subdevice_id);
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsispcirename.h118 #define PCI_SUB_DEVICE_ID(_pcidev) ((_pcidev)->subdevice_id)
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dglintpcirename.h92 #define PCI_SUB_DEVICE_ID(_pcidev) ((_pcidev)->subdevice_id)
/xsrc/external/mit/xf86-video-r128/dist/src/
H A Datipcirename.h117 #define PCI_SUB_DEVICE_ID(_pcidev) ((_pcidev)->subdevice_id)

Completed in 54 milliseconds

12