Home | History | Annotate | Download | only in src

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)
127 memcpy ( &ptr_q->ptr_cmdq [ptr_q->write_comq],pitem, \
142 struct video_msgq *pitem
147 if (pitem == NULL || queuecontext == NULL)
166 memcpy ( &ptr_q->ptr_dataq [ptr_q->write_dataq],pitem, \