Home
last modified time | relevance | path

Searched refs:SCR_PR_NONE (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
Dscr.c383 pScr->clientArray[ i ].currentPendingReason[ j ] = SCR_PR_NONE; in scr_init()
444 … SCR_CRS_FW_RESET, (EScrResourceId)uResourceIndex, SCR_PR_NONE ); in scr_notifyFWReset()
527 … pScr->clientArray[ highestPending ].currentPendingReason[ uResourceIndex ] = SCR_PR_NONE; in scr_setGroup()
532 … SCR_CRS_RUN, (EScrResourceId)uResourceIndex, SCR_PR_NONE ); in scr_setGroup()
589SCR_PR_NONE ); in scr_setMode()
632 … pScr->clientArray[ highestPending ].currentPendingReason[ uResourceIndex ] = SCR_PR_NONE; in scr_setMode()
638 SCR_PR_NONE ); in scr_setMode()
686 *pPendReason = SCR_PR_NONE; in scr_clientRequest()
796 SCR_PR_NONE ); in scr_clientRequest()
854 pScr->clientArray[ client ].currentPendingReason[ eResource ] = SCR_PR_NONE; in scr_clientComplete()
[all …]
DscrApi.h132 SCR_PR_NONE /**< The client is not pending */ enumerator
/hardware/ti/wlan/wl1271/Test/
DscrDbg.c70 char pendReasonDesc[ SCR_PR_NONE + 1 ][ MAX_DESC_LENGTH ] =