Home | History | Annotate | Download | only in src

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) {
115 memcpy ( &ptr_q->ptr_cmdq [ptr_q->write_comq],pitem, \
130 struct video_msgq *pitem
135 if (pitem == NULL || queuecontext == NULL) {
151 memcpy ( &ptr_q->ptr_dataq [ptr_q->write_dataq],pitem, \