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

/hardware/ti/omap3/dspbridge/inc/
H A DDSPProcessor.h114 * uNodeTabSize: The number of (DSP_HNODE) handles that can be held
127 * specified for uNodeTabSize.
133 IN UINT uNodeTabSize,
H A Dwcdioctl.h129 UINT uNodeTabSize; member in struct:__anon558::__anon567
/hardware/ti/omap3/dspbridge/libbridge/inc/
H A DDSPProcessor.h114 * uNodeTabSize: The number of (DSP_HNODE) handles that can be held
127 * specified for uNodeTabSize.
133 IN UINT uNodeTabSize,
H A Dwcdioctl.h129 UINT uNodeTabSize; member in struct:__anon635::__anon644
/hardware/ti/omap3/dspbridge/libbridge/
H A DDSPProcessor.c49 *! uNodeTabSize is zero and valid aNodeTab.
158 IN DSP_HNODE *aNodeTab, IN UINT uNodeTabSize,
171 (uNodeTabSize && !DSP_ValidWritePtr(aNodeTab,
172 (sizeof(DSP_HNODE)*uNodeTabSize)))) {
176 tempStruct.ARGS_PROC_ENUMNODE_INFO.uNodeTabSize =
177 uNodeTabSize;
185 if (uNodeTabSize <= 0 &&
157 DSPProcessor_EnumNodes(DSP_HPROCESSOR hProcessor, IN DSP_HNODE *aNodeTab, IN UINT uNodeTabSize, OUT UINT *puNumNodes, OUT UINT *puAllocated) argument

Completed in 432 milliseconds