Home
last modified time | relevance | path

Searched defs:streamType (Results 1 – 6 of 6) 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 …2_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/dayu210/audio_drivers/soc/src/
Drk3588_dma_ops.c48 uint32_t streamType; member
114 static int32_t DmaRtdMemAlloc(struct PlatformData *data, enum AudioStreamType streamType) in DmaRtdMemAlloc()
136 int32_t Rk3588DmaBufAlloc(struct PlatformData *data, const enum AudioStreamType streamType) in Rk3588DmaBufAlloc()
176 int32_t Rk3588DmaBufFree(struct PlatformData *data, const enum AudioStreamType streamType) in Rk3588DmaBufFree()
202 …_t Rk3588DmaRequestChannel(const struct PlatformData *data, const enum AudioStreamType streamType) in Rk3588DmaRequestChannel()
209 …32_t Rk3588DmaConfigChannel(const struct PlatformData *data, const enum AudioStreamType streamType) in Rk3588DmaConfigChannel()
255 int32_t Rk3588PcmPointer(struct PlatformData *data, const enum AudioStreamType streamType, uint32_t… in Rk3588PcmPointer()
311 int32_t Rk3588DmaPrep(const struct PlatformData *data, const enum AudioStreamType streamType) in Rk3588DmaPrep()
319 int32_t Rk3588DmaSubmit(const struct PlatformData *data, const enum AudioStreamType streamType) in Rk3588DmaSubmit()
371 int32_t Rk3588DmaPending(struct PlatformData *data, const enum AudioStreamType streamType) in Rk3588DmaPending()
[all …]
/device/board/hihope/rk3568/audio_drivers/soc/src/
Drk3568_dma_ops.c218 int32_t Rk3568DmaBufAlloc(struct PlatformData *data, const enum AudioStreamType streamType) in Rk3568DmaBufAlloc()
264 int32_t Rk3568DmaBufFree(struct PlatformData *data, const enum AudioStreamType streamType) in Rk3568DmaBufFree()
296 …_t Rk3568DmaRequestChannel(const struct PlatformData *data, const enum AudioStreamType streamType) in Rk3568DmaRequestChannel()
303 …32_t Rk3568DmaConfigChannel(const struct PlatformData *data, const enum AudioStreamType streamType) in Rk3568DmaConfigChannel()
356 int32_t Rk3568PcmPointer(struct PlatformData *data, const enum AudioStreamType streamType, uint32_t… in Rk3568PcmPointer()
414 int32_t Rk3568DmaPrep(const struct PlatformData *data, const enum AudioStreamType streamType) in Rk3568DmaPrep()
474 int32_t Rk3568DmaSubmit(const struct PlatformData *data, const enum AudioStreamType streamType) in Rk3568DmaSubmit()
533 int32_t Rk3568DmaPending(struct PlatformData *data, const enum AudioStreamType streamType) in Rk3568DmaPending()
567 int32_t Rk3568DmaPause(struct PlatformData *data, const enum AudioStreamType streamType) in Rk3568DmaPause()
598 int32_t Rk3568DmaResume(const struct PlatformData *data, const enum AudioStreamType streamType) in Rk3568DmaResume()
/device/board/hihope/dayu210/audio_drivers/dai/src/
Drk3588_dai_ops.c412 enum AudioStreamType streamType = AUDIO_CAPTURE_STREAM; in GetStreamType() local
434 …atic int32_t Rk3588TxAndRxStart(struct rk3588_i2s_tdm_dev *i2sTdm, enum AudioStreamType streamType) in Rk3588TxAndRxStart()
491 static int32_t Rk3588TxAndRxStop(struct rk3588_i2s_tdm_dev *i2sTdm, enum AudioStreamType streamType) in Rk3588TxAndRxStop()
551 enum AudioStreamType streamType, int on) in Rk3588TxAndRxSetReg()
584 enum AudioStreamType streamType = GetStreamType(cmd); in Rk3588NormalTrigger() local
/device/board/hihope/rk3568/audio_drivers/dai/src/
Drk3568_dai_ops.c414 enum AudioStreamType streamType = AUDIO_CAPTURE_STREAM; in GetStreamType() local
436 …atic int32_t Rk3568TxAndRxStart(struct rk3568_i2s_tdm_dev *i2sTdm, enum AudioStreamType streamType) in Rk3568TxAndRxStart()
493 static int32_t Rk3568TxAndRxStop(struct rk3568_i2s_tdm_dev *i2sTdm, enum AudioStreamType streamType) in Rk3568TxAndRxStop()
553 enum AudioStreamType streamType, int on) in Rk3568TxAndRxSetReg()
586 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()