Searched refs:_ValidateNode (Results 1 – 7 of 7) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | psb_ws_driver.c | 40 static struct _ValidateNode * 51 struct _ValidateNode *node = malloc(sizeof(*node)); in psb_alloc() 66 psb_free(struct _ValidateNode *node) in psb_free() 83 psb_clear(struct _ValidateNode *node) in psb_clear()
|
D | psb_ws_driver.h | 44 struct _ValidateNode base; 51 psbValReq(struct _ValidateNode *node) { in psbValReq()
|
/hardware/intel/common/libwsbm/src/ |
D | wsbm_driver.h | 92 struct _ValidateNode *(*alloc) (struct _WsbmVNodeFuncs *, int); 93 void (*free) (struct _ValidateNode *); 94 void (*clear) (struct _ValidateNode *); 102 struct _ValidateNode struct
|
D | wsbm_manager.c | 146 static struct _ValidateNode * 150 struct _ValidateNode *node; in validateListAddNode() 163 node = WSBMLISTENTRY(l, struct _ValidateNode, head); in validateListAddNode() 198 struct _ValidateNode *node; in validateFreeList() 204 node = WSBMLISTENTRY(l, struct _ValidateNode, head); in validateFreeList() 216 node = WSBMLISTENTRY(l, struct _ValidateNode, head); in validateFreeList() 228 struct _ValidateNode *node; in validateListAdjustNodes() 247 node = WSBMLISTENTRY(l, struct _ValidateNode, head); in validateListAdjustNodes() 301 struct _ValidateNode *node; in validateResetList() 311 node = WSBMLISTENTRY(l, struct _ValidateNode, head); in validateResetList() [all …]
|
D | wsbm_manager.h | 138 struct _ValidateNode **node); 176 extern struct _ValidateNode *validateListNode(void *iterator);
|
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
D | WsbmWrapper.c | 31 struct _ValidateNode base; 40 static struct _ValidateNode * pvrAlloc(struct _WsbmVNodeFuncs * func, in pvrAlloc() 55 struct _ValidateNode * node = malloc(sizeof(*node)); in pvrAlloc() 67 static void pvrFree(struct _ValidateNode * node) in pvrFree() 77 static void pvrClear(struct _ValidateNode * node) in pvrClear()
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/ |
D | WsbmWrapper.c | 32 struct _ValidateNode base; 41 static struct _ValidateNode * pvrAlloc(struct _WsbmVNodeFuncs * func, in pvrAlloc() 56 struct _ValidateNode * node = malloc(sizeof(*node)); in pvrAlloc() 68 static void pvrFree(struct _ValidateNode * node) in pvrFree() 78 static void pvrClear(struct _ValidateNode * node) in pvrClear()
|