Home | History | Annotate | Download | only in Ctrl

Lines Matching defs:pCb

63                                    void       *pCb);
291 void *fCb, *hCb, *pCb;
301 pCb = pHead->pInterrogateBuf;
341 if (pCb)
344 cmdMbox_GetCmdParams(pCmdQueue->hCmdMBox, pCb);
346 ((TCmdQueueInterrogateCb)fCb) (hCb, status, pCb);
411 * \param pCb - Pointer to the results buffer (for interrogate commands)
426 void *pCb)
440 (TI_UINT8*)pCb);
455 * \param pCb - Pointer to the results buffer (for interrogate commands)
468 void *pCb)
499 pCmdQueue->aCmdQueue[pCmdQueue->tail].pInterrogateBuf = (TI_UINT8 *)pCb;