Home
last modified time | relevance | path

Searched refs:os_memoryAlloc (Results 1 – 25 of 94) sorted by relevance

1234

/hardware/ti/wlan/wl1271/stad/src/Data_link/
DGeneralUtil.c79 List = (List_t*)os_memoryAlloc(hOs, sizeof(List_t)); in List_create()
85 … List->ElementList =(ListElement_t*)os_memoryAlloc(hOs, (sizeof(ListElement_t)*MaxNumOfElements)); in List_create()
95 List->ElementList[index].Container = os_memoryAlloc(hOs,ContainerSize); in List_create()
305 DistributorMgr = (DistributorMgr_t*)os_memoryAlloc(hOs, sizeof(DistributorMgr_t)); in DistributorMgr_Create()
DtxPort.c104 pTxPort = os_memoryAlloc(hOs, sizeof(TTxPortObj)); in txPort_create()
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
DconnInfra.c324 pParam = (paramInfo_t *)os_memoryAlloc(pConn->hOs, sizeof(paramInfo_t)); in JoinWait_to_mlmeWait()
385 pParam = (paramInfo_t *)os_memoryAlloc(pConn->hOs, sizeof(paramInfo_t)); in mlmeWait_to_WaitDisconnect()
435 pParam = (paramInfo_t *)os_memoryAlloc(pConn->hOs, sizeof(paramInfo_t)); in mlmeWait_to_rsnWait()
471 pParam = (paramInfo_t *)os_memoryAlloc(pConn->hOs, sizeof(paramInfo_t)); in rsnWait_to_disconnect()
510 pParam = (paramInfo_t *)os_memoryAlloc(pConn->hOs, sizeof(paramInfo_t)); in configHW_to_disconnect()
552 pParam = (paramInfo_t *)os_memoryAlloc(pConn->hOs, sizeof(paramInfo_t)); in connInfra_ScrWaitDisconn_to_disconnect()
592 pParam = (paramInfo_t *)os_memoryAlloc(pConn->hOs, sizeof(paramInfo_t)); in rsnWait_to_configHW()
941 pParam = (paramInfo_t *)os_memoryAlloc(pConn->hOs, sizeof(paramInfo_t)); in connect_to_ScrWait()
DkeyDerive.c83 pKeyDerive = (keyDerive_t*)os_memoryAlloc(hOs, sizeof(keyDerive_t)); in keyDerive_create()
DbroadcastKeySM.c89 pBroadcastKey = (broadcastKey_t*)os_memoryAlloc(hOs, sizeof(broadcastKey_t)); in broadcastKey_create()
DunicastKeySM.c87 pUnicastKey = (unicastKey_t*)os_memoryAlloc(hOs, sizeof(unicastKey_t)); in unicastKey_create()
DsmeSm.c300 pParam = (paramInfo_t *)os_memoryAlloc(pSme->hOS, sizeof(paramInfo_t)); in smeSm_PreConnect()
385 pParam = (paramInfo_t *)os_memoryAlloc(pSme->hOS, sizeof(paramInfo_t)); in smeSm_Connect()
656 pParam = (paramInfo_t *)os_memoryAlloc(pSme->hOS, sizeof(paramInfo_t)); in sme_StartScan()
892 pParam = (paramInfo_t *)os_memoryAlloc(pSme->hOS, sizeof(paramInfo_t)); in sme_updateScanCycles()
DexternalSec.c141 pHandle = (struct externalSec_t*)os_memoryAlloc(hOs, sizeof(struct externalSec_t)); in externalSec_create()
/hardware/ti/wlan/wl1271/utils/
Dmem.c68 TMemMng *pMemMng = (TMemMng *)os_memoryAlloc (hOs, sizeof(TMemMng)); in mem_Create()
121 pMemBlock = (TMemBlock *) os_memoryAlloc (pMemMng->hOs, total); in mem_Alloc()
Dfsm.c103 *pFsm = (fsm_stateMachine_t *)os_memoryAlloc(hOs, sizeof(fsm_stateMachine_t)); in fsm_Create()
111 …(*pFsm)->stateEventMatrix = (fsm_Matrix_t)os_memoryAlloc(hOs, MaxNoOfStates * MaxNoOfEvents * size… in fsm_Create()
Dtimer.c98 hTimerModule = os_memoryAlloc (hOs, sizeof(TTimerModule)); in tmr_Create()
347 pTimerInfo = os_memoryAlloc (pTimerModule->hOs, sizeof(TTimerInfo)); in tmr_CreateTimer()
DGenSM.c64 pGenSM = os_memoryAlloc (hOS, sizeof(TGenSM)); in genSM_Create()
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
DWlanDrvWext.c216 my_command.in_buffer = os_memoryAlloc(drv, my_command.in_buffer_len); in wlanDrvWext_Handler()
226 my_command.out_buffer = os_memoryAlloc(drv, my_command.out_buffer_len); in wlanDrvWext_Handler()
256 my_command.in_buffer = os_memoryAlloc(drv, ie_length); in wlanDrvWext_Handler()
Dosmemapi.c95 os_memoryAlloc( in os_memoryAlloc() function
182 pAllocatedMem = os_memoryAlloc(OsContext, MemSize); in os_memoryCAlloc()
DCmdInterpretWext.c97 pCmdInterpret = os_memoryAlloc (hOs, sizeof(cmdInterpret_t)); in cmdInterpret_Create()
156 pParam = (paramInfo_t *)os_memoryAlloc(pCmdInterpret->hOs, sizeof(paramInfo_t)); in cmdInterpret_convertAndExecute()
373 pParam2 = (paramInfo_t *)os_memoryAlloc(pCmdInterpret->hOs, sizeof(paramInfo_t)); in cmdInterpret_convertAndExecute()
657 my_list = os_memoryAlloc (pCmdInterpret->hOs, allocated_size); in cmdInterpret_convertAndExecute()
680 rate_list = os_memoryAlloc (pCmdInterpret->hOs, rates_allocated_size); in cmdInterpret_convertAndExecute()
1406 … *(void **)&pParam->content = os_memoryAlloc(pCmdInterpret->hOs, my_command->in_buffer_len); in cmdInterpret_convertAndExecute()
1588 pParam = (paramInfo_t *)os_memoryAlloc(pCmdInterpret->hOs, sizeof(paramInfo_t)); in cmdInterpret_Event()
1611 memptr = os_memoryAlloc(pCmdInterpret->hOs, TotalLength); in cmdInterpret_Event()
1657 my_current = os_memoryAlloc (pCmdInterpret->hOs,MAX_BEACON_BODY_LENGTH); in cmdInterpret_Event()
1692 … cckm_assoc.assocRespBuffer = os_memoryAlloc (pCmdInterpret->hOs, cckm_assoc.assocRespLen); in cmdInterpret_Event()
[all …]
Dosapi.c192 TOsTimer *pOsTimer = os_memoryAlloc (OsContext, sizeof(TOsTimer)); in os_timerCreate()
747 myPtr = os_memoryAlloc(OsContext, sizeof(struct completion)); in os_SignalObjectCreate()
/hardware/ti/wlan/wl1271/TWD/FW_Transfer/
DfwDebug.c88 TFwDebug *pFwDebug = (TFwDebug *)os_memoryAlloc(hOs,sizeof(TFwDebug)); in fwDbg_Create()
126 pFwDebug->pDMABuf = (TI_UINT8*)os_memoryAlloc(pFwDebug->hOs,DMA_SIZE_BUF); in fwDbg_Init()
/hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
DCmdHndlr.c86 TCmdHndlrObj *pCmdHndlr = (TCmdHndlrObj *) os_memoryAlloc (hOs, sizeof(TCmdHndlrObj)); in cmdHndlr_Create()
245 pNewCmd = os_memoryAlloc (pCmdHndlr->hOs, sizeof (TConfigCommand)); in cmdHndlr_InsertCommand()
/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
DregulatoryDomain.c137 pRegulatoryDomain = os_memoryAlloc(hOs,sizeof(regulatoryDomain_t)); in regulatoryDomain_create()
612 pParam2 = (paramInfo_t *)os_memoryAlloc(pRegulatoryDomain->hOs, sizeof(paramInfo_t)); in regulatoryDomain_getParam()
1172 … paramInfo_t *pParam = (paramInfo_t *)os_memoryAlloc(pRegulatoryDomain->hOs, sizeof(paramInfo_t)); in regulatoryDomain_getChannelCapability()
1290 pParam = (paramInfo_t *)os_memoryAlloc(pRegulatoryDomain->hOs, sizeof(paramInfo_t)); in regulatoryDomain_updateCurrTxPower()
1296 pTwdParam = (TTwdParamInfo *)os_memoryAlloc(pRegulatoryDomain->hOs, sizeof(TTwdParamInfo)); in regulatoryDomain_updateCurrTxPower()
1373 pParam = (paramInfo_t *)os_memoryAlloc(pRegulatoryDomain->hOs, sizeof(paramInfo_t)); in regulatoryDomain_checkCountryCodeExpiry()
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
DcurrBss.c158 if ((pCurrBss = os_memoryAlloc(hOs, sizeof(currBSS_t))) != NULL) in currBSS_create()
555 pParam = (paramInfo_t *)os_memoryAlloc(pCurrBSS->hOs, sizeof(paramInfo_t)); in currBSS_updateBSSLoss()
689 pParam = (paramInfo_t *)os_memoryAlloc(pCurrBSS->hOs, sizeof(paramInfo_t)); in currBSS_probRespReceivedCallb()
741 pParam = (paramInfo_t *)os_memoryAlloc(pCurrBSS->hOs, sizeof(paramInfo_t)); in currBSS_beaconReceivedCallb()
845 pParam = (paramInfo_t *)os_memoryAlloc(pCurrBSS->hOs, sizeof(paramInfo_t)); in currBSS_updateConnectedState()
1176 pParam = (paramInfo_t *)os_memoryAlloc(pCurrBSS->hOs, sizeof(paramInfo_t)); in currBSS_BackgroundScanQuality()
DStaCap.c66 hStaCap = os_memoryAlloc (hOs, sizeof(TStaCap)); in StaCap_Create()
/hardware/ti/wlan/wl1271/Test/
DsmeDebug.c241 blist = os_memoryAlloc(NULL, length); in sme_printBssidList()
/hardware/ti/wlan/wl1271/platforms/os/common/inc/
DosApi.h195 void *os_memoryAlloc (TI_HANDLE OsContext,TI_UINT32 Size);
/hardware/ti/wlan/wl1271/TWD/MacServices/
DMacServices.c60 MacServices_t *pMacServices = (MacServices_t*)os_memoryAlloc( hOS, sizeof(MacServices_t) ); in MacServices_create()
/hardware/ti/wlan/wl1271/TWD/Data_Service/
DtxCtrlBlk.c87 pTxCtrlBlk = os_memoryAlloc (hOs, sizeof(TTxCtrlBlkObj)); in txCtrlBlk_Create()

1234