HomeSort by: relevance | last modified time | path
    Searched defs:pPci (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/
lnx_platform.c 87 struct pci_device *pPci = device->pdev;
88 if (!pPci)
92 ((pPci->domain << 8)
93 | pPci->bus),
94 pPci->dev, pPci->func)) {
  /xsrc/external/mit/xf86-video-cirrus/dist/src/
cir_driver.c 182 pciVideoPtr pPci;
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, devSections[0])
    [all...]
  /xsrc/external/mit/xf86-video-nv/dist/src/
g80_type.h 46 struct pci_device *pPci;
g80_driver.c 155 struct pci_device *pPci;
159 pciVideoPtr pPci;
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->biosSize = 16
    [all...]
nv_driver.c 1044 pciVideoPtr pPci;
1046 pPci = xf86GetPciInfoForEntity(usedChips[i]);
1047 if(pPci->vendor == PCI_VENDOR_NVIDIA_SGS) {
1050 } else if (NVIsG80(pPci->chipType)) {
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86platformBus.c 494 struct pci_device *pPci;
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)
xf86pciBus.c 353 xf86IsPrimaryPci(struct pci_device *pPci)
360 return pPci == primaryBus.id.pci;
364 if (MATCH_PCI_DEVICES(primaryBus.id.plat->pdev, pPci))
398 xf86CheckPciMemBase(struct pci_device *pPci, memType base)
403 if (base == pPci->regions[i].base_addr)
442 struct pci_device *pPci;
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->device_class
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86pciBus.c 364 xf86IsPrimaryPci(struct pci_device *pPci)
366 return ((primaryBus.type == BUS_PCI) && (pPci == primaryBus.id.pci));
389 xf86CheckPciMemBase( struct pci_device * pPci, memType base )
394 if (base == pPci->regions[i].base_addr)
426 struct pci_device *pPci;
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)) {
    [all...]
  /xsrc/external/mit/xf86-video-glint/dist/src/
glint_driver.c 489 pciVideoPtr pPci, *checkusedPci;
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) == PCI_CHIP_3DLABS_GAMMA2) |
    [all...]
  /xsrc/external/mit/xf86-video-ast/dist/src/
ast_driver.c 262 struct pci_device *pPci = xf86GetPciInfoForEntity(usedChips[i]);
264 if (pci_device_has_kernel_driver(pPci)) {
267 pPci->device_id, pPci->bus, pPci->domain, pPci->dev, pPci->func);
270 xf86UnclaimPciSlot(pPci, devSections[0]);

Completed in 16 milliseconds