Searched refs:pEnt (Results 1 - 25 of 141) sorted by relevance

123456

/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Bus.c312 EntityPtr pEnt = xf86Entities[entityIndex]; local in function:xf86IsEntityPrimary
315 if (primaryBus.type == BUS_PLATFORM && pEnt->bus.type == BUS_PCI)
317 return MATCH_PCI_DEVICES(pEnt->bus.id.pci, primaryBus.id.plat->pdev);
320 if (primaryBus.type != pEnt->bus.type)
323 switch (pEnt->bus.type) {
325 return pEnt->bus.id.pci == primaryBus.id.pci;
327 return pEnt->bus.id.sbus.fbNum == primaryBus.id.sbus.fbNum;
329 return pEnt->bus.id.plat == primaryBus.id.plat;
454 EntityPtr pEnt; local in function:xf86AddDevToEntity
459 pEnt
471 EntityPtr pEnt; local in function:xf86RemoveDevFromEntity
495 EntityInfoPtr pEnt; local in function:xf86GetEntityInfo
649 EntityPtr pEnt; local in function:xf86AllocateEntityPrivateIndex
[all...]
H A Dxf86pciBus.c551 EntityPtr pEnt = xf86Entities[k]; local in function:xf86PciProbeDev
553 if (pEnt->bus.type != BUS_PCI)
555 if (pEnt->bus.id.pci == pPci) {
990 EntityPtr pEnt = xf86Entities[j]; local in function:xf86MatchPciInstances
992 if (pEnt->bus.type != BUS_PCI)
994 if (pEnt->bus.id.pci == pPci) {
1018 xf86ConfigPciEntityInactive(EntityInfoPtr pEnt, PciChipsets * p_chip, argument
1024 if ((pScrn = xf86FindScreenForEntity(pEnt->index)))
1025 xf86RemoveEntityFromScreen(pScrn, pEnt->index);
1033 EntityInfoPtr pEnt local in function:xf86ConfigPciEntity
[all...]
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_probe.c126 EntityInfoPtr pEnt; local in function:radeon_get_scrninfo
152 pEnt = xf86GetEntityInfo(entity_num);
165 pPriv = xf86GetEntityPrivate(pEnt->index,
168 xf86SetEntityInstanceForScreen(pScrn, pEnt->index, xf86GetNumEntityInstances(pEnt->index) - 1);
174 free(pEnt);
218 EntityInfoPtr pEnt; local in function:radeon_platform_probe
247 pEnt = xf86GetEntityInfo(entity_num);
261 pPriv = xf86GetEntityPrivate(pEnt->index,
264 xf86SetEntityInstanceForScreen(pScrn, pEnt
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Bus.c254 EntityPtr pEnt = xf86Entities[entityIndex]; local in function:xf86IsEntityPrimary
256 if (primaryBus.type != pEnt->bus.type) return FALSE;
258 switch (pEnt->bus.type) {
260 return pEnt->bus.id.pci == primaryBus.id.pci;
262 return pEnt->bus.id.sbus.fbNum == primaryBus.id.sbus.fbNum;
398 EntityPtr pEnt; local in function:xf86AddDevToEntity
403 pEnt = xf86Entities[entityIndex];
404 pEnt->numInstances++;
405 pEnt->devices = xnfrealloc(pEnt
419 EntityInfoPtr pEnt; local in function:xf86GetEntityInfo
613 EntityPtr pEnt; local in function:xf86AllocateEntityPrivateIndex
[all...]
H A Dxf86pciBus.c538 EntityPtr pEnt = xf86Entities[k]; local in function:xf86PciProbeDev
539 if (pEnt->bus.type != BUS_PCI)
541 if (pEnt->bus.id.pci == pPci) {
973 EntityPtr pEnt = xf86Entities[j]; local in function:xf86MatchPciInstances
974 if (pEnt->bus.type != BUS_PCI)
976 if (pEnt->bus.id.pci == pPci) {
1000 xf86ConfigPciEntityInactive(EntityInfoPtr pEnt, PciChipsets *p_chip, argument
1006 if ((pScrn = xf86FindScreenForEntity(pEnt->index)))
1007 xf86RemoveEntityFromScreen(pScrn,pEnt->index);
1010 xf86SetEntityFuncs(pEnt
1018 EntityInfoPtr pEnt = xf86GetEntityInfo(entityIndex); local in function:xf86ConfigPciEntity
1058 EntityInfoPtr pEnt = xf86GetEntityInfo(entityIndex); local in function:xf86ConfigActivePciEntity
[all...]
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_probe.c146 EntityInfoPtr pEnt; local in function:radeon_get_scrninfo
198 pEnt = xf86GetEntityInfo(entity_num);
212 pPriv = xf86GetEntityPrivate(pEnt->index,
215 xf86SetEntityInstanceForScreen(pScrn, pEnt->index, xf86GetNumEntityInstances(pEnt->index) - 1);
227 free(pEnt);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/int10/
H A Dhelper_mem.c197 EntityInfoPtr pEnt = xf86GetEntityInfo(entityIndex); local in function:xf86HandleInt10Options
200 if (pEnt->device) {
204 if (((pEnt->index < 0) ||
207 pEnt->device)
208 configOptions = pEnt->device->options;
218 free(pEnt);
277 EntityInfoPtr pEnt = xf86GetEntityInfo(pInt->entityIndex); local in function:xf86int10GetBiosLocationType
278 location_type = pEnt->location.type;
279 free(pEnt);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/
H A Dhelper_mem.c198 EntityInfoPtr pEnt = xf86GetEntityInfo(entityIndex); local in function:xf86HandleInt10Options
201 if (pEnt->device) {
205 if (((pEnt->index < 0) ||
206 !pScrn || !(configOptions = pScrn->options)) && pEnt->device)
207 configOptions = pEnt->device->options;
217 free(pEnt);
274 EntityInfoPtr pEnt = xf86GetEntityInfo(pInt->entityIndex); local in function:xf86int10GetBiosLocationType
276 location_type = pEnt->location.type;
277 free(pEnt);
/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_probe.c236 EntityInfoPtr pEnt; local in function:r128_get_scrninfo
263 pEnt = xf86GetEntityInfo(entity_num);
280 if (pEnt->chipset == PCI_CHIP_RAGE128LE ||
281 pEnt->chipset == PCI_CHIP_RAGE128LF ||
282 pEnt->chipset == PCI_CHIP_RAGE128MF ||
283 pEnt->chipset == PCI_CHIP_RAGE128ML)
296 free(pEnt);
/xsrc/external/mit/xf86-video-wsfb/dist/src/
H A Dwsfb.h83 EntityInfoPtr pEnt; member in struct:__anonbf9921960108
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_probe.c266 EntityInfoPtr pEnt = NULL; local in function:amdgpu_probe
286 pEnt = xf86GetEntityInfo(entity_num);
296 pPriv = xf86GetEntityPrivate(pEnt->index, gAMDGPUEntityIndex);
322 xf86SetEntityInstanceForScreen(pScrn, pEnt->index,
323 xf86GetNumEntityInstances(pEnt->
326 free(pEnt);
331 free(pEnt);
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Driva_driver.c346 EntityInfoPtr pEnt = xf86GetEntityInfo(pScrn->entityList[0]); local in function:RivaPreInit
348 if (!pEnt)
351 i = pEnt->index;
352 free(pEnt);
382 pRiva->pEnt = xf86GetEntityInfo(pScrn->entityList[0]);
383 if (pRiva->pEnt->location.type != BUS_PCI)
387 pRiva->PciInfo = xf86GetPciInfoForEntity(pRiva->pEnt->index);
399 pRiva->pInt = xf86InitInt10(pRiva->pEnt->index);
404 xf86SetOperatingState(resVgaIo, pRiva->pEnt->index, ResUnusedOpr);
405 xf86SetOperatingState(resVgaMem, pRiva->pEnt
[all...]
/xsrc/external/mit/xf86-video-sunleo/dist/src/
H A Dleo_driver.c202 EntityInfoPtr pEnt; local in function:LeoProbe
249 pEnt = xf86GetEntityInfo(usedChips[i]);
254 if(pEnt->active) {
273 xf86AddEntityToScreen(pScrn, pEnt->index);
276 free(pEnt);
320 EntityInfoPtr pEnt = xf86GetEntityInfo(pScrn->entityList[i]); local in function:LeoPreInit
323 if (pEnt->location.type == BUS_SBUS) {
324 psdp = xf86GetSbusInfoForEntity(pEnt->index);
/xsrc/external/mit/xf86-video-mgx/dist/src/
H A Dmgx_driver.c207 EntityInfoPtr pEnt; local in function:MgxProbe
254 pEnt = xf86GetEntityInfo(usedChips[i]);
259 if(pEnt->active) {
278 xf86AddEntityToScreen(pScrn, pEnt->index);
281 free(pEnt);
326 EntityInfoPtr pEnt = xf86GetEntityInfo(pScrn->entityList[i]); local in function:MgxPreInit
328 if (pEnt->location.type == BUS_SBUS) {
329 psdp = xf86GetSbusInfoForEntity(pEnt->index);
/xsrc/external/mit/xf86-video-vesa/dist/src/
H A Dvesa.h83 EntityInfoPtr pEnt; member in struct:_VESARec
/xsrc/external/mit/xf86-video-imstt/dist/src/
H A Dimstt.h15 EntityInfoPtr pEnt; member in struct:_IMSTTRec
/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_driver.c544 EntityInfoPtr pEnt = xf86GetEntityInfo(usedChips[i]); local in function:NscProbe
548 if (pEnt->chipset == p_id->numChipset) {
550 if (pEnt->chipset == PCI_CHIP_REDCLOUD)
555 xfree(pEnt);
/xsrc/external/mit/xf86-video-crime/dist/src/
H A Dcrime.h80 EntityInfoPtr pEnt; member in struct:__anon63ea81b20108
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgeode_driver.c469 EntityInfoPtr pEnt = xf86GetEntityInfo(usedChips[i]); local in function:AmdProbe
477 if (pEnt->chipset == p_id->numChipset) {
478 switch (pEnt->chipset) {
497 free(pEnt);
H A Dlx_driver.c192 pciVideoPtr pci = xf86GetPciInfoForEntity(pGeode->pEnt->index);
272 LXCheckVGA(ScrnInfoPtr pScrni, EntityInfoPtr pEnt) argument
291 pciVideoPtr pci = xf86GetPciInfoForEntity(pEnt->index);
311 EntityInfoPtr pEnt; local in function:LXPreInit
319 pEnt = xf86GetEntityInfo(pScrni->entityList[0]);
321 if (pEnt->resources)
325 GeodeProbeDDC(pScrni, pEnt->index);
334 pGeode->useVGA = LXCheckVGA(pScrni, pEnt);
336 pGeode->pEnt = pEnt;
[all...]
/xsrc/external/mit/xf86-video-i740/dist/src/
H A Di740_driver.c414 pI740->pEnt = xf86GetEntityInfo(pScrn->entityList[0]);
415 if (pI740->pEnt->location.type != BUS_PCI) return FALSE;
417 /*I740ProbeDDC(pScrn, pI740->pEnt->index);*/
419 I740ProbeDDC(pScrn, pI740->pEnt->index);
430 pI740->PciInfo = xf86GetPciInfoForEntity(pI740->pEnt->index);
435 if (xf86RegisterResources(pI740->pEnt->index, 0, ResNone))
512 if (pI740->pEnt->device->chipset && *pI740->pEnt->device->chipset) {
513 pScrn->chipset = pI740->pEnt->device->chipset;
515 } else if (pI740->pEnt
[all...]
/xsrc/external/mit/xf86-video-apm/dist/src/
H A Dapm_driver.c355 EntityInfoPtr pEnt; local in function:ApmPreInit
389 pEnt = pApm->pEnt = xf86GetEntityInfo(pScrn->entityList[0]);
390 if (pEnt->location.type == BUS_PCI) {
391 pApm->PciInfo = xf86GetPciInfoForEntity(pEnt->index);
405 ApmProbeDDC(pScrn, pEnt->index);
610 if (pEnt->device->chipset && *pEnt->device->chipset) {
611 pScrn->chipset = pEnt->device->chipset;
614 } else if (pEnt
[all...]
/xsrc/external/mit/xf86-video-tga/dist/src/
H A Dtga_driver.c467 pTga->pEnt = xf86GetEntityInfo(pScrn->entityList[i]);
469 if (pTga->pEnt->resources) return FALSE;
471 pTga->Chipset = pTga->pEnt->chipset;
473 pTga->pEnt->chipset);
476 if (pTga->pEnt->location.type == BUS_PCI) {
477 pciPtr = xf86GetPciInfoForEntity(pTga->pEnt->index);
639 if (pTga->pEnt->device->MemBase != 0) {
640 pTga->CardAddress = pTga->pEnt->device->MemBase;
657 if(pTga->pEnt->device->videoRam) {
658 switch(pTga->pEnt
[all...]
/xsrc/external/mit/xf86-video-siliconmotion/dist/src/
H A Dsmi_driver.c347 EntityInfoPtr pEnt; local in function:SMI_Probe
362 if ((pEnt = xf86GetEntityInfo(usedChips[i]))) {
365 free(pEnt);
380 EntityInfoPtr pEnt; local in function:SMI_PreInit
399 pEnt = xf86GetEntityInfo(pScrn->entityList[0]);
401 pSmi->PciInfo = xf86GetPciInfoForEntity(pEnt->index);
421 if (pEnt->location.type != BUS_PCI) {
422 free(pEnt);
426 pSmi->PciInfo = xf86GetPciInfoForEntity(pEnt->index);
623 pSmi->pInt10 = xf86InitInt10(pEnt
1629 EntityInfoPtr pEnt; local in function:SMI_ScreenInit
[all...]
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_driver.c533 EntityInfoPtr pEnt; local in function:VIAProbe
560 pEnt = xf86GetEntityInfo(usedChips[i]);
563 if (pEnt->chipset == VIA_CLE266 || pEnt->chipset == VIA_KM400) {
589 free(pEnt);
925 EntityInfoPtr pEnt; local in function:viaPreInit
949 pEnt = xf86GetEntityInfo(pScrn->entityList[0]);
951 if (pEnt->resources) {
952 free(pEnt);
958 pVia->EntityIndex = pEnt
[all...]

Completed in 22 milliseconds

123456