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

  /hardware/ti/wlan/wl1271/utils/
CmdInterfaceCodes.h 155 POWER_MANAGER_PARAM = 0x1400, /**< Power Manager Module Number */
    [all...]
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
InternalCmdCodes.h 213 POWER_MGR_DISABLE_PRIORITY = SET_BIT | POWER_MANAGER_PARAM | 0x02,
214 POWER_MGR_ENABLE_PRIORITY = SET_BIT | POWER_MANAGER_PARAM | 0x03
  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
CmdDispatcher.c 340 pCmdDispatch->paramAccessTable[GET_PARAM_MODULE_NUMBER(POWER_MANAGER_PARAM) - 1].set = powerMgr_setParam;
341 pCmdDispatch->paramAccessTable[GET_PARAM_MODULE_NUMBER(POWER_MANAGER_PARAM) - 1].get = powerMgr_getParam;
342 pCmdDispatch->paramAccessTable[GET_PARAM_MODULE_NUMBER(POWER_MANAGER_PARAM) - 1].handle = pCmdDispatch->hPowerMgr;

Completed in 34 milliseconds