Searched refs:pFwDebug (Results 1 - 1 of 1) sorted by relevance

/system/wlan/ti/wilink_6_1/TWD/FW_Transfer/
H A DfwDebug.c88 TFwDebug* pFwDebug = (TFwDebug*)os_memoryAlloc(hOs,sizeof(TFwDebug)); local
89 pFwDebug->hOs = hOs;
90 return pFwDebug;
111 TFwDebug* pFwDebug = (TFwDebug*)hFwDebug; local
112 pFwDebug->hReport = hReport;
113 pFwDebug->hTwif = hTwif;
116 pFwDebug->pDMABuf = (TI_UINT8*)os_memoryAlloc(pFwDebug->hOs,DMA_SIZE_BUF);
133 TFwDebug* pFwDebug = (TFwDebug*)hFwDebug; local
135 if (pFwDebug)
172 TFwDebug* pFwDebug = (TFwDebug*)hFwDebug; local
223 TFwDebug *pFwDebug = (TFwDebug*)hFwDebug; local
264 TFwDebug *pFwDebug = (TFwDebug*)hFwDebug; local
287 TFwDebug *pFwDebug = (TFwDebug*)hFwDebug; local
311 TFwDebug *pFwDebug = (TFwDebug*)hFwDebug; local
330 TFwDebug *pFwDebug = (TFwDebug*)hFwDebug; local
[all...]

Completed in 48 milliseconds