HomeSort by: relevance | last modified time | path
    Searched refs:subdevice_id (Results 1 - 25 of 46) sorted by relevancy

1 2

  /xsrc/external/mit/libpciaccess/dist/src/
common_device_name.c 317 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 = PCI_MATCH_ANY
    [all...]
common_iterator.c 203 && PCI_ID_COMPARE( iter->match.id.subdevice_id, temp->base.subdevice_id )
  /xsrc/external/mit/xf86-video-nv/dist/src/
nv_const.h 14 #define SUBDEVICE_ID(p) (p)->subdevice_id
21 #define SUBDEVICE_ID(p) (p)->subsysCard
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
atipcirename.h 44 #define PCI_SUB_DEVICE_ID(_pcidev) ((_pcidev)->subdevice_id)
  /xsrc/external/mit/xf86-video-apm/dist/src/
apm_pcirename.h 89 #define PCI_SUB_DEVICE_ID(_pcidev) ((_pcidev)->subdevice_id)
  /xsrc/external/mit/xf86-video-ast/dist/src/
ast_pcirename.h 89 #define PCI_SUB_DEVICE_ID(_pcidev) ((_pcidev)->subdevice_id)
  /xsrc/external/mit/xf86-video-ati/dist/src/
atipcirename.h 89 #define PCI_SUB_DEVICE_ID(_pcidev) ((_pcidev)->subdevice_id)
  /xsrc/external/mit/xf86-video-chips/dist/src/
ct_pcirename.h 89 #define PCI_SUB_DEVICE_ID(_pcidev) ((_pcidev)->subdevice_id)
  /xsrc/external/mit/xf86-video-geode/dist/src/
geode_pcirename.h 89 #define PCI_SUB_DEVICE_ID(_pcidev) ((_pcidev)->subdevice_id)
  /xsrc/external/mit/xf86-video-i128/dist/src/
i128pcirename.h 89 #define PCI_SUB_DEVICE_ID(_pcidev) ((_pcidev)->subdevice_id)
  /xsrc/external/mit/xf86-video-i740/dist/src/
i740_pcirename.h 89 #define PCI_SUB_DEVICE_ID(_pcidev) ((_pcidev)->subdevice_id)
  /xsrc/external/mit/xf86-video-mach64/dist/src/
atipcirename.h 89 #define PCI_SUB_DEVICE_ID(_pcidev) ((_pcidev)->subdevice_id)
  /xsrc/external/mit/xf86-video-mga/dist/src/
mga_macros.h 8 #define SUBSYS_ID(p) (p)->subdevice_id
  /xsrc/external/mit/xf86-video-neomagic/dist/src/
neo_pcirename.h 89 #define PCI_SUB_DEVICE_ID(_pcidev) ((_pcidev)->subdevice_id)
  /xsrc/external/mit/xf86-video-s3/dist/src/
s3_pcirename.h 89 #define PCI_SUB_DEVICE_ID(_pcidev) ((_pcidev)->subdevice_id)
  /xsrc/external/mit/xf86-video-s3virge/dist/src/
s3v_pcirename.h 89 #define PCI_SUB_DEVICE_ID(_pcidev) ((_pcidev)->subdevice_id)
  /xsrc/external/mit/xf86-video-siliconmotion/dist/src/
smi_pcirename.h 89 #define PCI_SUB_DEVICE_ID(_pcidev) ((_pcidev)->subdevice_id)
  /xsrc/external/mit/xf86-video-tga/dist/src/
tga_pcirename.h 89 #define PCI_SUB_DEVICE_ID(_pcidev) ((_pcidev)->subdevice_id)
  /xsrc/external/mit/xf86-video-trident/dist/src/
pci_rename.h 89 #define PCI_SUB_DEVICE_ID(_pcidev) ((_pcidev)->subdevice_id)
  /xsrc/external/mit/xf86-video-tseng/dist/src/
tseng_pcirename.h 89 #define PCI_SUB_DEVICE_ID(_pcidev) ((_pcidev)->subdevice_id)
  /xsrc/external/mit/libpciaccess/dist/include/
pciaccess.h 206 uint32_t subdevice_id; member in struct:pci_id_match
348 uint16_t subdevice_id; member in struct:pci_device
  /xsrc/external/mit/xf86-video-cirrus/dist/src/
cir_pcirename.h 116 #define PCI_SUB_DEVICE_ID(_pcidev) ((_pcidev)->subdevice_id)
  /xsrc/external/mit/xf86-video-glint/dist/src/
glintpcirename.h 92 #define PCI_SUB_DEVICE_ID(_pcidev) ((_pcidev)->subdevice_id)
  /xsrc/external/mit/xf86-video-r128/dist/src/
atipcirename.h 117 #define PCI_SUB_DEVICE_ID(_pcidev) ((_pcidev)->subdevice_id)
  /xsrc/external/mit/xf86-video-sis/dist/src/
sispcirename.h 118 #define PCI_SUB_DEVICE_ID(_pcidev) ((_pcidev)->subdevice_id)

Completed in 23 milliseconds

1 2