Searched refs:acp_get_byte_count (Results 1 – 8 of 8) sorted by relevance
| /linux/sound/soc/amd/raven/ |
| H A D | acp3x.h | 124 static inline u64 acp_get_byte_count(struct i2s_stream_instance *rtd, in acp_get_byte_count() function
|
| H A D | acp3x-pcm-dma.c | 307 bytescount = acp_get_byte_count(rtd, substream->stream); in acp3x_dma_pointer()
|
| /linux/sound/soc/amd/vangogh/ |
| H A D | acp5x.h | 152 static inline u64 acp_get_byte_count(struct i2s_stream_instance *rtd, in acp_get_byte_count() function
|
| H A D | acp5x-pcm-dma.c | 301 bytescount = acp_get_byte_count(rtd, substream->stream); in acp5x_dma_pointer()
|
| /linux/sound/soc/amd/ |
| H A D | acp-pcm-dma.c | 1019 static u64 acp_get_byte_count(struct audio_substream_data *rtd) in acp_get_byte_count() function 1048 bytescount = acp_get_byte_count(rtd); in acp_dma_pointer() 1066 bytescount = acp_get_byte_count(rtd); in acp_dma_pointer() 1127 rtd->bytescount = acp_get_byte_count(rtd); in acp_dma_trigger()
|
| /linux/sound/soc/amd/acp/ |
| H A D | amd.h | 314 static inline u64 acp_get_byte_count(struct acp_chip_info *chip, int dai_id, int direction) in acp_get_byte_count() function
|
| H A D | acp-platform.c | 282 bytescount = acp_get_byte_count(chip, stream->dai_id, substream->stream); in acp_dma_pointer()
|
| H A D | acp-i2s.c | 402 stream->bytescount = acp_get_byte_count(chip, stream->dai_id, substream->stream); in acp_i2s_trigger()
|