HomeSort by relevance Sort by last modified time
    Searched defs:pCb (Results 1 - 8 of 8) sorted by null

  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdQueue.c 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
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/Ctrl/
CmdQueue.c 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
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Ctrl/Cmd_Queue/
CmdQueue.c 718 void *fCb, *hCb, *pCb;
727 pCb = pHead->interrogateParamsBuf;
758 if(pCb)
760 ((CmdQueue_InterrogateCB_t)fCb) (hCb, status, pCb);
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/BusTxn/
wspi.h 134 void *pCb; /* callback argument */
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c 331 OMX_CALLBACKTYPE* pCb;
    [all...]
  /external/sqlite/dist/
shell.c 726 GenfkeyCb *pCb = (GenfkeyCb *)p;
729 return pCb->xData(pCb->pCtx, pCb->eType, azArg[0]);
736 GenfkeyCb *pCb
749 rc = pCb->xData(pCb->pCtx, pCb->eType, zDel);
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/TWDriver/
TWDriver.h     [all...]
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriver.h     [all...]

Completed in 137 milliseconds