Home
last modified time | relevance | path

Searched defs:streamType (Results 1 – 2 of 2) sorted by relevance

/device/hihope/rk3568/audio_drivers/soc/src/
Drk3568_dma_ops.c46 uint32_t streamType; member
98 static int32_t DmaRtdMemAlloc(struct PlatformData *data, enum AudioStreamType streamType) in DmaRtdMemAlloc()
120 int32_t Rk3568DmaBufAlloc(struct PlatformData *data, const enum AudioStreamType streamType) in Rk3568DmaBufAlloc()
163 int32_t Rk3568DmaBufFree(struct PlatformData *data, const enum AudioStreamType streamType) in Rk3568DmaBufFree()
195 …_t Rk3568DmaRequestChannel(const struct PlatformData *data, const enum AudioStreamType streamType) in Rk3568DmaRequestChannel()
202 …32_t Rk3568DmaConfigChannel(const struct PlatformData *data, const enum AudioStreamType streamType) in Rk3568DmaConfigChannel()
242 int32_t Rk3568PcmPointer(struct PlatformData *data, const enum AudioStreamType streamType, uint32_t… in Rk3568PcmPointer()
275 int32_t Rk3568DmaPrep(const struct PlatformData *data, const enum AudioStreamType streamType) in Rk3568DmaPrep()
281 int32_t Rk3568DmaSubmit(const struct PlatformData *data, const enum AudioStreamType streamType) in Rk3568DmaSubmit()
315 int32_t Rk3568DmaPending(struct PlatformData *data, const enum AudioStreamType streamType) in Rk3568DmaPending()
[all …]
/device/hihope/rk3568/audio_drivers/dai/src/
Drk3568_dai_ops.c361 enum AudioStreamType streamType = AUDIO_CAPTURE_STREAM; in GetStreamType() local
384 enum AudioStreamType streamType, int on) in Rk3568TxAndRxSetReg()
447 enum AudioStreamType streamType = GetStreamType(cmd); in Rk3568NormalTrigger() local