Home
last modified time | relevance | path

Searched refs:IN (Results 1 – 25 of 54) sorted by relevance

123

/hardware/ti/omap3/dspbridge/libbridge/inc/
Ddbdcd.h75 extern DSP_STATUS DCD_AutoRegister(IN struct DCD_MANAGER* hDcdMgr,
76 IN CHAR * pszCoffPath);
101 extern DSP_STATUS DCD_AutoUnregister(IN struct DCD_MANAGER* hDcdMgr,
102 IN CHAR * pszCoffPath);
122 extern DSP_STATUS DCD_CreateManager(IN CHAR * pszZlDllName,
138 extern DSP_STATUS DCD_DestroyManager(IN struct DCD_MANAGER* hDcdMgr);
161 extern DSP_STATUS DCD_EnumerateObject(IN INT cIndex,
162 IN DSP_DCDOBJTYPE objType,
202 extern DSP_STATUS DCD_GetDepLibs(IN struct DCD_MANAGER* hDcdMgr,
203 IN struct DSP_UUID * pUuid,
[all …]
Dcsl.h87 IN PSTR pstrSource, ULONG uSize);
103 extern INT CSL_Atoi(IN CONST CHAR * ptstrSrc);
119 extern VOID CSL_ByteSwap(IN PSTR pstrSrc,
120 OUT PSTR pstrDest, IN ULONG ulBytes);
161 extern VOID CSL_NumToAscii(OUT PSTR pstrNumber, IN DWORD dwNum);
181 extern LONG CSL_Strcmp(IN CONST PSTR pstrStr1, IN CONST PSTR pstrStr2);
201 extern PSTR CSL_Strcpyn(OUT PSTR pstrDest, IN CONST PSTR pstrSrc,
202 IN DWORD cMax);
219 extern PSTR CSL_Strstr(IN CONST PSTR haystack, IN CONST PSTR needle);
234 extern DWORD CSL_Strlen(IN CONST PSTR pstrSrc);
[all …]
Dmem.h99 extern PVOID MEM_Alloc(IN ULONG cBytes, IN MEM_POOLATTRS type);
145 extern PVOID MEM_AllocPhysMem(IN ULONG cBytes,
146 IN ULONG ulAlign,
168 extern PVOID MEM_Calloc(IN ULONG cBytes, IN MEM_POOLATTRS type);
213 extern VOID MEM_Free(IN PVOID pMemBuf);
232 extern VOID MEM_VFree(IN PVOID pMemBuf);
286 extern INT MEM_GetNumPages(IN PVOID pAddr, IN ULONG cBytes);
340 extern PVOID MEM_LinearAddress(IN PVOID pPhyAddr, IN ULONG cBytes);
367 extern PVOID MEM_PageLock(IN PVOID pBuffer, IN ULONG cSize);
386 extern DSP_STATUS MEM_PageUnlock(IN PVOID pBuffer, IN ULONG cSize);
[all …]
Dsync.h107 extern DSP_STATUS SYNC_CloseEvent(IN struct SYNC_OBJECT* hEvent);
121 extern DSP_STATUS SYNC_DeleteCS(IN struct SYNC_CSOBJECT* hCSObj);
135 extern DSP_STATUS SYNC_EnterCS(IN struct SYNC_CSOBJECT* hCSObj);
204 extern DSP_STATUS SYNC_LeaveCS(IN struct SYNC_CSOBJECT* hCSObj);
238 IN OPTIONAL struct SYNC_ATTRS * pAttrs);
255 extern DSP_STATUS SYNC_PostMessage(IN HANDLE hWindow, IN UINT uMsg);
271 extern DSP_STATUS SYNC_ResetEvent(IN struct SYNC_OBJECT* hEvent);
287 extern DSP_STATUS SYNC_SetEvent(IN struct SYNC_OBJECT* hEvent);
310 extern DSP_STATUS SYNC_WaitOnEvent(IN struct SYNC_OBJECT* hEvent,
311 IN DWORD dwTimeOut);
[all …]
Dlist.h120 extern VOID LST_Delete(IN struct LST_LIST* pList);
150 extern struct LST_ELEM* LST_First(IN struct LST_LIST* pList);
181 extern struct LST_ELEM* LST_GetHead(IN struct LST_LIST* pList);
212 extern VOID LST_InitElem(IN struct LST_ELEM* pListElem);
230 extern VOID LST_InsertBefore(IN struct LST_LIST* pList,
231 IN struct LST_ELEM* pElem,
232 IN struct LST_ELEM* pElemExisting);
250 extern struct LST_ELEM* LST_Next(IN struct LST_LIST* pList,
251 IN struct LST_ELEM* pCurElem);
284 extern VOID LST_PutTail(IN struct LST_LIST* pList,
[all …]
DDSPNode.h91 IN CONST struct DSP_UUID * pNodeID,
92 IN CONST OPTIONAL struct DSP_CBDATA * pArgs,
93 IN OPTIONAL struct DSP_NODEATTRIN * pAttrIn,
118 IN OPTIONAL struct DSP_BUFFERATTR * pAttr,
168 IN OPTIONAL struct DSP_STRMATTR * pAttr);
204 IN OPTIONAL struct DSP_STRMATTR * pAttr,
205 IN OPTIONAL struct DSP_CBDATA * pConnParam);
273 extern DBAPI DSPNode_FreeMsgBuf(DSP_HNODE hNode, IN BYTE * pBuffer,
274 IN OPTIONAL struct DSP_BUFFERATTR * pAttr);
360 IN CONST struct DSP_MSG * pMessage,
[all …]
Ddbdcddef.h93 typedef DSP_STATUS(CDECL * DCD_REGISTERFXN) (IN struct DSP_UUID * pUuid,
94 IN DSP_DCDOBJTYPE objType,
95 IN PVOID handle);
97 typedef DSP_STATUS(CDECL * DCD_UNREGISTERFXN) (IN struct DSP_UUID * pUuid,
98 IN DSP_DCDOBJTYPE
DDSPProcessor_OEM.h68 IN OPTIONAL struct DSP_CBDATA * pArgs);
96 IN CONST INT iArgc,
97 IN CONST CHAR ** aArgv,
98 IN CONST CHAR ** aEnvp);
DDSPStream.h119 IN BYTE ** apBuffer, UINT uNumBufs);
183 extern DBAPI DSPStream_Issue(DSP_HSTREAM hStream, IN BYTE * pBuffer,
185 IN DWORD dwArg);
215 IN OPTIONAL struct DSP_STREAMATTRIN * pAttrIn,
303 extern DBAPI DSPStream_Select(IN DSP_HSTREAM * aStreamTab,
Ddbg.h115 extern DSP_STATUS DBG_Printf(IN PSTR pstrFormat, ...);
136 extern DSP_STATUS DBG_Trace(IN BYTE bLevel, IN PSTR pstrFormat, ...);
/hardware/ti/omap3/dspbridge/inc/
Ddbdcd.h75 extern DSP_STATUS DCD_AutoRegister(IN struct DCD_MANAGER* hDcdMgr,
76 IN CHAR * pszCoffPath);
101 extern DSP_STATUS DCD_AutoUnregister(IN struct DCD_MANAGER* hDcdMgr,
102 IN CHAR * pszCoffPath);
122 extern DSP_STATUS DCD_CreateManager(IN CHAR * pszZlDllName,
138 extern DSP_STATUS DCD_DestroyManager(IN struct DCD_MANAGER* hDcdMgr);
161 extern DSP_STATUS DCD_EnumerateObject(IN INT cIndex,
162 IN DSP_DCDOBJTYPE objType,
202 extern DSP_STATUS DCD_GetDepLibs(IN struct DCD_MANAGER* hDcdMgr,
203 IN struct DSP_UUID * pUuid,
[all …]
Dcsl.h86 IN PSTR pstrSource, ULONG uSize);
102 extern INT CSL_Atoi(IN CONST CHAR * ptstrSrc);
118 extern VOID CSL_ByteSwap(IN PSTR pstrSrc,
119 OUT PSTR pstrDest, IN ULONG ulBytes);
160 extern VOID CSL_NumToAscii(OUT PSTR pstrNumber, IN DWORD dwNum);
180 extern LONG CSL_Strcmp(IN CONST PSTR pstrStr1, IN CONST PSTR pstrStr2);
200 extern PSTR CSL_Strcpyn(OUT PSTR pstrDest, IN CONST PSTR pstrSrc,
201 IN DWORD cMax);
218 extern PSTR CSL_Strstr(IN CONST PSTR haystack, IN CONST PSTR needle);
233 extern DWORD CSL_Strlen(IN CONST PSTR pstrSrc);
[all …]
Dmem.h99 extern PVOID MEM_Alloc(IN ULONG cBytes, IN MEM_POOLATTRS type);
145 extern PVOID MEM_AllocPhysMem(IN ULONG cBytes,
146 IN ULONG ulAlign,
168 extern PVOID MEM_Calloc(IN ULONG cBytes, IN MEM_POOLATTRS type);
213 extern VOID MEM_Free(IN PVOID pMemBuf);
232 extern VOID MEM_VFree(IN PVOID pMemBuf);
286 extern INT MEM_GetNumPages(IN PVOID pAddr, IN ULONG cBytes);
340 extern PVOID MEM_LinearAddress(IN PVOID pPhyAddr, IN ULONG cBytes);
367 extern PVOID MEM_PageLock(IN PVOID pBuffer, IN ULONG cSize);
386 extern DSP_STATUS MEM_PageUnlock(IN PVOID pBuffer, IN ULONG cSize);
[all …]
Dsync.h107 extern DSP_STATUS SYNC_CloseEvent(IN struct SYNC_OBJECT* hEvent);
121 extern DSP_STATUS SYNC_DeleteCS(IN struct SYNC_CSOBJECT* hCSObj);
135 extern DSP_STATUS SYNC_EnterCS(IN struct SYNC_CSOBJECT* hCSObj);
204 extern DSP_STATUS SYNC_LeaveCS(IN struct SYNC_CSOBJECT* hCSObj);
238 IN OPTIONAL struct SYNC_ATTRS * pAttrs);
255 extern DSP_STATUS SYNC_PostMessage(IN HANDLE hWindow, IN UINT uMsg);
271 extern DSP_STATUS SYNC_ResetEvent(IN struct SYNC_OBJECT* hEvent);
287 extern DSP_STATUS SYNC_SetEvent(IN struct SYNC_OBJECT* hEvent);
310 extern DSP_STATUS SYNC_WaitOnEvent(IN struct SYNC_OBJECT* hEvent,
311 IN DWORD dwTimeOut);
[all …]
Dlist.h120 extern VOID LST_Delete(IN struct LST_LIST* pList);
150 extern struct LST_ELEM* LST_First(IN struct LST_LIST* pList);
181 extern struct LST_ELEM* LST_GetHead(IN struct LST_LIST* pList);
212 extern VOID LST_InitElem(IN struct LST_ELEM* pListElem);
230 extern VOID LST_InsertBefore(IN struct LST_LIST* pList,
231 IN struct LST_ELEM* pElem,
232 IN struct LST_ELEM* pElemExisting);
250 extern struct LST_ELEM* LST_Next(IN struct LST_LIST* pList,
251 IN struct LST_ELEM* pCurElem);
284 extern VOID LST_PutTail(IN struct LST_LIST* pList,
[all …]
Dcfg.h104 extern DSP_STATUS CFG_GetAutoStart(IN struct CFG_DEVNODE* hDevNode,
144 extern DSP_STATUS CFG_GetDevObject(IN struct CFG_DEVNODE* hDevNode,
165 extern DSP_STATUS CFG_GetDSPResources(IN struct CFG_DEVNODE* hDevNode,
189 extern DSP_STATUS CFG_GetExecFile(IN struct CFG_DEVNODE* hDevNode,
190 IN ULONG cBufSize,
212 extern DSP_STATUS CFG_GetHostResources(IN struct CFG_DEVNODE* hDevNode,
267 extern DSP_STATUS CFG_GetWMDFileName(IN struct CFG_DEVNODE* hDevNode,
268 IN ULONG cBufSize,
291 extern DSP_STATUS CFG_GetZLFile(IN struct CFG_DEVNODE* hDevNode,
292 IN ULONG cBufSize,
[all …]
DDSPNode.h91 IN CONST struct DSP_UUID * pNodeID,
92 IN CONST OPTIONAL struct DSP_CBDATA * pArgs,
93 IN OPTIONAL struct DSP_NODEATTRIN * pAttrIn,
118 IN OPTIONAL struct DSP_BUFFERATTR * pAttr,
168 IN OPTIONAL struct DSP_STRMATTR * pAttr);
204 IN OPTIONAL struct DSP_STRMATTR * pAttr,
205 IN OPTIONAL struct DSP_CBDATA * pConnParam);
273 extern DBAPI DSPNode_FreeMsgBuf(DSP_HNODE hNode, IN BYTE * pBuffer,
274 IN OPTIONAL struct DSP_BUFFERATTR * pAttr);
360 IN CONST struct DSP_MSG * pMessage,
[all …]
Ddbdcddef.h93 typedef DSP_STATUS(CDECL * DCD_REGISTERFXN) (IN struct DSP_UUID * pUuid,
94 IN DSP_DCDOBJTYPE objType,
95 IN PVOID handle);
97 typedef DSP_STATUS(CDECL * DCD_UNREGISTERFXN) (IN struct DSP_UUID * pUuid,
98 IN DSP_DCDOBJTYPE
DDSPProcessor_OEM.h68 IN OPTIONAL struct DSP_CBDATA * pArgs);
96 IN CONST INT iArgc,
97 IN CONST CHAR ** aArgv,
98 IN CONST CHAR ** aEnvp);
DDSPStream.h117 IN BYTE ** apBuffer, UINT uNumBufs);
181 extern DBAPI DSPStream_Issue(DSP_HSTREAM hStream, IN BYTE * pBuffer,
183 IN DWORD dwArg);
213 IN OPTIONAL struct DSP_STREAMATTRIN * pAttrIn,
301 extern DBAPI DSPStream_Select(IN DSP_HSTREAM * aStreamTab,
Ddbg.h115 extern DSP_STATUS DBG_Printf(IN PSTR pstrFormat, ...);
136 extern DSP_STATUS DBG_Trace(IN BYTE bLevel, IN PSTR pstrFormat, ...);
Duuidutil.h57 VOID UUID_UuidToString(IN struct DSP_UUID * pUuid, OUT CHAR * pszUuid,
75 extern VOID UUID_UuidFromString(IN CHAR * pszUuid,
/hardware/ti/omap3/dspbridge/libbridge/
DDSPProcessor_OEM.c64 IN OPTIONAL struct DSP_CBDATA *pArgs) in DSPProcessor_Ctrl()
94 DBAPI DSPProcessor_Load(DSP_HPROCESSOR hProcessor, IN CONST INT iArgc, in DSPProcessor_Load()
95 IN CONST CHAR **aArgv, IN CONST CHAR **aEnvp) in DSPProcessor_Load()
/hardware/broadcom/wlan/bcm4329/dhdutil/
DNOTICE9 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
11 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
12 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
/hardware/broadcom/wlan/bcmdhd/dhdutil/
DNOTICE9 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
11 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
12 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN

123