Searched refs:snd_sgbuf_get_chunk_size (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/include/sound/ |
H A D | memalloc.h | 119 unsigned int snd_sgbuf_get_chunk_size(struct snd_dma_buffer *dmab, 135 #define snd_sgbuf_get_chunk_size(dmab, ofs, size) (size) macro
|
H A D | pcm.h | 1299 return snd_sgbuf_get_chunk_size(snd_pcm_get_dma_buf(substream), ofs, size); in snd_pcm_sgbuf_get_chunk_size()
|
/kernel/linux/linux-5.10/sound/core/ |
H A D | sgbuf.c | 139 unsigned int snd_sgbuf_get_chunk_size(struct snd_dma_buffer *dmab, in snd_sgbuf_get_chunk_size() function 163 EXPORT_SYMBOL(snd_sgbuf_get_chunk_size); variable
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | memalloc.h | 104 unsigned int snd_sgbuf_get_chunk_size(struct snd_dma_buffer *dmab,
|
H A D | pcm.h | 1392 return snd_sgbuf_get_chunk_size(snd_pcm_get_dma_buf(substream), ofs, size); in snd_pcm_sgbuf_get_chunk_size()
|
/kernel/linux/linux-6.6/sound/soc/intel/avs/ |
H A D | cldma.c | 221 chunk = snd_sgbuf_get_chunk_size(dmab, offset, bdle_size); in cldma_setup_bdle()
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | memalloc.c | 257 * snd_sgbuf_get_chunk_size - compute the max chunk size with continuous pages 265 unsigned int snd_sgbuf_get_chunk_size(struct snd_dma_buffer *dmab, in snd_sgbuf_get_chunk_size() function 275 EXPORT_SYMBOL(snd_sgbuf_get_chunk_size); variable
|
/kernel/linux/linux-6.6/sound/soc/intel/skylake/ |
H A D | skl-sst-cldma.c | 94 chunk = snd_sgbuf_get_chunk_size(dmab_data, offset, size); in skl_cldma_setup_bdle()
|
/kernel/linux/linux-5.10/sound/hda/ |
H A D | hdac_stream.c | 457 chunk = snd_sgbuf_get_chunk_size(dmab, ofs, size); in setup_bdle()
|
/kernel/linux/linux-6.6/sound/hda/ |
H A D | hdac_stream.c | 461 chunk = snd_sgbuf_get_chunk_size(dmab, ofs, size); in setup_bdle()
|
/kernel/linux/linux-5.10/sound/soc/sof/intel/ |
H A D | hda-stream.c | 54 chunk = snd_sgbuf_get_chunk_size(dmab, offset, size); in hda_setup_bdle()
|
/kernel/linux/linux-6.6/sound/soc/sof/intel/ |
H A D | hda-stream.c | 81 chunk = snd_sgbuf_get_chunk_size(dmab, offset, size); in hda_setup_bdle()
|
Completed in 14 milliseconds