Home
last modified time | relevance | path

Searched refs:PrivatePtr (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dprivates.h24 typedef struct _Private PrivateRec, *PrivatePtr; typedef
119 dixGetPrivateAddr(PrivatePtr *privates, const DevPrivateKey key) in dixGetPrivateAddr()
133 dixGetPrivate(PrivatePtr *privates, const DevPrivateKey key) in dixGetPrivate()
144 dixSetPrivate(PrivatePtr *privates, const DevPrivateKey key, void *val) in dixSetPrivate()
161 dixLookupPrivate(PrivatePtr *privates, const DevPrivateKey key) in dixLookupPrivate()
176 dixLookupPrivateAddr(PrivatePtr *privates, const DevPrivateKey key) in dixLookupPrivateAddr()
191 dixGetScreenPrivateAddr(PrivatePtr *privates, const DevScreenPrivateKey key, in dixGetScreenPrivateAddr()
198 dixGetScreenPrivate(PrivatePtr *privates, const DevScreenPrivateKey key, in dixGetScreenPrivate()
205 dixSetScreenPrivate(PrivatePtr *privates, const DevScreenPrivateKey key, in dixSetScreenPrivate()
212 dixLookupScreenPrivate(PrivatePtr *privates, const DevScreenPrivateKey key, in dixLookupScreenPrivate()
[all …]
/OK3568_Linux_fs/external/xserver/dix/
H A Dprivates.c130 typedef Bool (*FixupFunc) (PrivatePtr *privates, int offset, unsigned bytes);
135 dixReallocPrivates(PrivatePtr *privates, int old_offset, unsigned bytes) in dixReallocPrivates()
148 dixMovePrivates(PrivatePtr *privates, int new_offset, unsigned bytes) in dixMovePrivates()
440 _dixInitPrivates(PrivatePtr *privates, void *addr, DevPrivateType type) in _dixInitPrivates()
457 _dixFiniPrivates(PrivatePtr privates, DevPrivateType type) in _dixFiniPrivates()
476 PrivatePtr privates; in _dixAllocateObjectWithPrivates()
477 PrivatePtr *devPrivates; in _dixAllocateObjectWithPrivates()
490 privates = (PrivatePtr) (((char *) object) + baseSize); in _dixAllocateObjectWithPrivates()
491 devPrivates = (PrivatePtr *) ((char *) object + offset); in _dixAllocateObjectWithPrivates()
503 dixAllocatePrivates(PrivatePtr *privates, DevPrivateType type) in dixAllocatePrivates()
[all …]
/OK3568_Linux_fs/external/xserver/
H A DChangeLog77769 -T PrivatePtr