Home
last modified time | relevance | path

Searched refs:snd_sgbuf_get_chunk_size (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/sound/
H A Dmemalloc.h104 unsigned int snd_sgbuf_get_chunk_size(struct snd_dma_buffer *dmab,
H A Dpcm.h1392 return snd_sgbuf_get_chunk_size(snd_pcm_get_dma_buf(substream), ofs, size); in snd_pcm_sgbuf_get_chunk_size()
/openbmc/linux/sound/soc/intel/avs/
H A Dcldma.c221 chunk = snd_sgbuf_get_chunk_size(dmab, offset, bdle_size); in cldma_setup_bdle()
/openbmc/linux/sound/soc/intel/skylake/
H A Dskl-sst-cldma.c94 chunk = snd_sgbuf_get_chunk_size(dmab_data, offset, size); in skl_cldma_setup_bdle()
/openbmc/linux/sound/core/
H A Dmemalloc.c265 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);
/openbmc/linux/sound/hda/
H A Dhdac_stream.c461 chunk = snd_sgbuf_get_chunk_size(dmab, ofs, size); in setup_bdle()
/openbmc/linux/sound/soc/sof/intel/
H A Dhda-stream.c81 chunk = snd_sgbuf_get_chunk_size(dmab, offset, size); in hda_setup_bdle()