Home
last modified time | relevance | path

Searched defs:pMacServices (Results 1 – 7 of 7) sorted by relevance

/system/wlan/ti/wilink_6_1/TWD/MacServices/
DMacServices.c60 MacServices_t *pMacServices = (MacServices_t*)os_memoryAlloc( hOS, sizeof(MacServices_t) ); in MacServices_create() local
113 MacServices_t *pMacServices = (MacServices_t*)hMacServices; in MacServices_destroy() local
151 MacServices_t *pMacServices = (MacServices_t*)hMacServices; in MacServices_init() local
186 MacServices_t *pMacServices = (MacServices_t*)hMacServices; in MacServices_config() local
207 MacServices_t *pMacServices = (MacServices_t*)hMacServices; in MacServices_restart() local
231 MacServices_t *pMacServices = (MacServices_t*)hMacServices; in MacServices_registerFailureEventCB() local
268 MacServices_t *pMacServices = (MacServices_t*)hMacServices; in MacServices_powerSrv_SetPsMode() local
298 MacServices_t *pMacServices = (MacServices_t*)hMacServices; in MacServices_powerSrv_ReservePS() local
322 MacServices_t *pMacServices = (MacServices_t*)hMacServices; in MacServices_powerSrv_ReleasePS() local
340 MacServices_t *pMacServices = (MacServices_t*)hMacServices; in MacServices_powerSrv_getPsStatus() local
[all …]
DScanSrv.c125 MacServices_t* pMacServices = (MacServices_t*)hMacServices; in MacServices_scanSRV_init() local
199 MacServices_t* pMacServices = (MacServices_t*)hMacServices; in MacServices_scanSrv_config() local
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/
DMacServices.c62 MacServices_t *pMacServices = (MacServices_t*)os_memoryAlloc( hOS, sizeof(MacServices_t) ); in MacServices_create() local
126 MacServices_t *pMacServices = (MacServices_t*)hMacServices; in MacServices_destroy() local
166 MacServices_t *pMacServices = (MacServices_t*)hMacServices; in MacServices_init() local
197 MacServices_t *pMacServices = (MacServices_t*)hMacServices; in MacServices_config() local
224 MacServices_t *pMacServices = (MacServices_t*)hMacServices; in MacServices_registerFailureEventCB() local
261 MacServices_t *pMacServices = (MacServices_t*)hMacServices; in MacServices_powerSrv_SetPsMode() local
287 MacServices_t *pMacServices = (MacServices_t*)hMacServices; in MacServices_powerSrv_ReservePS() local
310 MacServices_t *pMacServices = (MacServices_t*)hMacServices; in MacServices_powerSrv_ReleasePS() local
328 MacServices_t *pMacServices = (MacServices_t*)hMacServices; in MacServices_powerSrv_getPsStatus() local
346 MacServices_t *pMacServices = (MacServices_t*)hMacServices; in MacServices_powerSrv_SetRateModulation() local
[all …]
/system/wlan/ti/wilink_6_1/Test/
DHealthMonitorDbg.c76 MacServices_t *pMacServices = ((TTwd *)hTWD)->hMacServices; in healthMonitorDebugFunction() local
175 MacServices_t *pMacServices = ((TTwd *)hTWD)->hMacServices; in noScanCompleteTimer() local
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/ScanServer/
DScanSrv.c125 MacServices_t* pMacServices = (MacServices_t*)hMacServices; in MacServices_scanSRV_init() local
182 MacServices_t* pMacServices = (MacServices_t*)hMacServices; in MacServices_scanSrv_config() local
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Ctrl/RecoverCtrl/
DrecoveryCtrl.c150 MacServices_t *pMacServices = (MacServices_t*)hMacServices; in recoveryCtrl_config() local
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_Ctrl_Blk/
DTNETW_Driver.c944 void TnetwDrv_TEMP_GetHandles(TI_HANDLE hTnetwDrv, TI_HANDLE *pHalCtrl, TI_HANDLE *pMacServices) in TnetwDrv_TEMP_GetHandles()