Searched refs:DSP_ReadPipe (Results 1 – 5 of 5) sorted by relevance
| /TwlSDK-5.4/build/libraries/dsp/common/src/ |
| D | dsp_pipe.c | 93 DSP_ReadPipe(in, &command, sizeof(command)); in DSPi_FileIOProc() 103 DSP_ReadPipe(in, &mode, sizeof(mode)); in DSPi_FileIOProc() 104 DSP_ReadPipe(in, &len, sizeof(len)); in DSPi_FileIOProc() 106 DSP_ReadPipe(in, path, len); in DSPi_FileIOProc() 119 DSP_ReadPipe(in, &addr, sizeof(addr)); in DSPi_FileIOProc() 120 DSP_ReadPipe(in, &length, sizeof(length)); in DSPi_FileIOProc() 144 DSP_ReadPipe(in, &position, sizeof(position)); in DSPi_FileIOProc() 145 DSP_ReadPipe(in, &whence, sizeof(whence)); in DSPi_FileIOProc() 159 DSP_ReadPipe(in, &length, sizeof(length)); in DSPi_FileIOProc() 180 DSP_ReadPipe(in, &length, sizeof(length)); in DSPi_FileIOProc() [all …]
|
| D | dsp_util.c | 122 DSP_ReadPipe(pipe, &response, sizeof(response)); in DSPi_PipeCallbackForSound()
|
| /TwlSDK-5.4/build/libraries/dsp/ARM9.TWL/src/ |
| D | dsp_g711.c | 179 DSP_ReadPipe(binin, &ack, sizeof(ack)); in DSPi_TryWaitForG711Core() 205 DSP_ReadPipe(binin, &ack, sizeof(ack)); in DSPi_WaitForG711Core()
|
| D | dsp_process.c | 854 DSP_ReadPipe(input, buffer, (DSPByte)length); in DSP_ReadProcessPipe()
|
| /TwlSDK-5.4/include/twl/dsp/common/ |
| D | pipe.h | 207 void DSP_ReadPipe(DSPPipe *pipe, void *buffer, u16 length);
|