Home
last modified time | relevance | path

Searched refs:snd_sgbuf_get_addr (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/sound/soc/sof/
H A Dsof-utils.c45 u32 pfn = snd_sgbuf_get_addr(dmab, i * PAGE_SIZE) >> PAGE_SHIFT; in snd_sof_create_page_table()
/openbmc/linux/include/sound/
H A Dmemalloc.h102 dma_addr_t snd_sgbuf_get_addr(struct snd_dma_buffer *dmab, size_t offset);
H A Dpcm.h1376 return snd_sgbuf_get_addr(snd_pcm_get_dma_buf(substream), ofs); in snd_pcm_sgbuf_get_addr()
/openbmc/linux/sound/soc/sof/amd/
H A Dacp-stream.c107 addr = snd_sgbuf_get_addr(stream->dmab, page_idx * PAGE_SIZE); in acp_dsp_stream_config()
/openbmc/linux/sound/core/
H A Dmemalloc.c227 dma_addr_t snd_sgbuf_get_addr(struct snd_dma_buffer *dmab, size_t offset) in snd_sgbuf_get_addr() function
236 EXPORT_SYMBOL(snd_sgbuf_get_addr);
563 dmab->addr = snd_sgbuf_get_addr(dmab, 0); in snd_dma_noncontig_alloc()
/openbmc/linux/sound/soc/intel/avs/
H A Dcldma.c218 addr = snd_sgbuf_get_addr(dmab, offset); in cldma_setup_bdle()
/openbmc/linux/sound/soc/intel/skylake/
H A Dskl-sst-cldma.c91 addr = snd_sgbuf_get_addr(dmab_data, offset); in skl_cldma_setup_bdle()
/openbmc/linux/sound/soc/intel/catpt/
H A Dpcm.c166 pfn = PFN_DOWN(snd_sgbuf_get_addr(databuf, i * PAGE_SIZE)); in catpt_arrange_page_table()
406 rinfo.ring_first_page_pfn = PFN_DOWN(snd_sgbuf_get_addr(dmab, 0)); in catpt_dai_hw_params()
/openbmc/linux/sound/hda/
H A Dhdac_stream.c456 addr = snd_sgbuf_get_addr(dmab, ofs); in setup_bdle()
/openbmc/linux/sound/soc/sof/intel/
H A Dhda-stream.c76 addr = snd_sgbuf_get_addr(dmab, offset); in hda_setup_bdle()