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

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
PowerMgr.c 77 static void powerSaveCompleteCB(TI_HANDLE hPowerMgr,TI_UINT8 PSMode,TI_UINT8 transStatus);
78 static void PowerMgrTMThresholdCrossCB( TI_HANDLE hPowerMgr, TI_UINT32 cookie );
79 static void powerMgrDisableThresholdsIndications(TI_HANDLE hPowerMgr);
80 static void powerMgrEnableThresholdsIndications(TI_HANDLE hPowerMgr);
81 static void powerMgrStartAutoPowerMode(TI_HANDLE hPowerMgr);
82 static void powerMgrRetryPsTimeout(TI_HANDLE hPowerMgr, TI_BOOL bTwdInitOccured);
83 static void powerMgrPowerProfileConfiguration(TI_HANDLE hPowerMgr, PowerMgr_PowerMode_e desiredPowerMode);
84 static void PowerMgr_setDozeModeInAuto(TI_HANDLE hPowerMgr,PowerMgr_PowerMode_e dozeMode);
85 static void PowerMgrConfigBetToFw( TI_HANDLE hPowerMgr, TI_UINT32 cookie );
86 static void PowerMgr_PsPollFailureCB( TI_HANDLE hPowerMgr );
    [all...]
PowerMgrDbgPrint.c 54 void powerMgrPrintPriorities( TI_HANDLE hPowerMgr, powerMngModePriority_t* pPriorities );
72 INPUT: - hPowerMgr - Handle to the Power Manager
76 void PowerMgr_printObject( TI_HANDLE hPowerMgr )
79 PowerMgr_t *pPowerMgr = (PowerMgr_t*)hPowerMgr;
89 powerMgrPrintPriorities( hPowerMgr, pPowerMgr->powerMngModePriority );
107 void powerMgrPrintPriorities( TI_HANDLE hPowerMgr, powerMngModePriority_t* pPriorities )
PowerMgr_API.h 122 TI_STATUS PowerMgr_SetDefaults (TI_HANDLE hPowerMgr, PowerMgrInitParams_t* pPowerMgrInitParams);
223 TI_STATUS PowerMgr_notifyFWReset(TI_HANDLE hPowerMgr);
siteHash.h 112 TI_HANDLE hPowerMgr;
siteMgr.c 366 pSiteMgr->hPowerMgr = pStadHandles->hPowerMgr;
609 PowerMgr_t *pPowerMgr = (PowerMgr_t*)pSiteMgr->hPowerMgr;
    [all...]
currBss.c 230 pCurrBSS->hPowerMngr = pStadHandles->hPowerMgr;
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
SoftGemini.h 67 TI_HANDLE hPowerMgr;
SoftGemini.c 221 pSoftGemini->hPowerMgr = pStadHandles->hPowerMgr;
701 powerMgr_setParam(pSoftGemini->hPowerMgr,&param);
706 return powerMgr_setParam(pSoftGemini->hPowerMgr,&param);
733 return powerMgr_setParam(pSoftGemini->hPowerMgr,&param);
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
DrvMainModules.h 69 TI_HANDLE hPowerMgr;
CmdDispatcher.c 102 TI_HANDLE hPowerMgr;
200 pCmdDispatch->hPowerMgr = pStadHandles->hPowerMgr;
342 pCmdDispatch->paramAccessTable[GET_PARAM_MODULE_NUMBER(POWER_MANAGER_PARAM) - 1].handle = pCmdDispatch->hPowerMgr;
DrvMain.c 475 pDrvMain->tStadHandles.hPowerMgr = PowerMgr_create (hOs);
476 if (pDrvMain->tStadHandles.hPowerMgr == NULL)
697 if (pDrvMain->tStadHandles.hPowerMgr != NULL)
699 PowerMgr_destroy (pDrvMain->tStadHandles.hPowerMgr);
904 PowerMgr_SetDefaults (pDrvMain->tStadHandles.hPowerMgr, &pInitTable->PowerMgrInitParams);
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
rx.h 96 TI_HANDLE hPowerMgr;
rx.c 186 pRxData->hPowerMgr = pStadHandles->hPowerMgr;
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
admCtrl.h 198 TI_HANDLE hPowerMgr;
256 TI_HANDLE hPowerMgr,
admCtrl.c 217 TI_HANDLE hPowerMgr,
239 pAdmCtrl->hPowerMgr = hPowerMgr;
rsn.h 168 TI_HANDLE hPowerMgr;
conn.c 159 pConn->hPwrMngr = pStadHandles->hPowerMgr;
rsn.c 248 pRsn->hPowerMgr = pStadHandles->hPowerMgr;
309 pRsn->hPowerMgr,
    [all...]
  /hardware/ti/wlan/wl1271/Test/
debug.c 208 powerMgrDebugFunction(pStadHandles->hPowerMgr,

Completed in 569 milliseconds