HomeSort by relevance Sort by last modified time
    Searched refs:pInterrogateBuf (Results 1 - 4 of 4) sorted by null

  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdQueue.h 93 TI_UINT8* pInterrogateBuf;
104 TI_UINT8* pInterrogateBuf;
CmdQueue.c 301 pCb = pHead->pInterrogateBuf;
343 /* If pInterrogateBuf isn't NULL we need to copy the results */
499 pCmdQueue->aCmdQueue[pCmdQueue->tail].pInterrogateBuf = (TI_UINT8 *)pCb;
604 pRecoveryNode->pInterrogateBuf = pHead->pInterrogateBuf;
645 if (pHead->pInterrogateBuf)
647 ((TCmdQueueInterrogateCb)pHead->fCb)(pHead->hCb, CMD_STATUS_FW_RESET, pHead->pInterrogateBuf);
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/Ctrl/
CmdQueue.h 93 TI_UINT8* pInterrogateBuf;
104 TI_UINT8* pInterrogateBuf;
CmdQueue.c 301 pCb = pHead->pInterrogateBuf;
343 /* If pInterrogateBuf isn't NULL we need to copy the results */
499 pCmdQueue->aCmdQueue[pCmdQueue->tail].pInterrogateBuf = (TI_UINT8 *)pCb;
604 pRecoveryNode->pInterrogateBuf = pHead->pInterrogateBuf;
645 if (pHead->pInterrogateBuf)
647 ((TCmdQueueInterrogateCb)pHead->fCb)(pHead->hCb, CMD_STATUS_FW_RESET, pHead->pInterrogateBuf);
    [all...]

Completed in 123 milliseconds