/linux/sound/pci/trident/ |
A D | trident_memory.c | 165 if (snd_BUG_ON(runtime->dma_bytes <= 0 || in snd_trident_alloc_sg_pages() 166 runtime->dma_bytes > SNDRV_TRIDENT_MAX_PAGES * in snd_trident_alloc_sg_pages() 176 blk = search_empty(hdr, runtime->dma_bytes); in snd_trident_alloc_sg_pages() 211 if (snd_BUG_ON(runtime->dma_bytes <= 0 || in snd_trident_alloc_cont_pages() 212 runtime->dma_bytes > SNDRV_TRIDENT_MAX_PAGES * in snd_trident_alloc_cont_pages() 220 blk = search_empty(hdr, runtime->dma_bytes); in snd_trident_alloc_cont_pages()
|
/linux/sound/soc/uniphier/ |
A D | aio-dma.c | 36 ret = aiodma_rb_set_threshold(sub, runtime->dma_bytes, in aiodma_pcm_irq() 41 aiodma_rb_sync(sub, runtime->dma_addr, runtime->dma_bytes, bytes); in aiodma_pcm_irq() 125 runtime->dma_addr + runtime->dma_bytes, in uniphier_aiodma_prepare() 149 aiodma_rb_sync(sub, runtime->dma_addr, runtime->dma_bytes, in uniphier_aiodma_trigger() 183 aiodma_rb_sync(sub, runtime->dma_addr, runtime->dma_bytes, bytes); in uniphier_aiodma_pointer()
|
/linux/sound/soc/codecs/ |
A D | rt5677-spi.c | 219 if (begin > end || runtime->dma_bytes < 2 * bytes_per_frame) { in rt5677_spi_copy_block() 222 begin, end, runtime->dma_bytes); in rt5677_spi_copy_block() 233 if (end - begin > runtime->dma_bytes - bytes_per_frame) in rt5677_spi_copy_block() 234 begin = end - (runtime->dma_bytes - bytes_per_frame); in rt5677_spi_copy_block() 239 if (rt5677_dsp->dma_offset + first_chunk_len > runtime->dma_bytes) { in rt5677_spi_copy_block() 242 first_chunk_len = runtime->dma_bytes - rt5677_dsp->dma_offset; in rt5677_spi_copy_block() 253 if (rt5677_dsp->dma_offset == runtime->dma_bytes) in rt5677_spi_copy_block()
|
/linux/sound/soc/mediatek/common/ |
A D | mtk-afe-fe-dai.c | 140 substream->runtime->dma_bytes); in mtk_afe_fe_hw_params() 143 substream->runtime->dma_bytes); in mtk_afe_fe_hw_params() 149 substream->runtime->dma_bytes); in mtk_afe_fe_hw_params() 404 size_t dma_bytes) in mtk_memif_set_addr() argument 413 memif->dma_bytes = dma_bytes; in mtk_memif_set_addr() 422 phys_buf_addr + dma_bytes - 1); in mtk_memif_set_addr() 427 phys_buf_addr + dma_bytes - 1); in mtk_memif_set_addr()
|
A D | mtk-afe-fe-dai.h | 42 size_t dma_bytes);
|
A D | mtk-base-afe.h | 130 size_t dma_bytes; member
|
/linux/include/sound/ |
A D | compress_driver.h | 55 size_t dma_bytes; member 230 runtime->dma_bytes = bufp->bytes; in snd_compr_set_runtime_buffer() 235 runtime->dma_bytes = 0; in snd_compr_set_runtime_buffer()
|
A D | pcm.h | 417 size_t dma_bytes; /* size of DMA area */ member 1162 runtime->dma_bytes = bufp->bytes; in snd_pcm_set_runtime_buffer() 1167 runtime->dma_bytes = 0; in snd_pcm_set_runtime_buffer()
|
/linux/sound/core/ |
A D | pcm_memory.c | 408 runtime->dma_bytes = size; in snd_pcm_lib_malloc_pages() 438 runtime->dma_bytes = size; in snd_pcm_lib_malloc_pages() 480 if (runtime->dma_bytes >= size) in _snd_pcm_lib_alloc_vmalloc_buffer() 487 runtime->dma_bytes = size; in _snd_pcm_lib_alloc_vmalloc_buffer()
|
A D | pcm_native.c | 773 size_t size = runtime->dma_bytes; in snd_pcm_hw_params() 2606 if (runtime->dma_bytes) { in snd_pcm_hw_constraints_complete() 2607 …rr = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_BYTES, 0, runtime->dma_bytes); in snd_pcm_hw_constraints_complete() 3706 size_t dma_bytes; in snd_pcm_mmap_data_fault() local 3712 dma_bytes = PAGE_ALIGN(runtime->dma_bytes); in snd_pcm_mmap_data_fault() 3713 if (offset > dma_bytes - PAGE_SIZE) in snd_pcm_mmap_data_fault() 3783 return vm_iomap_memory(area, runtime->dma_addr, runtime->dma_bytes); in snd_pcm_lib_mmap_iomem() 3797 size_t dma_bytes; in snd_pcm_mmap_data() local 3817 dma_bytes = PAGE_ALIGN(runtime->dma_bytes); in snd_pcm_mmap_data() 3818 if ((size_t)size > dma_bytes) in snd_pcm_mmap_data() [all …]
|
/linux/sound/soc/sh/ |
A D | dma-sh7760.c | 199 (u32)runtime->dma_addr, runtime->dma_bytes); in camelot_prepare() 203 BRGREG(BRGATXTCR) = runtime->dma_bytes; in camelot_prepare() 206 BRGREG(BRGARXTCR) = runtime->dma_bytes; in camelot_prepare()
|
/linux/sound/soc/atmel/ |
A D | atmel-pcm-pdc.c | 152 prtd->dma_buffer_end = runtime->dma_addr + runtime->dma_bytes; in atmel_pcm_hw_params() 159 runtime->dma_bytes, in atmel_pcm_hw_params() 202 rtd->buffer_size, rtd->dma_area, rtd->dma_bytes); in atmel_pcm_trigger()
|
/linux/sound/soc/samsung/ |
A D | idma.c | 88 val |= (((runtime->dma_bytes >> 2) & in idma_enqueue() 155 runtime->dma_bytes = params_buffer_bytes(params); in idma_hw_params() 160 prtd->end = runtime->dma_addr + runtime->dma_bytes; in idma_hw_params()
|
/linux/sound/pci/emu10k1/ |
A D | memory.c | 311 if (snd_BUG_ON(runtime->dma_bytes <= 0 || in snd_emu10k1_alloc_pages() 312 runtime->dma_bytes >= (emu->address_mode ? MAXPAGES1 : MAXPAGES0) * EMUPAGESIZE)) in snd_emu10k1_alloc_pages() 321 blk = search_empty(emu, runtime->dma_bytes + idx); in snd_emu10k1_alloc_pages() 333 if (ofs >= runtime->dma_bytes) in snd_emu10k1_alloc_pages()
|
/linux/drivers/media/usb/go7007/ |
A D | snd-go7007.c | 77 if (gosnd->w_idx + length > runtime->dma_bytes) { in parse_audio_stream_data() 78 int cpy = runtime->dma_bytes - gosnd->w_idx; in parse_audio_stream_data()
|
/linux/sound/soc/bcm/ |
A D | bcm63xx-pcm-whistler.c | 274 runtime->dma_bytes) { in i2s_dma_isr() 324 runtime->dma_bytes) { in i2s_dma_isr()
|
/linux/sound/isa/msnd/ |
A D | msnd.c | 477 runtime->dma_bytes = 0x3000; in snd_msnd_playback_open() 582 runtime->dma_bytes = 0x3000; in snd_msnd_capture_open() 583 memset(runtime->dma_area, 0, runtime->dma_bytes); in snd_msnd_capture_open()
|
/linux/drivers/usb/gadget/udc/ |
A D | omap_udc.h | 135 unsigned dma_bytes; member
|
/linux/sound/ppc/ |
A D | snd_ps3.c | 583 card->dma_buffer_size = runtime->dma_bytes; in snd_ps3_pcm_prepare() 594 runtime->dma_area + (runtime->dma_bytes / 2); in snd_ps3_pcm_prepare() 596 runtime->dma_addr + (runtime->dma_bytes / 2); in snd_ps3_pcm_prepare()
|
/linux/sound/soc/sof/ |
A D | pcm.c | 196 runtime->dma_bytes); in sof_pcm_hw_params() 202 pcm.params.buffer.pages = PFN_UP(runtime->dma_bytes); in sof_pcm_hw_params() 211 pcm.params.buffer.size = runtime->dma_bytes; in sof_pcm_hw_params()
|
A D | sof-probes.c | 298 rtd->dma_bytes); in sof_probe_compr_set_params()
|
/linux/sound/soc/meson/ |
A D | aiu-fifo.c | 105 end = runtime->dma_addr + runtime->dma_bytes - fifo->fifo_block; in aiu_fifo_hw_params()
|
A D | axg-fifo.c | 122 end_ptr = runtime->dma_addr + runtime->dma_bytes - AXG_FIFO_BURST; in axg_fifo_pcm_hw_params()
|
/linux/sound/soc/intel/catpt/ |
A D | pcm.c | 160 pages = snd_sgbuf_aligned_pages(rtm->dma_bytes); in catpt_arrange_page_table() 403 rinfo.num_pages = DIV_ROUND_UP(rtm->dma_bytes, PAGE_SIZE); in catpt_dai_hw_params() 404 rinfo.size = rtm->dma_bytes; in catpt_dai_hw_params()
|
/linux/sound/soc/au1x/ |
A D | dbdma2.c | 206 (unsigned long)runtime->dma_addr, runtime->dma_bytes, in au1xpsc_pcm_hw_params()
|