Searched refs:hTimer (Results 1 - 25 of 57) sorted by relevance

123

/hardware/ti/wlan/wl1271/TWD/MacServices/
H A DPowerSrvSM.h106 TI_HANDLE hTimer; /**< Handle to the Timer module. */ member in struct:__anon975
185 TI_HANDLE hTimer);
H A DMacServices.c149 TI_HANDLE hTimer)
153 MacServices_scanSRV_init (hMacServices, hReport, hTWD, hTimer, hEventMbox, hCmdBld);
160 hTimer);
166 hTimer) != TI_OK)
144 MacServices_init(TI_HANDLE hMacServices, TI_HANDLE hReport, TI_HANDLE hTWD, TI_HANDLE hCmdBld, TI_HANDLE hEventMbox, TI_HANDLE hTimer) argument
H A DMeasurementSrv.h94 TI_HANDLE hTimer ; /**< Timer Module handle */ member in struct:__anon966
205 * \param hTimer - handle to the Timer module object.\n
212 TI_HANDLE hTimer);
H A DScanSrv.h88 TI_HANDLE hTimer; /**< Timer module object handle */ member in struct:__anon976
241 TI_HANDLE hTimer,
H A DPowerSrv_API.h135 TI_HANDLE hTimer);
H A DPowerSrvSM.c189 - hTimer - handle to the Timer module object.
197 TI_HANDLE hTimer)
294 pPowerSrvSM->hTimer = hTimer;
297 pPowerSrvSM->hPwrSrvSmTimer = tmr_CreateTimer (pPowerSrvSM->hTimer);
194 powerSrvSM_init(TI_HANDLE hPowerSrvSM, TI_HANDLE hReport, TI_HANDLE hCmdBld, TI_HANDLE hTimer) argument
H A DScanSrv.c121 TI_HANDLE hTimer,
130 pScanSRV->hTimer = hTimer;
139 pScanSRV->hScanSrvTimer = tmr_CreateTimer (pScanSRV->hTimer);
118 MacServices_scanSRV_init(TI_HANDLE hMacServices, TI_HANDLE hReport, TI_HANDLE hTWD, TI_HANDLE hTimer, TI_HANDLE hEventMbox, TI_HANDLE hCmdBld) argument
/hardware/ti/wlan/wl1271/TWD/FW_Transfer/Export_Inc/
H A DHwInit_api.h64 TI_HANDLE hTimer,
H A DCmdMBox_api.h91 * \param hTimer - Handle to os timer
103 TI_HANDLE hTimer,
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
H A DPowerMgr.h91 TI_HANDLE hTimer; /**< Handle to the Timer module object */ member in struct:__anon1443
H A DauthSm.h88 TI_HANDLE hTimer; member in struct:__anon1460
H A DtrafficAdmControl.h84 TI_HANDLE hTimer; member in struct:__anon1514
117 TI_HANDLE hTimer,
H A DhealthMonitor.c77 TI_HANDLE hTimer; /* handle to the Timer module object */ member in struct:__anon1462
176 pHealthMonitor->hTimer = pStadHandles->hTimer;
216 pHealthMonitor->hFailTimer = tmr_CreateTimer (pHealthMonitor->hTimer);
H A DAssocSM.h124 TI_HANDLE hTimer; member in struct:__anon1441
H A DauthSm.c203 pHandle->hTimer = pStadHandles->hTimer;
221 pHandle->hAuthSmTimer = tmr_CreateTimer (pHandle->hTimer);
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
H A DmainKeysSm.h101 TI_HANDLE hTimer; member in struct:_mainKeys_t
140 TI_HANDLE hTimer);
H A Dconn.h118 TI_HANDLE hTimer; member in struct:__anon1343
/hardware/ti/wlan/wl1271/TWD/Ctrl/Export_Inc/
H A DCmdQueue_api.h95 * \param hTimer - Handle to os timer
106 TI_HANDLE hTimer);
/hardware/ti/wlan/wl1271/TWD/TwIf/
H A DTwIf.h85 TI_HANDLE hTimer,
/hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
H A DDrvMainModules.h46 TI_HANDLE hTimer; member in struct:__anon1400
/hardware/ti/wlan/wl1271/stad/src/Data_link/
H A DTrafficMonitor.h85 TI_HANDLE hTimer; member in struct:__anon1413
H A Drx.h93 TI_HANDLE hTimer; member in struct:__anon1422
/hardware/ti/wlan/wl1271/TWD/Data_Service/
H A DRxQueue.c105 TI_HANDLE hTimer; /* Timer Handle */ member in struct:__anon705
164 if (pRxQueue->hTimer) {
165 tmr_DestroyTimer (pRxQueue->hTimer);
166 pRxQueue->hTimer = NULL;
197 pRxQueue->hTimer = tmr_CreateTimer (hTimerModule);
286 tmr_StopTimer (pRxQueue->hTimer);
486 tmr_StopTimer (pRxQueue->hTimer);
536 tmr_StartTimer (pRxQueue->hTimer, RxQueue_PacketTimeOut, pRxQueue, BA_SESSION_TIME_TO_SLEEP, TI_FALSE);
585 tmr_StartTimer (pRxQueue->hTimer, RxQueue_PacketTimeOut, pRxQueue, BA_SESSION_TIME_TO_SLEEP, TI_FALSE);
617 tmr_StopTimer (pRxQueue->hTimer);
[all...]
/hardware/ti/wlan/wl1271/TWD/TWDriver/
H A DTWDriverInternal.h81 TI_HANDLE hTimer; member in struct:__anon1085
/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
H A DmeasurementMgr.h152 TI_HANDLE hTimer; member in struct:__anon1277

Completed in 329 milliseconds

123