Searched refs:pPci (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86pciBus.c353 xf86IsPrimaryPci(struct pci_device *pPci) argument
360 return pPci == primaryBus.id.pci;
364 if (MATCH_PCI_DEVICES(primaryBus.id.plat->pdev, pPci))
398 xf86CheckPciMemBase(struct pci_device *pPci, memType base) argument
403 if (base == pPci->regions[i].base_addr)
442 struct pci_device *pPci; local in function:xf86PciAddMatchingDev
447 while ((pPci = pci_device_next(iter)) != NULL) {
452 if (PCI_ID_COMPARE(devices[j].vendor_id, pPci->vendor_id)
453 && PCI_ID_COMPARE(devices[j].device_id, pPci->device_id)
454 && ((devices[j].device_class_mask & pPci
485 struct pci_device *pPci; local in function:xf86PciProbeDev
659 struct pci_device *pPci; local in function:xf86MatchPciInstances
[all...]
H A Dxf86platformBus.c494 struct pci_device *pPci; local in function:probeSingleDevice
499 pPci = dev->pdev;
501 if (PCI_ID_COMPARE(devices[k].vendor_id, pPci->vendor_id)
503 && ((devices[k].device_class_mask & pPci->device_class)
H A Dxf86.h112 extern _X_EXPORT Bool xf86IsPrimaryPci(struct pci_device *pPci);
113 extern _X_EXPORT Bool xf86CheckPciMemBase(struct pci_device *pPci,
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86pciBus.c364 xf86IsPrimaryPci(struct pci_device *pPci) argument
366 return ((primaryBus.type == BUS_PCI) && (pPci == primaryBus.id.pci));
389 xf86CheckPciMemBase( struct pci_device * pPci, memType base ) argument
394 if (base == pPci->regions[i].base_addr)
426 struct pci_device *pPci; local in function:xf86PciAddMatchingDev
432 while ((pPci = pci_device_next(iter)) != NULL) {
437 if ( PCI_ID_COMPARE( devices[j].vendor_id, pPci->vendor_id )
438 && PCI_ID_COMPARE( devices[j].device_id, pPci->device_id )
439 && ((devices[j].device_class_mask & pPci->device_class)
441 if (xf86CheckPciSlot(pPci)) {
469 struct pci_device * pPci; local in function:xf86PciProbeDev
644 struct pci_device * pPci; local in function:xf86MatchPciInstances
[all...]
H A Dxf86.h107 extern _X_EXPORT Bool xf86IsPrimaryPci(struct pci_device * pPci);
108 extern _X_EXPORT Bool xf86CheckPciMemBase(struct pci_device * pPci,
/xsrc/external/mit/xf86-video-cirrus/dist/src/
H A Dcir_driver.c182 pciVideoPtr pPci; local in function:CIRProbe
224 pPci = xf86GetPciInfoForEntity(usedChips[i]);
227 if (pci_device_has_kernel_driver(pPci)) {
230 pPci->device_id, pPci->bus, pPci->domain, pPci->dev, pPci->func);
234 xf86UnclaimPciSlot(pPci);
236 xf86UnclaimPciSlot(pPci, devSection
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/
H A Dlnx_platform.c87 struct pci_device *pPci = device->pdev; local in function:xf86PlatformDeviceCheckBusID
88 if (!pPci)
92 ((pPci->domain << 8)
93 | pPci->bus),
94 pPci->dev, pPci->func)) {
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/fbdevhw/
H A Dfbdevhwstub.c25 fbdevHWProbe(struct pci_device *pPci, char *device, char **namep) argument
31 fbdevHWInit(ScrnInfoPtr pScrn, struct pci_device *pPci, char *device) argument
H A Dfbdevhw.h21 extern _X_EXPORT Bool fbdevHWProbe(struct pci_device * pPci, char *device, char **namep);
22 extern _X_EXPORT Bool fbdevHWInit(ScrnInfoPtr pScrn, struct pci_device * pPci, char *device);
H A Dfbdevhw.c264 fbdev_open_pci(struct pci_device * pPci, char **namep) argument
273 pPci->domain, pPci->bus, pPci->dev, pPci->func, i);
279 pPci->domain, pPci->bus, pPci->dev, pPci->func, i);
350 fbdevHWProbe(struct pci_device * pPci, cha argument
366 fbdevHWInit(ScrnInfoPtr pScrn,struct pci_device * pPci,char * device) argument
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/fbdevhw/
H A Dfbdevhwstub.c23 fbdevHWProbe(struct pci_device *pPci, char *device, char **namep) argument
29 fbdevHWInit(ScrnInfoPtr pScrn, struct pci_device *pPci, char *device) argument
H A Dfbdevhw.h19 extern _X_EXPORT Bool fbdevHWProbe(struct pci_device *pPci, char *device,
21 extern _X_EXPORT Bool fbdevHWInit(ScrnInfoPtr pScrn, struct pci_device *pPci,
H A Dfbdevhw.c263 fbdev_open_pci(struct pci_device *pPci, char **namep) argument
272 pPci->domain, pPci->bus, pPci->dev, pPci->func, i);
278 pPci->domain, pPci->bus, pPci->dev, pPci->func, i);
366 fbdevHWProbe(struct pci_device *pPci, cha argument
382 fbdevHWInit(ScrnInfoPtr pScrn,struct pci_device * pPci,char * device) argument
[all...]
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dg80_driver.c155 struct pci_device *pPci; local in function:G80PreInit
159 pciVideoPtr pPci; local in function:G80PreInit
186 pPci = xf86GetPciInfoForEntity(pEnt->index);
189 pNv->pPci = pPci;
191 primary = xf86IsPrimaryPci(pPci);
195 if(pPci->rom_size == 0)
197 pPci->rom_size = 64 * 1024;
199 if(pPci->biosSize == 0)
201 pPci
[all...]
H A Dg80_type.h46 struct pci_device *pPci; member in struct:G80Rec
H A Dnv_driver.c1037 pciVideoPtr pPci; local in function:NVProbe
1039 pPci = xf86GetPciInfoForEntity(usedChips[i]);
1040 if(pPci->vendor == PCI_VENDOR_NVIDIA_SGS) {
1043 } else if (NVIsG80(pPci->chipType)) {
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dglint_driver.c489 pciVideoPtr pPci, *checkusedPci; local in function:GLINTProbe
597 pPci = xf86GetPciInfoForEntity(usedChips[i]);
607 if ((PCI_SUB_VENDOR_ID(pPci) == 0x1097) &&
608 (PCI_SUB_DEVICE_ID(pPci) == 0x3d32)) {
613 eIndex = xf86ClaimPciSlot(pPci->bus,
614 pPci->device,
620 eIndex = xf86ClaimPciSlot(pPci->bus,
621 pPci->device,
629 if ((PCI_DEV_DEVICE_ID(pPci) == PCI_CHIP_3DLABS_GAMMA) ||
630 (PCI_DEV_DEVICE_ID(pPci)
898 pciVideoPtr pPci; local in function:GLINTPreInit
927 pciVideoPtr pPci = xf86GetPciInfoForEntity(pEnt->index); local in function:GLINTPreInit
941 pciVideoPtr pPci = xf86GetPciInfoForEntity(pEnt->index); local in function:GLINTPreInit
[all...]
/xsrc/external/mit/xf86-video-ast/dist/src/
H A Dast_driver.c276 struct pci_device *pPci = xf86GetPciInfoForEntity(usedChips[i]); local in function:ASTProbe
278 if (pci_device_has_kernel_driver(pPci)) {
281 pPci->device_id, pPci->bus, pPci->domain, pPci->dev, pPci->func);
284 xf86UnclaimPciSlot(pPci

Completed in 18 milliseconds