Searched refs:pci_device (Results 1 - 12 of 12) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_drv.h1431 #define IS_I830(dev) ((dev)->pci_device == 0x3577)
1432 #define IS_845G(dev) ((dev)->pci_device == 0x2562)
1434 #define IS_I865G(dev) ((dev)->pci_device == 0x2572)
1436 #define IS_I915GM(dev) ((dev)->pci_device == 0x2592)
1437 #define IS_I945G(dev) ((dev)->pci_device == 0x2772)
1441 #define IS_GM45(dev) ((dev)->pci_device == 0x2A42)
1443 #define IS_PINEVIEW_G(dev) ((dev)->pci_device == 0xa001)
1444 #define IS_PINEVIEW_M(dev) ((dev)->pci_device == 0xa011)
1447 #define IS_IRONLAKE_D(dev) ((dev)->pci_device == 0x0042)
1448 #define IS_IRONLAKE_M(dev) ((dev)->pci_device
[all...]
H A Di915_dma.c939 value = dev->pci_device;
H A Dintel_tv.c1052 if (dev->pci_device < 0x2772)
H A Dintel_display.c5198 if (IS_HASWELL(dev) && (dev->pci_device & 0xFF00) == 0x0C00)
/solaris-x11-s11/open-src/driver/xf86-video-ast/sun-src/src/
H A Dast_sparc_driver.c96 struct pci_device *ASTGetPciInfo(ASTRecPtr info)
99 struct pci_device *pciInfo = NULL;
106 pciInfo = malloc(sizeof(struct pci_device));
/solaris-x11-s11/open-src/driver/efb/sun-src/src/
H A Defb_driver.c198 struct pci_device * EFBGetPciInfo(RADEONInfoPtr info)
201 struct pci_device *pciInfo = NULL;
209 pciInfo = malloc(sizeof(struct pci_device));
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_stub.c252 dev->pci_device = pdev->device;
/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_drv.c330 dev->pci_device = pci_get_device(dev);
H A DdrmP.h603 uint32_t pci_device; /* PCI device id */ member in struct:drm_device
/solaris-x11-s11/open-src/app/dsession/sun-src/
H A Ddsession.c77 static struct pci_device * dev;
79 struct pci_device base;
/solaris-x11-s11/open-src/kernel/sys/drm/
H A DdrmP.h1178 int pci_device; /**< PCI device id */ member in struct:drm_device
/solaris-x11-s11/open-src/kernel/mdb/modules/
H A Di915.c210 drm_dev->pci_vendor, drm_dev->pci_device);

Completed in 2747 milliseconds