Searched defs:theParamP (Results 1 - 1 of 1) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
H A DPowerMgr.c672 paramInfo_t *theParamP)
676 switch ( theParamP->paramType )
679 pPowerMgr->powerMngModePriority[theParamP->content.powerMngPowerMode.PowerMngPriority].powerMode
680 = theParamP->content.powerMngPowerMode.PowerMode;
687 pPowerMgr->powerMngModePriority[theParamP->content.powerMngPriority].priorityEnable = TI_FALSE;
692 pPowerMgr->powerMngModePriority[theParamP->content.powerMngPriority].priorityEnable = TI_TRUE;
697 pPowerMgr->PowerSavePowerLevel = theParamP->content.PowerSavePowerLevel;
706 pPowerMgr->defaultPowerLevel = theParamP->content.DefaultPowerLevel;
715 PowerMgr_setDozeModeInAuto(thePowerMgrHandle,theParamP->content.powerMngDozeMode);
722 return powerMgrKL_setParam (pPowerMgr->hPowerMgrKeepAlive, theParamP);
671 powerMgr_setParam(TI_HANDLE thePowerMgrHandle, paramInfo_t *theParamP) argument
735 powerMgr_getParam(TI_HANDLE thePowerMgrHandle, paramInfo_t *theParamP) argument
[all...]

Completed in 76 milliseconds