Home
last modified time | relevance | path

Searched refs:_dixInitPrivates (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dprivates.h296 _dixInitPrivates(PrivatePtr *privates, void *addr, DevPrivateType type);
298 #define dixInitPrivates(o, v, type) _dixInitPrivates(&(o)->devPrivates, (v), type);
/OK3568_Linux_fs/external/xserver/dix/
H A Dprivates.c440 _dixInitPrivates(PrivatePtr *privates, void *addr, DevPrivateType type) in _dixInitPrivates() function
493 _dixInitPrivates(devPrivates, privates, type); in _dixAllocateObjectWithPrivates()
520 _dixInitPrivates(privates, p, type); in dixAllocatePrivates()