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()
436 void DSP_SyncPipe(DSPPipe *pipe) in DSP_SyncPipe()
454 void DSP_FlushPipe(DSPPipe *pipe) in DSP_FlushPipe()
482 u16 DSP_GetPipeReadableSize(const DSPPipe *pipe) in DSP_GetPipeReadableSize()
497 u16 DSP_GetPipeWritableSize(const DSPPipe *pipe) in DSP_GetPipeWritableSize()
515 void DSP_ReadPipe(DSPPipe *pipe, void *buffer, u16 length) in DSP_ReadPipe()
572 void DSP_WritePipe(DSPPipe *pipe, const void *buffer, u16 length) in DSP_WritePipe()
654 DSPPipe pipe[1]; in DSP_HookPipeNotification() local