Home
last modified time | relevance | path

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

/device/board/hisilicon/hispark_taurus/audio_drivers/soc/src/
Dhi3516_dma_ops.c125 int32_t Hi3516DmaBufAlloc(struct PlatformData *data, const enum AudioStreamType streamType) in Hi3516DmaBufAlloc()
158 int32_t Hi3516DmaBufFree(struct PlatformData *data, const enum AudioStreamType streamType) in Hi3516DmaBufFree()
190 …_t Hi3516DmaRequestChannel(const struct PlatformData *data, const enum AudioStreamType streamType) in Hi3516DmaRequestChannel()
196 …32_t Hi3516DmaConfigChannel(const struct PlatformData *data, const enum AudioStreamType streamType) in Hi3516DmaConfigChannel()
232 int32_t Hi3516DmaPrep(const struct PlatformData *data, const enum AudioStreamType streamType) in Hi3516DmaPrep()
238 int32_t Hi3516DmaSubmit(const struct PlatformData *data, const enum AudioStreamType streamType) in Hi3516DmaSubmit()
244 int32_t Hi3516DmaPending(struct PlatformData *data, const enum AudioStreamType streamType) in Hi3516DmaPending()
264 int32_t Hi3516DmaPause(struct PlatformData *data, const enum AudioStreamType streamType) in Hi3516DmaPause()
286 int32_t Hi3516DmaResume(const struct PlatformData *data, const enum AudioStreamType streamType) in Hi3516DmaResume()
304 int32_t Hi3516DmaPointer(struct PlatformData *data, const enum AudioStreamType streamType, uint32_t… in Hi3516DmaPointer()
/device/board/hihope/rk3568/audio_drivers/soc/src/
Drk3568_dma_ops.c48 uint32_t streamType; member
113 static int32_t DmaRtdMemAlloc(struct PlatformData *data, enum AudioStreamType streamType) in DmaRtdMemAlloc()
135 int32_t Rk3568DmaBufAlloc(struct PlatformData *data, const enum AudioStreamType streamType) in Rk3568DmaBufAlloc()
173 int32_t Rk3568DmaBufFree(struct PlatformData *data, const enum AudioStreamType streamType) in Rk3568DmaBufFree()
197 …_t Rk3568DmaRequestChannel(const struct PlatformData *data, const enum AudioStreamType streamType) in Rk3568DmaRequestChannel()
204 …32_t Rk3568DmaConfigChannel(const struct PlatformData *data, const enum AudioStreamType streamType) in Rk3568DmaConfigChannel()
250 int32_t Rk3568PcmPointer(struct PlatformData *data, const enum AudioStreamType streamType, uint32_t… in Rk3568PcmPointer()
306 int32_t Rk3568DmaPrep(const struct PlatformData *data, const enum AudioStreamType streamType) in Rk3568DmaPrep()
327 int32_t Rk3568DmaSubmit(const struct PlatformData *data, const enum AudioStreamType streamType) in Rk3568DmaSubmit()
382 int32_t Rk3568DmaPending(struct PlatformData *data, const enum AudioStreamType streamType) in Rk3568DmaPending()
[all …]
/device/board/hihope/rk3568/audio_drivers/dai/src/
Drk3568_dai_ops.c411 enum AudioStreamType streamType = AUDIO_CAPTURE_STREAM; in GetStreamType() local
433 …atic int32_t Rk3568TxAndRxStart(struct rk3568_i2s_tdm_dev *i2sTdm, enum AudioStreamType streamType) in Rk3568TxAndRxStart()
490 static int32_t Rk3568TxAndRxStop(struct rk3568_i2s_tdm_dev *i2sTdm, enum AudioStreamType streamType) in Rk3568TxAndRxStop()
550 enum AudioStreamType streamType, int on) in Rk3568TxAndRxSetReg()
583 enum AudioStreamType streamType = GetStreamType(cmd); in Rk3568NormalTrigger() local
/device/board/hihope/rk3568/audio_drivers/codec/rk809_codec/src/
Drk809_codec_impl.c344 int32_t RK809DaiParamsUpdate(struct DaiDevice *codecDai, enum AudioStreamType streamType, in RK809DaiParamsUpdate()