Searched refs:DevUnion (Results 1 - 25 of 103) sorted by relevance
12345
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | miscstruct.h | 63 } DevUnion; typedef in typeref:union:_DevUnion
|
| H A D | pixmapstr.h | 80 DevUnion devPrivate; /* When !NULL, devPrivate.ptr points to the raw pixel data. */
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | miscstruct.h | 64 } DevUnion; typedef in typeref:union:_DevUnion
|
| H A D | pixmapstr.h | 78 DevUnion devPrivate; /* When !NULL, devPrivate.ptr points to the raw pixel data. */
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | generic_bus.h | 23 DevUnion DriverPrivate;
|
| H A D | radeon_probe.c | 204 DevUnion *pPriv;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86Bus.h | 54 DevUnion *entityPrivates;
|
| H A D | xf86xvpriv.h | 80 DevUnion DevPriv;
|
| H A D | xf86fbman.h | 50 DevUnion devPrivate; 60 DevUnion devPrivate;
|
| H A D | xf86Bus.c | 305 xnfcalloc(xf86EntityPrivateCount, sizeof(DevUnion)); 650 DevUnion *nprivs; 656 xf86EntityPrivateCount, sizeof(DevUnion)); 658 memset(&nprivs[idx], 0, sizeof(DevUnion)); 664 DevUnion *
|
| H A D | xf86xv.h | 51 DevUnion devPrivate; 130 DevUnion *pPortPrivates;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86Bus.h | 58 DevUnion * entityPrivates;
|
| H A D | xf86xvpriv.h | 80 DevUnion DevPriv;
|
| H A D | xf86fbman.h | 53 DevUnion devPrivate; 63 DevUnion devPrivate;
|
| H A D | xf86Bus.c | 247 xnfcalloc(sizeof(DevUnion) * xf86EntityPrivateCount, 1); 614 DevUnion *nprivs; 620 xf86EntityPrivateCount * sizeof(DevUnion)); 622 memset(&nprivs[idx], 0, sizeof(DevUnion)); 628 DevUnion *
|
| H A D | xf86xv.h | 81 DevUnion devPrivate; 160 DevUnion *pPortPrivates;
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | radeon_probe.c | 158 DevUnion *pPriv; 253 DevUnion *pPriv;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/i2c/ |
| H A D | xf86i2c.h | 36 DevUnion DriverPrivate; 76 DevUnion DriverPrivate;
|
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/src/ |
| H A D | kxv.h | 130 DevUnion *pPortPrivates; 189 DevUnion DevPriv;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/glamor_egl/ |
| H A D | glamor_xf86_xv.c | 136 (sizeof(glamor_port_private) + sizeof(DevUnion))); 149 adapt->pPortPrivates = (DevUnion *) (&adapt[1]);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/i2c/ |
| H A D | xf86i2c.h | 37 DevUnion DriverPrivate; 79 DevUnion DriverPrivate;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/ |
| H A D | kxv.h | 95 DevUnion devPrivate; 171 DevUnion *pPortPrivates; 270 DevUnion DevPriv;
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | xvdix.h | 190 DevUnion devPriv; 201 DevUnion devPriv; 221 DevUnion devPriv;
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | xvdix.h | 184 DevUnion devPriv; 195 DevUnion devPriv;
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | intel_uxa_video.c | 323 DevUnion *devUnions; 330 devUnions = calloc(nports, sizeof(DevUnion));
|
Completed in 16 milliseconds
12345