Home
last modified time | relevance | path

Searched defs:pipe (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.4/build/libraries/dsp/common/src/
Ddsp_pipe.c249 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()
[all …]
Ddsp_util.c118 DSPPipe pipe[1]; in DSPi_PipeCallbackForSound() local
/TwlSDK-5.4/include/twl/dsp/common/
Dpipe.h102 DSPPipe pipe[DSP_PIPE_PORT_MAX][DSP_PIPE_PEER_MAX]; member