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

  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
CmdHndlr.c 66 TI_UINT32 uContextId; /* ID allocated to this module on registration to context module */
200 pCmdHndlr->uContextId = context_RegisterClient (pCmdHndlr->hContext,
313 context_RequestSchedule (pCmdHndlr->hContext, pCmdHndlr->uContextId);
489 context_EnableClient (pCmdHndlr->hContext, pCmdHndlr->uContextId);
496 context_DisableClient (pCmdHndlr->hContext, pCmdHndlr->uContextId);
DrvMain.c 140 TI_UINT32 uContextId; /* ID allocated to this module on registration to context module */
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
txDataQueue.h 86 TI_UINT32 uContextId; /* ID allocated to this module on registration to context module */
txMgmtQueue.c 138 TI_UINT32 uContextId; /* ID allocated to this module on registration to context module */
245 pTxMgmtQ->uContextId = context_RegisterClient (pTxMgmtQ->hContext,
384 context_RequestSchedule (pTxMgmtQ->hContext, pTxMgmtQ->uContextId);
914 WLAN_OS_REPORT(("uContextId = %d\n", pTxMgmtQ->uContextId));
    [all...]
txDataQueue.c 174 pTxDataQ->uContextId = context_RegisterClient (pTxDataQ->hContext,
392 context_RequestSchedule (pTxDataQ->hContext, pTxDataQ->uContextId);
546 WLAN_OS_REPORT(("uContextId = %d\n",pTxDataQ->uContextId));
  /hardware/ti/wlan/wl1271/utils/
timer.c 57 TI_UINT32 uContextId; /* The ID allocated to this module on registration to context module */
255 pTimerModule->uContextId = context_RegisterClient (pTimerModule->hContext,
318 context_RequestSchedule (pTimerModule->hContext, pTimerModule->uContextId);
542 context_RequestSchedule (pTimerModule->hContext, pTimerModule->uContextId);
642 WLAN_OS_REPORT(("tmr_PrintModule(): uContextId=%d, bOperState=%d, uTwdInitCount=%d, uTimersCount=%d\n",
643 pTimerModule->uContextId, pTimerModule->bOperState,
  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/
FwEvent.c 125 TI_UINT32 uContextId; /* Client ID got upon registration to the context module */
270 pFwEvent->uContextId = context_RegisterClient (pFwEvent->hContext,
301 context_RequestSchedule (pFwEvent->hContext, pFwEvent->uContextId);
749 context_DisableClient (pFwEvent->hContext,pFwEvent->uContextId);
767 context_EnableClient (pFwEvent->hContext,pFwEvent->uContextId);
  /hardware/ti/wlan/wl1271/TWD/TwIf/
TwIf.c 148 TI_UINT32 uContextId; /* The ID allocated to this module on registration to context module */
329 pTwIf->uContextId = context_RegisterClient (pTwIf->hContext,
    [all...]

Completed in 68 milliseconds