Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/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()
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 …]
Ddsp_util.c110 DSPPipe pipe[1]; in DSPi_PipeCallbackForSound() local
/TwlSDK-5.2.1/include/twl/dsp/common/
Dpipe.h102 DSPPipe pipe[DSP_PIPE_PORT_MAX][DSP_PIPE_PEER_MAX]; member