Lines Matching refs:pEnt

217     pPriv = xf86GetEntityPrivate(ms->pEnt->index,  in ms_ent_priv()
795 if (ms->pEnt->location.type == BUS_PCI) in FreeRec()
799 if (!(ms->pEnt->location.type == BUS_PLATFORM && in FreeRec()
800 (ms->pEnt->location.id.plat->flags & XF86_PDEV_SERVER_FD))) in FreeRec()
902 EntityInfoPtr pEnt; in ms_get_drm_master_fd() local
909 pEnt = ms->pEnt; in ms_get_drm_master_fd()
926 if (pEnt->location.type == BUS_PLATFORM) { in ms_get_drm_master_fd()
928 if (pEnt->location.id.plat->flags & XF86_PDEV_SERVER_FD) in ms_get_drm_master_fd()
930 xf86_platform_device_odev_attributes(pEnt->location.id.plat)-> in ms_get_drm_master_fd()
936 xf86_platform_device_odev_attributes(pEnt->location.id.plat)-> in ms_get_drm_master_fd()
944 if (pEnt->location.type == BUS_PCI) { in ms_get_drm_master_fd()
948 PciInfo = xf86GetPciInfoForEntity(ms->pEnt->index); in ms_get_drm_master_fd()
960 devicename = xf86FindOptionValue(ms->pEnt->device->options, "kmsdev"); in ms_get_drm_master_fd()
976 EntityInfoPtr pEnt; in PreInit() local
994 pEnt = xf86GetEntityInfo(pScrn->entityList[0]); in PreInit()
998 ms->pEnt = pEnt; in PreInit()
1332 EntityInfoPtr pEnt = ms->pEnt; in msEnableSharedPixmapFlipping() local
1347 if (pEnt->location.type == BUS_PLATFORM) { in msEnableSharedPixmapFlipping()
1349 xf86_platform_device_odev_attributes(pEnt->location.id.plat)-> in msEnableSharedPixmapFlipping()
1654 if (ms->pEnt->location.type == BUS_PLATFORM && in SetMaster()
1655 (ms->pEnt->location.id.plat->flags & XF86_PDEV_SERVER_FD)) in SetMaster()
1964 if (ms->pEnt->location.type == BUS_PLATFORM && in LeaveVT()
1965 (ms->pEnt->location.id.plat->flags & XF86_PDEV_SERVER_FD)) in LeaveVT()