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

1 2

  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon_probe.c 165 pPriv = xf86GetEntityPrivate(pEnt->index,
261 pPriv = xf86GetEntityPrivate(pEnt->index,
radeon_kms.c 180 pPriv = xf86GetEntityPrivate(info->pEnt->index,
206 pPriv = xf86GetEntityPrivate(pEnt->index, gRADEONEntityIndex);
233 pPriv = xf86GetEntityPrivate(pScrn->entityList[0],
1777 pRADEONEnt = xf86GetEntityPrivate(pScrn->entityList[0],
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/dri/
dristruct.h 72 ((DRIEntPrivPtr)(xf86GetEntityPrivate((pScrn)->entityList[0], \
dri.c 266 xf86GetEntityPrivate((pScrn)->entityList[0], DRIEntPrivIndex)->ptr =
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/
dristruct.h 75 ((DRIEntPrivPtr)(xf86GetEntityPrivate((pScrn)->entityList[0], \
  /xsrc/external/mit/xf86-video-intel/dist/src/
intel_device.c 191 dev = xf86GetEntityPrivate(idx, intel_device_key)->ptr;
203 return xf86GetEntityPrivate(scrn->entityList[0], intel_device_key)->ptr;
583 dev = xf86GetEntityPrivate(entity_num, intel_device_key)->ptr;
634 xf86GetEntityPrivate(entity_num, intel_device_key)->ptr = dev;
653 dev = xf86GetEntityPrivate(entity_num, intel_device_key)->ptr;
654 xf86GetEntityPrivate(entity_num, intel_device_key)->ptr = NULL;
833 xf86GetEntityPrivate(dev->idx, intel_device_key)->ptr = NULL;
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/
intel_device.c 185 dev = xf86GetEntityPrivate(idx, intel_device_key)->ptr;
197 return xf86GetEntityPrivate(scrn->entityList[0], intel_device_key)->ptr;
548 dev = xf86GetEntityPrivate(entity_num, intel_device_key)->ptr;
599 xf86GetEntityPrivate(entity_num, intel_device_key)->ptr = dev;
771 xf86GetEntityPrivate(dev->idx, intel_device_key)->ptr = NULL;
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_probe.c 212 pPriv = xf86GetEntityPrivate(pEnt->index,
radeon_kms.c 631 pPriv = xf86GetEntityPrivate(pScrn->entityList[0],
  /xsrc/external/mit/xf86-video-r128/dist/src/
r128_probe.c 268 pPriv = xf86GetEntityPrivate(pScrn->entityList[0], gR128EntityIndex);
  /xsrc/external/mit/xf86-video-amdgpu/dist/src/
amdgpu_probe.c 296 pPriv = xf86GetEntityPrivate(pEnt->index, gAMDGPUEntityIndex);
amdgpu_kms.c 238 pPriv = xf86GetEntityPrivate(info->pEnt->index, getAMDGPUEntityIndex());
264 pPriv = xf86GetEntityPrivate(pEnt->index, gAMDGPUEntityIndex);
278 pPriv = xf86GetEntityPrivate(pScrn->entityList[0],
1567 pAMDGPUEnt = xf86GetEntityPrivate(pScrn->entityList[0],
  /xsrc/external/mit/xf86-video-chips/dist/src/
ct_driver.c 833 pPriv = xf86GetEntityPrivate(pScrn->entityList[0], CHIPSEntityIndex);
1133 cPtrEnt = xf86GetEntityPrivate(pScrn->entityList[0],
1662 cPtrEnt = xf86GetEntityPrivate(pScrn->entityList[0],
3617 cPtrEnt = xf86GetEntityPrivate(pScrn->entityList[0],
3652 cPtrEnt = xf86GetEntityPrivate(pScrn->entityList[0],
3682 cPtrEnt = xf86GetEntityPrivate(pScrn->entityList[0],
3738 cPtrEnt = xf86GetEntityPrivate(pScrn->entityList[0],
3834 cPtrEnt = xf86GetEntityPrivate(pScrn->entityList[0],
4326 cPtrEnt = xf86GetEntityPrivate(pScrn->entityList[0],
4379 cPtrEnt = xf86GetEntityPrivate(pScrn->entityList[0]
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86.h 168 extern _X_EXPORT DevUnion *xf86GetEntityPrivate(int entityIndex, int privIndex);
xf86Bus.c 665 xf86GetEntityPrivate(int entityIndex, int privIndex)
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86Bus.c 629 xf86GetEntityPrivate(int entityIndex, int privIndex)
xf86.h 150 extern _X_EXPORT DevUnion *xf86GetEntityPrivate(int entityIndex, int privIndex);
  /xsrc/external/mit/xf86-video-openchrome/dist/src/
via_driver.c 573 pPriv = xf86GetEntityPrivate(pScrn->entityList[0],
967 pPriv = xf86GetEntityPrivate(pScrn->entityList[0], gVIAEntityIndex);
984 pPriv = xf86GetEntityPrivate(pScrn->entityList[0], gVIAEntityIndex);
via_ums.c 885 pPriv = xf86GetEntityPrivate(pScrn->entityList[0], gVIAEntityIndex);
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
nv_driver.c 270 pPriv = xf86GetEntityPrivate(entity_num,
754 pPriv = xf86GetEntityPrivate(pNv->pEnt->index,
  /xsrc/external/mit/xf86-video-mga/dist/src/
mga_driver.c 768 pPriv = xf86GetEntityPrivate(pScrn->entityList[0], MGAEntityIndex);
988 pPriv = xf86GetEntityPrivate(pScrn->entityList[0], MGAEntityIndex);
1498 pMgaEnt = xf86GetEntityPrivate(pScrn->entityList[0],
3232 pPriv = xf86GetEntityPrivate(pScrn->entityList[0], MGAEntityIndex);
3798 pPriv = xf86GetEntityPrivate(pScrn->entityList[0], MGAEntityIndex);
  /xsrc/external/mit/xf86-video-savage/dist/src/
savage_xaa.c 198 pPriv = xf86GetEntityPrivate(pScrn->entityList[0],
savage_driver.c 395 pPriv = xf86GetEntityPrivate(psav->pEnt->index,
727 pPriv = xf86GetEntityPrivate(pEnt->index, gSavageEntityIndex);
835 pPriv = xf86GetEntityPrivate(pEnt->index,
4166 pPriv = xf86GetEntityPrivate(pScrn->entityList[0],
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
driver.c 207 pPriv = xf86GetEntityPrivate(ms->pEnt->index,
388 pPriv = xf86GetEntityPrivate(entity_num,
  /xsrc/external/mit/xf86-video-glint/dist/src/
glint_driver.c 683 pPriv = xf86GetEntityPrivate(pScrn->entityList[0],
879 pGlintEnt = xf86GetEntityPrivate(pScrn->entityList[0],

Completed in 55 milliseconds

1 2