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

  /hardware/ti/wlan/wl1271/utils/
context.h 73 void context_RequestSchedule (TI_HANDLE hContext, TI_UINT32 uClientId);
timer.c 318 context_RequestSchedule (pTimerModule->hContext, pTimerModule->uContextId);
542 context_RequestSchedule (pTimerModule->hContext, pTimerModule->uContextId);
551 * from the driver task (after requested by tmr_GetExpiry through context_RequestSchedule ()).
context.c 259 * \fn context_RequestSchedule
272 void context_RequestSchedule (TI_HANDLE hContext, TI_UINT32 uClientId)
278 TRACE3(pContext->hReport, REPORT_SEVERITY_INFORMATION , "context_RequestSchedule(): Client=, ID=%d, enabled=%d, pending=%d\n", uClientId, pContext->aClientEnabled[uClientId], pContext->aClientPending[uClientId]);
315 * \sa context_RequestSchedule
  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
CmdHndlr.c 313 context_RequestSchedule (pCmdHndlr->hContext, pCmdHndlr->uContextId);
DrvMain.c     [all...]
  /hardware/ti/wlan/wl1271/TWD/TwIf/
TwIf.c     [all...]
  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/
FwEvent.c 301 context_RequestSchedule (pFwEvent->hContext, pFwEvent->uContextId);
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
txDataQueue.c 392 context_RequestSchedule (pTxDataQ->hContext, pTxDataQ->uContextId);
txMgmtQueue.c 384 context_RequestSchedule (pTxMgmtQ->hContext, pTxMgmtQ->uContextId);
    [all...]

Completed in 459 milliseconds