Searched defs:pbuf (Results 1 - 4 of 4) sorted by relevance

/system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/
H A DDrvMain.c1082 static TI_STATUS drvMain_InitHw (TI_HANDLE hDrvMain, TI_UINT8 *pbuf, TI_UINT32 uLength) argument
1086 return TWD_InitHw (pDrvMain->tStadHandles.hTWD, pbuf, uLength);
/system/wlan/ti/wilink_6_1/TWD/TWDriver/
H A DTWDriver.c478 TI_UINT8 *pbuf,
486 hwInit_SetNvsImage (pTWD->hHwInit, pbuf, length);
477 TWD_InitHw(TI_HANDLE hTWD, TI_UINT8 *pbuf, TI_UINT32 length) argument
/system/wlan/ti/wilink_6_1/TWD/FW_Transfer/
H A DHwInit.c493 TI_STATUS hwInit_SetNvsImage (TI_HANDLE hHwInit, TI_UINT8 *pbuf, TI_UINT32 length) argument
497 pHwInit->pEEPROMBuf = pbuf;
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
H A Dcu_cmd.c4220 U32 *buf_ptr, *pbuf; local
4230 pbuf = buf_ptr + 2;
4234 *pbuf++ = ti_strtoul(pstr, &pstr, 0);
4238 parm_length = (U32)((U8*)pbuf-(U8*)buf_ptr);

Completed in 128 milliseconds