Searched refs:snd_pcm_get_dma_buf (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/sound/core/ |
H A D | pcm_local.h | 80 snd_dma_buffer_sync(snd_pcm_get_dma_buf(substream), mode); in snd_pcm_dma_buffer_sync()
|
H A D | pcm_native.c | 267 dmabuf = snd_pcm_get_dma_buf(substream); in hw_support_mmap() 3795 else if (!snd_pcm_get_dma_buf(substream)) in snd_pcm_mmap_data_fault() 3798 page = snd_sgbuf_get_page(snd_pcm_get_dma_buf(substream), offset); in snd_pcm_mmap_data_fault() 3836 !snd_dma_buffer_mmap(snd_pcm_get_dma_buf(substream), area)) in snd_pcm_lib_default_mmap()
|
/kernel/linux/linux-5.10/sound/hda/ |
H A D | hdac_stream.c | 525 ofs = setup_bdle(bus, snd_pcm_get_dma_buf(substream), in snd_hdac_stream_setup_periods() 536 ofs = setup_bdle(bus, snd_pcm_get_dma_buf(substream), in snd_hdac_stream_setup_periods() 540 ofs = setup_bdle(bus, snd_pcm_get_dma_buf(substream), in snd_hdac_stream_setup_periods()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | pcm.h | 1256 #define snd_pcm_get_dma_buf(substream) ((substream)->runtime->dma_buffer_p) macro 1263 snd_pcm_get_dma_buf(substream)->private_data 1274 return snd_sgbuf_get_addr(snd_pcm_get_dma_buf(substream), ofs); in snd_pcm_sgbuf_get_addr() 1285 return snd_sgbuf_get_ptr(snd_pcm_get_dma_buf(substream), ofs); in snd_pcm_sgbuf_get_ptr() 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-6.6/sound/hda/ |
H A D | hdac_stream.c | 503 dmab = snd_pcm_get_dma_buf(substream); in snd_hdac_stream_setup_periods() 505 dmab = snd_pcm_get_dma_buf(cstream); in snd_hdac_stream_setup_periods()
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | pcm.h | 1364 #define snd_pcm_get_dma_buf(substream) ((substream)->runtime->dma_buffer_p) macro 1376 return snd_sgbuf_get_addr(snd_pcm_get_dma_buf(substream), ofs); in snd_pcm_sgbuf_get_addr() 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-5.10/sound/soc/intel/catpt/ |
H A D | pcm.c | 157 struct snd_dma_buffer *databuf = snd_pcm_get_dma_buf(substream); in catpt_arrange_page_table() 352 dmab = snd_pcm_get_dma_buf(substream); in catpt_dai_hw_params()
|
/kernel/linux/linux-6.6/sound/soc/intel/catpt/ |
H A D | pcm.c | 157 struct snd_dma_buffer *databuf = snd_pcm_get_dma_buf(substream); in catpt_arrange_page_table() 398 dmab = snd_pcm_get_dma_buf(substream); in catpt_dai_hw_params()
|
/kernel/linux/linux-6.6/sound/soc/sof/ |
H A D | pcm.c | 30 struct snd_dma_buffer *dmab = snd_pcm_get_dma_buf(substream); in create_page_table()
|
/kernel/linux/linux-5.10/sound/soc/sof/ |
H A D | pcm.c | 30 struct snd_dma_buffer *dmab = snd_pcm_get_dma_buf(substream); in create_page_table()
|
Completed in 21 milliseconds