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/
H A Dhi3516_dma_ops.c125 int32_t Hi3516DmaBufAlloc(struct PlatformData *data, const enum AudioStreamType streamType) in Hi3516DmaBufAlloc() argument
158 int32_t Hi3516DmaBufFree(struct PlatformData *data, const enum AudioStreamType streamType) in Hi3516DmaBufFree() argument
190 int32_t Hi3516DmaRequestChannel(const struct PlatformData *data, const enum AudioStreamType streamType) in Hi3516DmaRequestChannel() argument
196 int32_t Hi3516DmaConfigChannel(const struct PlatformData *data, const enum AudioStreamType streamType) in Hi3516DmaConfigChannel() argument
232 Hi3516DmaPrep(const struct PlatformData *data, const enum AudioStreamType streamType) Hi3516DmaPrep() argument
238 Hi3516DmaSubmit(const struct PlatformData *data, const enum AudioStreamType streamType) Hi3516DmaSubmit() argument
244 Hi3516DmaPending(struct PlatformData *data, const enum AudioStreamType streamType) Hi3516DmaPending() argument
264 Hi3516DmaPause(struct PlatformData *data, const enum AudioStreamType streamType) Hi3516DmaPause() argument
286 Hi3516DmaResume(const struct PlatformData *data, const enum AudioStreamType streamType) Hi3516DmaResume() argument
304 Hi3516DmaPointer(struct PlatformData *data, const enum AudioStreamType streamType, uint32_t *pointer) Hi3516DmaPointer() argument
[all...]
/device/board/hihope/dayu210/audio_drivers/dai/src/
H A Drk3588_dai_ops.c412 enum AudioStreamType streamType = AUDIO_CAPTURE_STREAM; in GetStreamType() local
434 Rk3588TxAndRxStart(struct rk3588_i2s_tdm_dev *i2sTdm, enum AudioStreamType streamType) Rk3588TxAndRxStart() argument
491 Rk3588TxAndRxStop(struct rk3588_i2s_tdm_dev *i2sTdm, enum AudioStreamType streamType) Rk3588TxAndRxStop() argument
550 Rk3588TxAndRxSetReg(struct rk3588_i2s_tdm_dev *i2sTdm, enum AudioStreamType streamType, int on) Rk3588TxAndRxSetReg() argument
584 enum AudioStreamType streamType = GetStreamType(cmd); Rk3588NormalTrigger() local
[all...]
/device/board/hihope/dayu210/audio_drivers/soc/src/
H A Drk3588_dma_ops.c48 uint32_t streamType; member
114 static int32_t DmaRtdMemAlloc(struct PlatformData *data, enum AudioStreamType streamType) in DmaRtdMemAlloc() argument
136 int32_t Rk3588DmaBufAlloc(struct PlatformData *data, const enum AudioStreamType streamType) in Rk3588DmaBufAlloc() argument
176 Rk3588DmaBufFree(struct PlatformData *data, const enum AudioStreamType streamType) Rk3588DmaBufFree() argument
202 Rk3588DmaRequestChannel(const struct PlatformData *data, const enum AudioStreamType streamType) Rk3588DmaRequestChannel() argument
209 Rk3588DmaConfigChannel(const struct PlatformData *data, const enum AudioStreamType streamType) Rk3588DmaConfigChannel() argument
255 Rk3588PcmPointer(struct PlatformData *data, const enum AudioStreamType streamType, uint32_t *pointer) Rk3588PcmPointer() argument
311 Rk3588DmaPrep(const struct PlatformData *data, const enum AudioStreamType streamType) Rk3588DmaPrep() argument
319 Rk3588DmaSubmit(const struct PlatformData *data, const enum AudioStreamType streamType) Rk3588DmaSubmit() argument
371 Rk3588DmaPending(struct PlatformData *data, const enum AudioStreamType streamType) Rk3588DmaPending() argument
393 Rk3588DmaPause(struct PlatformData *data, const enum AudioStreamType streamType) Rk3588DmaPause() argument
412 Rk3588DmaResume(const struct PlatformData *data, const enum AudioStreamType streamType) Rk3588DmaResume() argument
[all...]
/device/board/hihope/rk3568/audio_drivers/dai/src/
H A Drk3568_dai_ops.c414 enum AudioStreamType streamType = AUDIO_CAPTURE_STREAM; in GetStreamType() local
436 Rk3568TxAndRxStart(struct rk3568_i2s_tdm_dev *i2sTdm, enum AudioStreamType streamType) Rk3568TxAndRxStart() argument
493 Rk3568TxAndRxStop(struct rk3568_i2s_tdm_dev *i2sTdm, enum AudioStreamType streamType) Rk3568TxAndRxStop() argument
552 Rk3568TxAndRxSetReg(struct rk3568_i2s_tdm_dev *i2sTdm, enum AudioStreamType streamType, int on) Rk3568TxAndRxSetReg() argument
586 enum AudioStreamType streamType = GetStreamType(cmd); Rk3568NormalTrigger() local
[all...]
/device/board/hihope/rk3568/audio_drivers/soc/src/
H A Drk3568_dma_ops.c218 int32_t Rk3568DmaBufAlloc(struct PlatformData *data, const enum AudioStreamType streamType) in Rk3568DmaBufAlloc() argument
264 int32_t Rk3568DmaBufFree(struct PlatformData *data, const enum AudioStreamType streamType) in Rk3568DmaBufFree() argument
296 int32_t Rk3568DmaRequestChannel(const struct PlatformData *data, const enum AudioStreamType streamType) in Rk3568DmaRequestChannel() argument
303 int32_t Rk3568DmaConfigChannel(const struct PlatformData *data, const enum AudioStreamType streamType) in Rk3568DmaConfigChannel() argument
356 int32_t Rk3568PcmPointer(struct PlatformData *data, const enum AudioStreamType streamType, uint32_ argument
414 Rk3568DmaPrep(const struct PlatformData *data, const enum AudioStreamType streamType) Rk3568DmaPrep() argument
474 Rk3568DmaSubmit(const struct PlatformData *data, const enum AudioStreamType streamType) Rk3568DmaSubmit() argument
533 Rk3568DmaPending(struct PlatformData *data, const enum AudioStreamType streamType) Rk3568DmaPending() argument
567 Rk3568DmaPause(struct PlatformData *data, const enum AudioStreamType streamType) Rk3568DmaPause() argument
598 Rk3568DmaResume(const struct PlatformData *data, const enum AudioStreamType streamType) Rk3568DmaResume() argument
[all...]
/device/board/hihope/rk3568/audio_drivers/codec/rk809_codec/src/
H A Drk809_codec_impl.c344 int32_t RK809DaiParamsUpdate(struct DaiDevice *codecDai, enum AudioStreamType streamType, in RK809DaiParamsUpdate() argument

Completed in 5 milliseconds