Home | History | Annotate | Download | only in test

Lines Matching refs:pitem

61     struct video_msgq *pitem = NULL;
77 pitem = &ptr_q->ptr_cmdq [ptr_q->read_comq];
81 pitem = &ptr_q->ptr_dataq [ptr_q->read_dataq];
89 return pitem;
94 struct video_msgq *pitem
99 if (pitem == NULL || queuecontext == NULL) {
113 memcpy ( &ptr_q->ptr_cmdq [ptr_q->write_comq],pitem, \
128 struct video_msgq *pitem
133 if (pitem == NULL || queuecontext == NULL) {
147 memcpy ( &ptr_q->ptr_dataq [ptr_q->write_dataq],pitem, \