Home
last modified time | relevance | path

Searched refs:uSize (Results 1 – 17 of 17) sorted by relevance

/hardware/ti/wlan/wl1271/platforms/os/linux/src/
DWlanDrvIf.c409 drv->tCommon.tIniFile.uSize = pInitFiles->uIniFileLength;
421 drv->tCommon.tIniFile.uSize);
426 drv->tCommon.tNvsImage.uSize = pInitFiles->uNvsFileLength;
427 drv->tCommon.tNvsImage.pImage = kmalloc (drv->tCommon.tNvsImage.uSize, GFP_KERNEL);
430 … __FUNCTION__, __LINE__, drv->tCommon.tNvsImage.uSize, GFP_KERNEL, drv->tCommon.tNvsImage.uSize);
437 memcpy (drv->tCommon.tNvsImage.pImage, &pInitFiles->data[0], drv->tCommon.tNvsImage.uSize );
440 drv->tCommon.tFwImage.uSize = pInitFiles->uFwFileLength;
441 if (!drv->tCommon.tFwImage.uSize)
446 drv->tCommon.tFwImage.pImage = os_memoryAlloc (drv, drv->tCommon.tFwImage.uSize);
449 … __FUNCTION__, __LINE__, drv->tCommon.tFwImage.uSize, GFP_KERNEL, drv->tCommon.tFwImage.uSize);
[all …]
/hardware/ti/omap3/dspbridge/libbridge/inc/
DDSPStream.h85 UINT uSize, OUT BYTE ** apBuffer,
233 extern DBAPI DSPStream_PrepareBuffer(DSP_HSTREAM hStream, UINT uSize,
322 extern DBAPI DSPStream_UnprepareBuffer(DSP_HSTREAM hStream, UINT uSize,
Dcsl.h87 IN PSTR pstrSource, ULONG uSize);
335 IN WCHAR * pwszSource, IN ULONG uSize);
Dwcdioctl.h231 UINT uSize; member
312 UINT uSize; member
384 UINT uSize; member
Dcmm.h103 UINT uSize, struct CMM_ATTRS * pAttrs,
DDSPNode.h117 extern DBAPI DSPNode_AllocMsgBuf(DSP_HNODE hNode, UINT uSize,
/hardware/ti/omap3/dspbridge/inc/
DDSPStream.h83 UINT uSize, OUT BYTE ** apBuffer,
231 extern DBAPI DSPStream_PrepareBuffer(DSP_HSTREAM hStream, UINT uSize,
320 extern DBAPI DSPStream_UnprepareBuffer(DSP_HSTREAM hStream, UINT uSize,
Dcsl.h86 IN PSTR pstrSource, ULONG uSize);
334 IN WCHAR * pwszSource, IN ULONG uSize);
Dwcdioctl.h231 UINT uSize; member
312 UINT uSize; member
384 UINT uSize; member
Dcmm.h103 UINT uSize, struct CMM_ATTRS * pAttrs,
DDSPNode.h117 extern DBAPI DSPNode_AllocMsgBuf(DSP_HNODE hNode, UINT uSize,
/hardware/ti/omap3/dspbridge/libbridge/
DDSPStrm.c109 DBAPI DSPStream_AllocateBuffers(DSP_HSTREAM hStream, UINT uSize, in DSPStream_AllocateBuffers() argument
153 tempStruct.ARGS_STRM_ALLOCATEBUFFER.uSize = uSize; in DSPStream_AllocateBuffers()
162 pBuf = MEM_Alloc(uSize, MEM_NONPAGED); in DSPStream_AllocateBuffers()
613 DBAPI DSPStream_PrepareBuffer(DSP_HSTREAM hStream, UINT uSize, BYTE *pBuffer) in DSPStream_PrepareBuffer() argument
621 UINT cPages = ADDRESS_AND_SIZE_TO_SPAN_PAGES(NULL, uSize); in DSPStream_PrepareBuffer()
633 if (uSize <= 0) in DSPStream_PrepareBuffer()
642 if (!LockPages((LPVOID)pBuffer, uSize, aPageTab, in DSPStream_PrepareBuffer()
788 DBAPI DSPStream_UnprepareBuffer(DSP_HSTREAM hStream, UINT uSize, in DSPStream_UnprepareBuffer() argument
804 if ((uSize <= 0)) in DSPStream_UnprepareBuffer()
810 if (!UnlockPages((LPVOID) pBuffer, uSize)) in DSPStream_UnprepareBuffer()
DDSPNode.c267 DBAPI DSPNode_AllocMsgBuf(DSP_HNODE hNode, UINT uSize, in DSPNode_AllocMsgBuf() argument
275 if (uSize == 0) { in DSPNode_AllocMsgBuf()
284 tempStruct.ARGS_NODE_ALLOCMSGBUF.uSize = uSize; in DSPNode_AllocMsgBuf()
/hardware/ti/wlan/wl1271/platforms/os/common/inc/
DWlanDrvCommon.h76 unsigned long uSize; member
/hardware/ti/wlan/wl1271/utils/
Dcontext.c61 TI_UINT32 uSize; /* Clients' name string size */ member
241 pContext->aClientName[uClientId].uSize = uNameSize; in context_RegisterClient()
/hardware/ti/wlan/wl1271/TWD/FW_Transfer/
DHwInit.c170 #define BUILD_HW_INIT_TXN_DATA(pHwInit, pTxn, uAddr, uVal, uSize, direction, fCB, hCB) \ argument
174 … BUILD_TTxnStruct(pTxn, uAddr, &(pHwInit->aHwInitTxn[pHwInit->uTxnIndex].uData), uSize, fCB, hCB)
181 #define BUILD_HW_INIT_FW_DL_TXN(pHwInit, pTxn, uAddr, uVal, uSize, direction, fCB, hCB) \ argument
184 BUILD_TTxnStruct(pTxn, uAddr, uVal, uSize, fCB, hCB)
/hardware/ti/wlan/wl1271/platforms/os/common/src/
DosRgstry.c795 static void parseTwoDigitsSequenceHex (TI_UINT8 *sInString, TI_UINT8 *uOutArray, TI_UINT8 uSize);
5259 static void parseTwoDigitsSequenceHex (TI_UINT8 *sInString, TI_UINT8 *uOutArray, TI_UINT8 uSize) in parseTwoDigitsSequenceHex() argument
5264 for (i = 0; i < uSize; i++) in parseTwoDigitsSequenceHex()