Lines Matching defs:pipe
249 DSPPipe pipe[1]; in DSPi_PipeCallbackToConsole() local
302 DSPPipe pipe[1]; in DSPi_PipeCallbackForDMA() local
348 static void DSPi_WaitForPipe(DSPPipe *pipe) in DSPi_WaitForPipe()
406 DSPPipe* DSP_LoadPipe(DSPPipe *pipe, int port, int peer) in DSP_LoadPipe()
438 void DSP_SyncPipe(DSPPipe *pipe) in DSP_SyncPipe()
456 void DSP_FlushPipe(DSPPipe *pipe) in DSP_FlushPipe()
484 u16 DSP_GetPipeReadableSize(const DSPPipe *pipe) in DSP_GetPipeReadableSize()
499 u16 DSP_GetPipeWritableSize(const DSPPipe *pipe) in DSP_GetPipeWritableSize()
517 void DSP_ReadPipe(DSPPipe *pipe, void *buffer, u16 length) in DSP_ReadPipe()
574 void DSP_WritePipe(DSPPipe *pipe, const void *buffer, u16 length) in DSP_WritePipe()
658 DSPPipe pipe[1]; in DSP_HookPipeNotification() local