| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Bus.c | 286 xnfcalloc(xf86EntityPrivateCount, sizeof(DevUnion)); in xf86AllocateEntity() 649 DevUnion *nprivs; in xf86AllocateEntityPrivateIndex() 655 xf86EntityPrivateCount, sizeof(DevUnion)); in xf86AllocateEntityPrivateIndex() 657 memset(&nprivs[idx], 0, sizeof(DevUnion)); in xf86AllocateEntityPrivateIndex() 663 DevUnion *
|
| H A D | xf86fbman.h | 50 DevUnion devPrivate; 60 DevUnion devPrivate;
|
| H A D | xf86Bus.h | 55 DevUnion *entityPrivates;
|
| H A D | xf86xv.h | 51 DevUnion devPrivate; 130 DevUnion *pPortPrivates;
|
| H A D | xf86xvpriv.h | 80 DevUnion DevPriv;
|
| H A D | xf86Helper.c | 188 pScrn->privates = xnfcalloc(sizeof(DevUnion), xf86ScrnInfoPrivateCount); in xf86AllocateScreen() 285 DevUnion *nprivs; in xf86AllocateScrnInfoPrivateIndex() 291 xf86ScrnInfoPrivateCount, sizeof(DevUnion)); in xf86AllocateScrnInfoPrivateIndex() 293 memset(&nprivs[idx], 0, sizeof(DevUnion)); in xf86AllocateScrnInfoPrivateIndex() 299 xf86ScrnInfoPrivateCount, sizeof(DevUnion)); in xf86AllocateScrnInfoPrivateIndex() 301 memset(&nprivs[idx], 0, sizeof(DevUnion)); in xf86AllocateScrnInfoPrivateIndex()
|
| H A D | xf86fbman.c | 294 DevUnion *devPrivates; 316 DevUnion *newPrivates; in localRegisterFreeBoxCallback() 330 sizeof(DevUnion)); in localRegisterFreeBoxCallback()
|
| H A D | xf86.h | 168 extern _X_EXPORT DevUnion *xf86GetEntityPrivate(int entityIndex, int privIndex);
|
| H A D | xf86str.h | 625 DevUnion *privates; /* Other privates can hook in
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/glamor_egl/ |
| H A D | glamor_xf86_xv.c | 136 (sizeof(glamor_port_private) + sizeof(DevUnion))); in glamor_xv_init() 149 adapt->pPortPrivates = (DevUnion *) (&adapt[1]); in glamor_xv_init()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/i2c/ |
| H A D | xf86i2c.h | 37 DevUnion DriverPrivate; 79 DevUnion DriverPrivate;
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/src/ |
| H A D | kxv.h | 130 DevUnion *pPortPrivates; 189 DevUnion DevPriv;
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | miscstruct.h | 63 } DevUnion; typedef
|
| H A D | pixmapstr.h | 80 DevUnion devPrivate; /* When !NULL, devPrivate.ptr points to the raw pixel data. */
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | xvdix.h | 184 DevUnion devPriv; 195 DevUnion devPriv;
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | xv.c | 449 (sizeof(ms_exa_port_private) + sizeof(DevUnion))); in ms_exa_xv_init() 462 adapt->pPortPrivates = (DevUnion *) (&adapt[1]); in ms_exa_xv_init()
|
| H A D | driver.c | 215 DevUnion *pPriv; in ms_ent_priv() 391 DevUnion *pPriv; in ms_setup_entity()
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/ |
| H A D | driWrap.c | 59 DevUnion devPrivate;
|
| /OK3568_Linux_fs/external/xserver/render/ |
| H A D | picturestr.h | 438 Mask vmask, XID *vlist, DevUnion *ulist, ClientPtr client);
|
| H A D | picture.c | 1041 Mask vmask, XID *vlist, DevUnion *ulist, ClientPtr client) in ChangePicture()
|
| H A D | render.c | 615 (DevUnion *) 0, client); in ProcRenderChangePicture()
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/ |
| H A D | ephyrvideo.c | 535 sizeof(DevUnion) + sizeof(EphyrPortPriv)); in ephyrXVPrivQueryHostAdaptors()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 168051 Remove nasty function pointer type from DevUnion, return to documented type.
|