Searched defs:pipe (Results 1 – 3 of 3) sorted by relevance
249 DSPPipe pipe[1]; in DSPi_PipeCallbackToConsole() local302 DSPPipe pipe[1]; in DSPi_PipeCallbackForDMA() local348 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()[all …]
110 DSPPipe pipe[1]; in DSPi_PipeCallbackForSound() local
102 DSPPipe pipe[DSP_PIPE_PORT_MAX][DSP_PIPE_PEER_MAX]; member