HomeSort by relevance Sort by last modified time
    Searched refs:os_memoryAlloc (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /hardware/ti/wlan/wl1271/utils/
fsm.c 103 *pFsm = (fsm_stateMachine_t *)os_memoryAlloc(hOs, sizeof(fsm_stateMachine_t));
111 (*pFsm)->stateEventMatrix = (fsm_Matrix_t)os_memoryAlloc(hOs, MaxNoOfStates * MaxNoOfEvents * sizeof(fsm_actionCell_t));
mem.c 68 TMemMng *pMemMng = (TMemMng *)os_memoryAlloc (hOs, sizeof(TMemMng));
96 * os_memoryAlloc()
121 pMemBlock = (TMemBlock *) os_memoryAlloc (pMemMng->hOs, total);
177 os_memoryAlloc function.
182 This address was returned by the os_memoryAlloc function.
185 os_memoryAlloc.
GenSM.c 64 pGenSM = os_memoryAlloc (hOS, sizeof(TGenSM));
timer.c 98 hTimerModule = os_memoryAlloc (hOs, sizeof(TTimerModule));
347 pTimerInfo = os_memoryAlloc (pTimerModule->hOs, sizeof(TTimerInfo));
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
keyDerive.c 83 pKeyDerive = (keyDerive_t*)os_memoryAlloc(hOs, sizeof(keyDerive_t));
broadcastKeySM.c 89 pBroadcastKey = (broadcastKey_t*)os_memoryAlloc(hOs, sizeof(broadcastKey_t));
unicastKeySM.c 87 pUnicastKey = (unicastKey_t*)os_memoryAlloc(hOs, sizeof(unicastKey_t));
connInfra.c 324 pParam = (paramInfo_t *)os_memoryAlloc(pConn->hOs, sizeof(paramInfo_t));
385 pParam = (paramInfo_t *)os_memoryAlloc(pConn->hOs, sizeof(paramInfo_t));
435 pParam = (paramInfo_t *)os_memoryAlloc(pConn->hOs, sizeof(paramInfo_t));
471 pParam = (paramInfo_t *)os_memoryAlloc(pConn->hOs, sizeof(paramInfo_t));
510 pParam = (paramInfo_t *)os_memoryAlloc(pConn->hOs, sizeof(paramInfo_t));
552 pParam = (paramInfo_t *)os_memoryAlloc(pConn->hOs, sizeof(paramInfo_t));
592 pParam = (paramInfo_t *)os_memoryAlloc(pConn->hOs, sizeof(paramInfo_t));
    [all...]
externalSec.c 141 pHandle = (struct externalSec_t*)os_memoryAlloc(hOs, sizeof(struct externalSec_t));
  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/
fwDebug.c 88 TFwDebug *pFwDebug = (TFwDebug *)os_memoryAlloc(hOs,sizeof(TFwDebug));
126 pFwDebug->pDMABuf = (TI_UINT8*)os_memoryAlloc(pFwDebug->hOs,DMA_SIZE_BUF);
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
GeneralUtil.c 79 List = (List_t*)os_memoryAlloc(hOs, sizeof(List_t));
85 List->ElementList =(ListElement_t*)os_memoryAlloc(hOs, (sizeof(ListElement_t)*MaxNumOfElements));
95 List->ElementList[index].Container = os_memoryAlloc(hOs,ContainerSize);
305 DistributorMgr = (DistributorMgr_t*)os_memoryAlloc(hOs, sizeof(DistributorMgr_t));
txPort.c 104 pTxPort = os_memoryAlloc(hOs, sizeof(TTxPortObj));
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
WlanDrvWext.c 216 my_command.in_buffer = os_memoryAlloc(drv, my_command.in_buffer_len);
226 my_command.out_buffer = os_memoryAlloc(drv, my_command.out_buffer_len);
256 my_command.in_buffer = os_memoryAlloc(drv, ie_length);
osmemapi.c 79 * os_memoryAlloc()
95 os_memoryAlloc(
105 os_printf("MTT:%s:%d ::os_memoryAlloc(0x%p, %lu) : %lu\n",__FUNCTION__, __LINE__,OsContext,Size,total_size);
182 pAllocatedMem = os_memoryAlloc(OsContext, MemSize);
198 os_memoryAlloc function.
203 This address was returned by the os_memoryAlloc function.
206 os_memoryAlloc.
337 This address was returned by the os_memoryAlloc function.
340 os_memoryAlloc.
CmdInterpretWext.c 98 pCmdInterpret = os_memoryAlloc (hOs, sizeof(cmdInterpret_t));
157 pParam = (paramInfo_t *)os_memoryAlloc(pCmdInterpret->hOs, sizeof(paramInfo_t));
374 pParam2 = (paramInfo_t *)os_memoryAlloc(pCmdInterpret->hOs, sizeof(paramInfo_t));
658 my_list = os_memoryAlloc (pCmdInterpret->hOs, allocated_size);
681 rate_list = os_memoryAlloc (pCmdInterpret->hOs, rates_allocated_size);
    [all...]
osapi.c 192 TOsTimer *pOsTimer = os_memoryAlloc (OsContext, sizeof(TOsTimer));
747 myPtr = os_memoryAlloc(OsContext, sizeof(struct completion));
  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
CmdHndlr.c 86 TCmdHndlrObj *pCmdHndlr = (TCmdHndlrObj *) os_memoryAlloc (hOs, sizeof(TCmdHndlrObj));
245 pNewCmd = os_memoryAlloc (pCmdHndlr->hOs, sizeof (TConfigCommand));
  /hardware/ti/wlan/wl1271/TWD/Data_Service/
txCtrlBlk.c 87 pTxCtrlBlk = os_memoryAlloc (hOs, sizeof(TTxCtrlBlkObj));
  /hardware/ti/wlan/wl1271/TWD/MacServices/
MacServices.c 60 MacServices_t *pMacServices = (MacServices_t*)os_memoryAlloc( hOS, sizeof(MacServices_t) );
  /hardware/ti/wlan/wl1271/Test/
smeDebug.c 241 blist = os_memoryAlloc(NULL, length);
  /hardware/ti/wlan/wl1271/Txn/
WspiBusDrv.c 111 hBusDrv = os_memoryAlloc(hOs, sizeof(TBusDrvObj));
  /hardware/ti/wlan/wl1271/platforms/os/common/inc/
osApi.h 195 void *os_memoryAlloc (TI_HANDLE OsContext,TI_UINT32 Size);
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
StaCap.c 66 hStaCap = os_memoryAlloc (hOs, sizeof(TStaCap));
currBss.c 158 if ((pCurrBss = os_memoryAlloc(hOs, sizeof(currBSS_t))) != NULL)
555 pParam = (paramInfo_t *)os_memoryAlloc(pCurrBSS->hOs, sizeof(paramInfo_t));
689 pParam = (paramInfo_t *)os_memoryAlloc(pCurrBSS->hOs, sizeof(paramInfo_t));
741 pParam = (paramInfo_t *)os_memoryAlloc(pCurrBSS->hOs, sizeof(paramInfo_t));
845 pParam = (paramInfo_t *)os_memoryAlloc(pCurrBSS->hOs, sizeof(paramInfo_t));
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
regulatoryDomain.c 137 pRegulatoryDomain = os_memoryAlloc(hOs,sizeof(regulatoryDomain_t));
612 pParam2 = (paramInfo_t *)os_memoryAlloc(pRegulatoryDomain->hOs, sizeof(paramInfo_t));
    [all...]

Completed in 219 milliseconds

1 2 3 4