Lines Matching refs:DSP_ReadPipe
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()
186 DSP_ReadPipe(in, tmp, (u16)n); in DSPi_FileIOProc()
259 DSP_ReadPipe(pipe, buffer, length); in DSPi_PipeCallbackToConsole()
312 DSP_ReadPipe(pipe, buffer, length); in DSPi_PipeCallbackForDMA()
519 void DSP_ReadPipe(DSPPipe *pipe, void *buffer, u16 length) in DSP_ReadPipe() function