Home | History | Annotate | Download | only in test

Lines Matching refs:pitem

66 	struct video_msgq *pitem = NULL;
84 pitem = &ptr_q->ptr_cmdq [ptr_q->read_comq];
90 pitem = &ptr_q->ptr_dataq [ptr_q->read_dataq];
98 return pitem;
103 struct video_msgq *pitem
108 if (pitem == NULL || queuecontext == NULL)
125 memcpy ( &ptr_q->ptr_cmdq [ptr_q->write_comq],pitem, \
140 struct video_msgq *pitem
145 if (pitem == NULL || queuecontext == NULL)
162 memcpy ( &ptr_q->ptr_dataq [ptr_q->write_dataq],pitem, \