HomeSort by relevance Sort by last modified time
    Searched refs:os_memoryAlloc (Results 26 - 50 of 283) sorted by null

12 3 4 5 6 7 8 91011>>

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/Core_Adapt/
Core_AdaptTx.c 86 pCORE_AdaptTx_handle = os_memoryAlloc (hOs, sizeof(CORE_AdaptTx_t));
  /system/wlan/ti/wilink_6_1/utils/
GenSM.c 64 pGenSM = os_memoryAlloc (hOS, sizeof(TGenSM));
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
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 97 pCmdInterpret = os_memoryAlloc (hOs, sizeof(cmdInterpret_t));
156 pParam = (paramInfo_t *)os_memoryAlloc(pCmdInterpret->hOs, sizeof(paramInfo_t));
373 pParam2 = (paramInfo_t *)os_memoryAlloc(pCmdInterpret->hOs, sizeof(paramInfo_t));
657 my_list = os_memoryAlloc (pCmdInterpret->hOs, allocated_size);
680 rate_list = os_memoryAlloc (pCmdInterpret->hOs, rates_allocated_size);
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
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/stad/src/Ctrl_Interface/
CmdHndlr.c 86 TCmdHndlrObj *pCmdHndlr = (TCmdHndlrObj *) os_memoryAlloc (hOs, sizeof(TCmdHndlrObj));
245 pNewCmd = os_memoryAlloc (pCmdHndlr->hOs, sizeof (TConfigCommand));
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
WlanDrvWext.c 214 my_command.in_buffer = os_memoryAlloc(drv, my_command.in_buffer_len);
224 my_command.out_buffer = os_memoryAlloc(drv, my_command.out_buffer_len);
osmemapi.c 79 * os_memoryAlloc()
95 os_memoryAlloc(
104 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.
336 This address was returned by the os_memoryAlloc function.
339 os_memoryAlloc.
  /system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/
CmdHndlr.c 86 TCmdHndlrObj *pCmdHndlr = (TCmdHndlrObj *) os_memoryAlloc (hOs, sizeof(TCmdHndlrObj));
245 pNewCmd = os_memoryAlloc (pCmdHndlr->hOs, sizeof (TConfigCommand));
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
connInfra.c 324 pParam = (paramInfo_t *)os_memoryAlloc(pConn->hOs, sizeof(paramInfo_t));
383 pParam = (paramInfo_t *)os_memoryAlloc(pConn->hOs, sizeof(paramInfo_t));
431 pParam = (paramInfo_t *)os_memoryAlloc(pConn->hOs, sizeof(paramInfo_t));
465 pParam = (paramInfo_t *)os_memoryAlloc(pConn->hOs, sizeof(paramInfo_t));
502 pParam = (paramInfo_t *)os_memoryAlloc(pConn->hOs, sizeof(paramInfo_t));
540 pParam = (paramInfo_t *)os_memoryAlloc(pConn->hOs, sizeof(paramInfo_t));
576 pParam = (paramInfo_t *)os_memoryAlloc(pConn->hOs, sizeof(paramInfo_t));
    [all...]
  /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/Data_link/
txPort.c 104 pTxPort = os_memoryAlloc(hOs, sizeof(TTxPortObj));
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
StaCap.c 66 hStaCap = os_memoryAlloc (hOs, sizeof(TStaCap));
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/
whalTrace.c 93 pObj = os_memoryAlloc(hOs, sizeof(WhalTrace_T));
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/RecoveryMgr/
recoveryMgr.c 91 hRecoveryMgr = os_memoryAlloc(hOs, (sizeof(recoverMgr_t)));
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_Ctrl_Blk/
txCtrlBlk.c 73 pTxCtrlBlk = os_memoryAlloc(hOs, sizeof(txCtrlBlkObj_t));
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/HwInit/
HwInit.c 93 hHwInit = os_memoryAlloc(hOs, (sizeof(hwInit_t)));
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/
MacServices.c 62 MacServices_t *pMacServices = (MacServices_t*)os_memoryAlloc( hOS, sizeof(MacServices_t) );
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/PowerAuthorization/
PowerAuthorization.c 67 pObj = os_memoryAlloc(hOs, sizeof(powerAutho_t));
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
mainSecSm.c 122 pHandle = (mainSec_t*)os_memoryAlloc(hOs, sizeof(mainSec_t));

Completed in 2376 milliseconds

12 3 4 5 6 7 8 91011>>