HomeSort by relevance Sort by last modified time
    Searched defs:hOs (Results 26 - 50 of 66) sorted by null

12 3

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
trafficAdmControl.h 80 TI_HANDLE hOs;
113 TI_HANDLE hOs,
AssocSM.h 118 TI_HANDLE hOs;
currBss.h 128 TI_HANDLE hOs;
154 TI_HANDLE currBSS_create(TI_HANDLE hOs);
  /hardware/ti/wlan/wl1271/utils/
context.c 69 TI_HANDLE hOs;
97 * \param hOs - Handle to Os Abstraction Layer
101 TI_HANDLE context_Create (TI_HANDLE hOs)
106 hContext = os_memoryAlloc (hOs, sizeof(TContext));
114 os_memoryZero (hOs, hContext, (sizeof(TContext)));
136 os_protectDestroy (pContext->hOs, pContext->hProtectionLock);
139 os_memoryFree (pContext->hOs, pContext, sizeof(TContext));
153 * \param hOs - Handle to Os Abstraction Layer
158 void context_Init (TI_HANDLE hContext, TI_HANDLE hOs, TI_HANDLE hReport)
162 pContext->hOs = hOs
    [all...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBld.h 43 TI_HANDLE cmdBld_Create (TI_HANDLE hOs);
206 TI_HANDLE hOs;
CmdQueue.h 125 TI_HANDLE hOs;
  /hardware/ti/wlan/wl1271/TWD/Data_Service/
RxQueue.c 103 TI_HANDLE hOs; /* OS handler */
122 * \param hOs - Handle to Os Abstraction Layer
126 TI_HANDLE RxQueue_Create (TI_HANDLE hOs)
131 pRxQueue = os_memoryAlloc (hOs, sizeof(TRxQueue));
139 os_memoryZero (hOs, pRxQueue, (sizeof(TRxQueue)));
141 pRxQueue->hOs = hOs;
170 os_memoryFree (pRxQueue->hOs, pRxQueue, sizeof(TRxQueue));
    [all...]
txHwQueue.c 92 TI_HANDLE hOs;
126 TI_HANDLE txHwQueue_Create (TI_HANDLE hOs)
130 pTxHwQueue = os_memoryAlloc(hOs, sizeof(TTxHwQueue));
136 os_memoryZero(hOs, pTxHwQueue, sizeof(TTxHwQueue));
138 pTxHwQueue->hOs = hOs;
160 os_memoryFree(pTxHwQueue->hOs, pTxHwQueue, sizeof(TTxHwQueue));
  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/
FwEvent.c 130 TI_HANDLE hOs;
156 * \param hOs - OS module object handle
164 TI_HANDLE fwEvent_Create (TI_HANDLE hOs)
168 pFwEvent = os_memoryAlloc (hOs, sizeof(TfwEvent));
174 os_memoryZero (hOs, pFwEvent, sizeof(TfwEvent));
176 pFwEvent->hOs = hOs;
199 os_memoryFree (pFwEvent->hOs, pFwEvent, sizeof(TfwEvent));
214 * From hTWD we extract : hOs, hReport, hTwIf, hContext,
228 pFwEvent->hOs = pTWD->hOs
    [all...]
RxXfer.h 97 TI_HANDLE hOs;
eventMbox.c 107 TI_HANDLE hOs;
188 * \param hOs - OS Handle
194 TI_HANDLE eventMbox_Create(TI_HANDLE hOs)
197 pEventMbox = (TEventMbox*)os_memoryAlloc(hOs,sizeof(TEventMbox));
203 os_memoryZero (hOs, pEventMbox, sizeof(TEventMbox));
204 pEventMbox->hOs = hOs;
227 os_memoryFree (pEventMbox->hOs, pEventMbox, sizeof(TEventMbox));
txResult.c 95 TI_HANDLE hOs;
125 * INPUTS: hOs
131 TI_HANDLE txResult_Create(TI_HANDLE hOs)
135 pTxResult = os_memoryAlloc(hOs, sizeof(TTxResultObj));
139 os_memoryZero(hOs, pTxResult, sizeof(TTxResultObj));
141 pTxResult->hOs = hOs;
163 os_memoryFree(pTxResult->hOs, pTxResult, sizeof(TTxResultObj));
txXfer.c 70 TI_HANDLE hOs;
103 TI_HANDLE txXfer_Create(TI_HANDLE hOs)
107 pTxXfer = os_memoryAlloc (hOs, sizeof(TTxXferObj));
113 os_memoryZero (hOs, pTxXfer, sizeof(TTxXferObj));
115 pTxXfer->hOs = hOs;
127 os_memoryFree (pTxXfer->hOs, pTxXfer, sizeof(TTxXferObj));
420 os_memoryZero (pTxXfer->hOs, &pTxXfer->aDbgCountPktAggreg, sizeof(pTxXfer->aDbgCountPktAggreg));
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriverInternal.h 78 TI_HANDLE hOs;
  /hardware/ti/wlan/wl1271/Txn/
SdioBusDrv.c 78 TI_HANDLE hOs;
123 * \param hOs - Handle to Os Abstraction Layer
127 TI_HANDLE busDrv_Create (TI_HANDLE hOs)
132 hBusDrv = os_memoryAlloc(hOs, sizeof(TBusDrvObj));
140 os_memoryZero(hOs, hBusDrv, sizeof(TBusDrvObj));
142 pBusDrv->hOs = hOs;
165 os_memoryFree (pBusDrv->hOs, pBusDrv, sizeof(TBusDrvObj));
382 os_memoryCopy (pBusDrv->hOs, pHostBuf + pBusDrv->uTxnLength, pTxn->aBuf[uBufNum], uBufLen);
577 os_memoryCopy (pBusDrv->hOs, pTxn->aBuf[uBufNum], pDmaBuf, uBufLen)
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
measurementMgr.h 148 TI_HANDLE hOs;
  /hardware/ti/wlan/wl1271/stad/src/Application/
roamingMngrApi.h 133 TI_HANDLE hOs;
181 * \param hOs - OS handler
191 TI_HANDLE roamingMngr_create(TI_HANDLE hOs);
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
conn.h 99 TI_HANDLE hOs;
mainKeysSm.h 97 TI_HANDLE hOs;
127 mainKeys_t* mainKeys_create(TI_HANDLE hOs);
135 TI_HANDLE hOs,
mainSecSm.h 113 TI_HANDLE hOs;
141 mainSec_t* mainSec_create(TI_HANDLE hOs);
149 TI_HANDLE hOs,
  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
CmdDispatcher.c 83 TI_HANDLE hOs;
139 * \param hOs - Handle to the Os Abstraction Layer
143 TI_HANDLE cmdDispatch_Create (TI_HANDLE hOs)
148 pCmdDispatch = os_memoryAlloc (hOs, (sizeof(TCmdDispatchObj)));
157 os_memoryZero (hOs, pCmdDispatch, (sizeof(TCmdDispatchObj)));
159 pCmdDispatch->hOs = hOs;
233 os_memoryFree (pCmdDispatch->hOs, pCmdDispatch, sizeof(TCmdDispatchObj));
DrvMainModules.h 43 TI_HANDLE hOs;
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
Ctrl.h 79 TI_HANDLE hOs;
TrafficMonitor.h 84 TI_HANDLE hOs;
rx.h 87 TI_HANDLE hOs;

Completed in 137 milliseconds

12 3