Home
last modified time | relevance | path

Searched refs:DevUnion (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Bus.c286 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 Dxf86fbman.h50 DevUnion devPrivate;
60 DevUnion devPrivate;
H A Dxf86Bus.h55 DevUnion *entityPrivates;
H A Dxf86xv.h51 DevUnion devPrivate;
130 DevUnion *pPortPrivates;
H A Dxf86xvpriv.h80 DevUnion DevPriv;
H A Dxf86Helper.c188 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 Dxf86fbman.c294 DevUnion *devPrivates;
316 DevUnion *newPrivates; in localRegisterFreeBoxCallback()
330 sizeof(DevUnion)); in localRegisterFreeBoxCallback()
H A Dxf86.h168 extern _X_EXPORT DevUnion *xf86GetEntityPrivate(int entityIndex, int privIndex);
H A Dxf86str.h625 DevUnion *privates; /* Other privates can hook in
/OK3568_Linux_fs/external/xserver/hw/xfree86/glamor_egl/
H A Dglamor_xf86_xv.c136 (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 Dxf86i2c.h37 DevUnion DriverPrivate;
79 DevUnion DriverPrivate;
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkxv.h130 DevUnion *pPortPrivates;
189 DevUnion DevPriv;
/OK3568_Linux_fs/external/xserver/include/
H A Dmiscstruct.h63 } DevUnion; typedef
H A Dpixmapstr.h80 DevUnion devPrivate; /* When !NULL, devPrivate.ptr points to the raw pixel data. */
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxvdix.h184 DevUnion devPriv;
195 DevUnion devPriv;
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dxv.c449 (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 Ddriver.c215 DevUnion *pPriv; in ms_ent_priv()
391 DevUnion *pPriv; in ms_setup_entity()
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A DdriWrap.c59 DevUnion devPrivate;
/OK3568_Linux_fs/external/xserver/render/
H A Dpicturestr.h438 Mask vmask, XID *vlist, DevUnion *ulist, ClientPtr client);
H A Dpicture.c1041 Mask vmask, XID *vlist, DevUnion *ulist, ClientPtr client) in ChangePicture()
H A Drender.c615 (DevUnion *) 0, client); in ProcRenderChangePicture()
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyrvideo.c535 sizeof(DevUnion) + sizeof(EphyrPortPriv)); in ephyrXVPrivQueryHostAdaptors()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog168051 Remove nasty function pointer type from DevUnion, return to documented type.