Searched refs:DSP_LoadPipe (Results 1 – 6 of 6) sorted by relevance
| /TwlSDK-5.4/build/libraries/dsp/ARM9.TWL/src/ |
| D | dsp_g711.c | 176 (void)DSP_LoadPipe(binin, DSP_PIPE_BINARY, DSP_PIPE_INPUT); in DSPi_TryWaitForG711Core() 202 (void)DSP_LoadPipe(binin, DSP_PIPE_BINARY, DSP_PIPE_INPUT); in DSPi_WaitForG711Core()
|
| D | dsp_graphics.c | 186 (void)DSP_LoadPipe(binOut, DSP_PIPE_BINARY, DSP_PIPE_OUTPUT); in DSPi_LoadGraphicsCore()
|
| D | dsp_process.c | 853 (void)DSP_LoadPipe(input, port, DSP_PIPE_INPUT); in DSP_ReadProcessPipe() 873 (void)DSP_LoadPipe(output, port, DSP_PIPE_OUTPUT); in DSP_WriteProcessPipe()
|
| /TwlSDK-5.4/build/libraries/dsp/common/src/ |
| D | dsp_pipe.c | 89 (void)DSP_LoadPipe(in, port, DSP_PIPE_INPUT); in DSPi_FileIOProc() 90 (void)DSP_LoadPipe(out, port, DSP_PIPE_OUTPUT); in DSPi_FileIOProc() 250 (void)DSP_LoadPipe(pipe, port, peer); in DSPi_PipeCallbackToConsole() 303 (void)DSP_LoadPipe(pipe, port, peer); in DSPi_PipeCallbackForDMA() 406 DSPPipe* DSP_LoadPipe(DSPPipe *pipe, int port, int peer) in DSP_LoadPipe() function 440 (void)DSP_LoadPipe(pipe, in DSP_SyncPipe() 659 (void)DSP_LoadPipe(pipe, port, peer); in DSP_HookPipeNotification()
|
| D | dsp_util.c | 119 (void)DSP_LoadPipe(pipe, port, peer); in DSPi_PipeCallbackForSound()
|
| /TwlSDK-5.4/include/twl/dsp/common/ |
| D | pipe.h | 149 DSPPipe* DSP_LoadPipe(DSPPipe *pipe, int port, int peer);
|