HomeSort by relevance Sort by last modified time
    Searched refs:_ValidateNode (Results 1 - 7 of 7) sorted by null

  /hardware/intel/img/psb_video/src/
psb_ws_driver.h 44 struct _ValidateNode base;
51 psbValReq(struct _ValidateNode *node) {
psb_ws_driver.c 40 static struct _ValidateNode *
51 struct _ValidateNode *node = malloc(sizeof(*node));
66 psb_free(struct _ValidateNode *node)
83 psb_clear(struct _ValidateNode *node)
  /hardware/intel/common/libwsbm/src/
wsbm_driver.h 92 struct _ValidateNode *(*alloc) (struct _WsbmVNodeFuncs *, int);
93 void (*free) (struct _ValidateNode *);
94 void (*clear) (struct _ValidateNode *);
102 struct _ValidateNode
wsbm_manager.c 146 static struct _ValidateNode *
150 struct _ValidateNode *node;
163 node = WSBMLISTENTRY(l, struct _ValidateNode, head);
198 struct _ValidateNode *node;
204 node = WSBMLISTENTRY(l, struct _ValidateNode, head);
216 node = WSBMLISTENTRY(l, struct _ValidateNode, head);
228 struct _ValidateNode *node;
247 node = WSBMLISTENTRY(l, struct _ValidateNode, head);
301 struct _ValidateNode *node;
311 node = WSBMLISTENTRY(l, struct _ValidateNode, head)
    [all...]
wsbm_manager.h 138 struct _ValidateNode **node);
176 extern struct _ValidateNode *validateListNode(void *iterator);
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
WsbmWrapper.c 30 struct _ValidateNode base;
39 static struct _ValidateNode * pvrAlloc(struct _WsbmVNodeFuncs * func,
54 struct _ValidateNode * node = malloc(sizeof(*node));
66 static void pvrFree(struct _ValidateNode * node)
76 static void pvrClear(struct _ValidateNode * node)
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
WsbmWrapper.c 32 struct _ValidateNode base;
41 static struct _ValidateNode * pvrAlloc(struct _WsbmVNodeFuncs * func,
56 struct _ValidateNode * node = malloc(sizeof(*node));
68 static void pvrFree(struct _ValidateNode * node)
78 static void pvrClear(struct _ValidateNode * node)

Completed in 231 milliseconds