Home | History | Annotate | Download | only in Ctrl

Lines Matching full:head

149     pCmdQueue->head = 0;
209 pHead = &pCmdQueue->aCmdQueue[pCmdQueue->head];
294 pHead = &pCmdQueue->aCmdQueue[pCmdQueue->head];
307 pCmdQueue->head ++;
308 if (pCmdQueue->head >= CMDQUEUE_QUEUE_DEPTH)
309 pCmdQueue->head = 0;
572 TI_UINT32 first = pCmdQueue->head;
616 pCmdQueue->head = 0;
796 TCmdQueueNode* pHead = &pCmdQueue->aCmdQueue[pCmdQueue->head];
896 TI_UINT32 first = pCmdQueue->head;
937 TI_UINT32 first = pCmdQueue->head;