dma_bytes         255 drivers/media/pci/cobalt/cobalt-alsa-pcm.c 		if (runtime->dma_bytes > size)
dma_bytes         264 drivers/media/pci/cobalt/cobalt-alsa-pcm.c 	runtime->dma_bytes = size;
dma_bytes         224 drivers/media/pci/cx18/cx18-alsa-pcm.c 		if (runtime->dma_bytes > size)
dma_bytes         233 drivers/media/pci/cx18/cx18-alsa-pcm.c 	runtime->dma_bytes = size;
dma_bytes         403 drivers/media/pci/cx23885/cx23885-alsa.c 	substream->runtime->dma_bytes = chip->dma_size;
dma_bytes         547 drivers/media/pci/cx25821/cx25821-alsa.c 	substream->runtime->dma_bytes = chip->dma_size;
dma_bytes         494 drivers/media/pci/cx88/cx88-alsa.c 	substream->runtime->dma_bytes = chip->dma_size;
dma_bytes         229 drivers/media/pci/ivtv/ivtv-alsa-pcm.c 		if (runtime->dma_bytes > size)
dma_bytes         238 drivers/media/pci/ivtv/ivtv-alsa-pcm.c 	runtime->dma_bytes = size;
dma_bytes         728 drivers/media/pci/saa7134/saa7134-alsa.c 	substream->runtime->dma_bytes = dev->dmasound.bufsize;
dma_bytes         384 drivers/media/usb/cx231xx/cx231xx-audio.c 		if (runtime->dma_bytes > size)
dma_bytes         393 drivers/media/usb/cx231xx/cx231xx-audio.c 	runtime->dma_bytes = size;
dma_bytes         204 drivers/media/usb/em28xx/em28xx-audio.c 		if (runtime->dma_bytes > size)
dma_bytes         213 drivers/media/usb/em28xx/em28xx-audio.c 	runtime->dma_bytes = size;
dma_bytes          78 drivers/media/usb/go7007/snd-go7007.c 	if (gosnd->w_idx + length > runtime->dma_bytes) {
dma_bytes          79 drivers/media/usb/go7007/snd-go7007.c 		int cpy = runtime->dma_bytes - gosnd->w_idx;
dma_bytes         106 drivers/media/usb/go7007/snd-go7007.c 	if (substream->runtime->dma_bytes > 0)
dma_bytes         108 drivers/media/usb/go7007/snd-go7007.c 	substream->runtime->dma_bytes = 0;
dma_bytes         112 drivers/media/usb/go7007/snd-go7007.c 	substream->runtime->dma_bytes = bytes;
dma_bytes         122 drivers/media/usb/go7007/snd-go7007.c 	if (substream->runtime->dma_bytes > 0)
dma_bytes         124 drivers/media/usb/go7007/snd-go7007.c 	substream->runtime->dma_bytes = 0;
dma_bytes         105 drivers/media/usb/tm6000/tm6000-alsa.c 	substream->runtime->dma_bytes = 0;
dma_bytes         115 drivers/media/usb/tm6000/tm6000-alsa.c 		if (substream->runtime->dma_bytes > size)
dma_bytes         125 drivers/media/usb/tm6000/tm6000-alsa.c 	substream->runtime->dma_bytes = size;
dma_bytes         148 drivers/usb/gadget/function/u_audio.c 	pending = runtime->dma_bytes - hw_ptr;
dma_bytes         172 drivers/usb/gadget/function/u_audio.c 	prm->hw_ptr = (hw_ptr + req->actual) % runtime->dma_bytes;
dma_bytes         547 drivers/usb/gadget/udc/omap_udc.c 	req->dma_bytes = length;
dma_bytes         555 drivers/usb/gadget/udc/omap_udc.c 		req->req.actual += req->dma_bytes;
dma_bytes         561 drivers/usb/gadget/udc/omap_udc.c 				&& req->dma_bytes != 0
dma_bytes         585 drivers/usb/gadget/udc/omap_udc.c 	req->dma_bytes = packets * ep->ep.maxpacket;
dma_bytes         619 drivers/usb/gadget/udc/omap_udc.c 	if (count != req->dma_bytes || status)
dma_bytes         135 drivers/usb/gadget/udc/omap_udc.h 	unsigned			dma_bytes;
dma_bytes         414 include/sound/pcm.h 	size_t dma_bytes;		/* size of DMA area */
dma_bytes        1144 include/sound/pcm.h 		runtime->dma_bytes = bufp->bytes;
dma_bytes        1149 include/sound/pcm.h 		runtime->dma_bytes = 0;
dma_bytes         139 sound/arm/pxa2xx-pcm-lib.c 			   runtime->dma_addr, runtime->dma_bytes);
dma_bytes        1062 sound/core/oss/pcm_oss.c 		snd_pcm_format_set_silence(runtime->format, runtime->dma_area, bytes_to_samples(runtime, runtime->dma_bytes));
dma_bytes        1713 sound/core/pcm_lib.c 		size_t size = runtime->dma_bytes / runtime->channels;
dma_bytes        1917 sound/core/pcm_lib.c 		channel * (runtime->dma_bytes / runtime->channels);
dma_bytes         304 sound/core/pcm_memory.c 			runtime->dma_bytes = size;
dma_bytes         325 sound/core/pcm_memory.c 	runtime->dma_bytes = size;
dma_bytes         366 sound/core/pcm_memory.c 		if (runtime->dma_bytes >= size)
dma_bytes         373 sound/core/pcm_memory.c 	runtime->dma_bytes = size;
dma_bytes         721 sound/core/pcm_native.c 		memset(runtime->dma_area, 0, runtime->dma_bytes);
dma_bytes        2410 sound/core/pcm_native.c 	if (runtime->dma_bytes) {
dma_bytes        2411 sound/core/pcm_native.c 		err = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_BYTES, 0, runtime->dma_bytes);
dma_bytes        3370 sound/core/pcm_native.c 	size_t dma_bytes;
dma_bytes        3376 sound/core/pcm_native.c 	dma_bytes = PAGE_ALIGN(runtime->dma_bytes);
dma_bytes        3377 sound/core/pcm_native.c 	if (offset > dma_bytes - PAGE_SIZE)
dma_bytes        3433 sound/core/pcm_native.c 					 substream->runtime->dma_bytes);
dma_bytes        3460 sound/core/pcm_native.c 	return vm_iomap_memory(area, runtime->dma_addr, runtime->dma_bytes);
dma_bytes        3474 sound/core/pcm_native.c 	size_t dma_bytes;
dma_bytes        3494 sound/core/pcm_native.c 	dma_bytes = PAGE_ALIGN(runtime->dma_bytes);
dma_bytes        3495 sound/core/pcm_native.c 	if ((size_t)size > dma_bytes)
dma_bytes        3497 sound/core/pcm_native.c 	if (offset > dma_bytes - size)
dma_bytes         529 sound/drivers/dummy.c 		substream->runtime->dma_bytes = params_buffer_bytes(hw_params);
dma_bytes         439 sound/isa/gus/gus_pcm.c 		                               runtime->dma_bytes, 1, 32,
dma_bytes         476 sound/isa/msnd/msnd.c 	runtime->dma_bytes = 0x3000;
dma_bytes         580 sound/isa/msnd/msnd.c 	runtime->dma_bytes = 0x3000;
dma_bytes         581 sound/isa/msnd/msnd.c 	memset(runtime->dma_area, 0, runtime->dma_bytes);
dma_bytes        1125 sound/pci/cs46xx/cs46xx_lib.c 		runtime->dma_bytes = cpcm->hw_buf.bytes;
dma_bytes        1148 sound/pci/cs46xx/cs46xx_lib.c 			runtime->dma_bytes = 0;
dma_bytes        1199 sound/pci/cs46xx/cs46xx_lib.c 	runtime->dma_bytes = 0;
dma_bytes        1290 sound/pci/cs46xx/cs46xx_lib.c 		runtime->dma_bytes = chip->capt.hw_buf.bytes;
dma_bytes        1296 sound/pci/cs46xx/cs46xx_lib.c 			runtime->dma_bytes = 0;
dma_bytes        1315 sound/pci/cs46xx/cs46xx_lib.c 	runtime->dma_bytes = 0;
dma_bytes         144 sound/pci/ctxfi/ctatc.c 	apcm->vm_block = vm->map(vm, apcm->substream, runtime->dma_bytes);
dma_bytes         411 sound/pci/emu10k1/emupcm.c 	if (emu->iommu_workaround && runtime->dma_bytes >= EMUPAGESIZE)
dma_bytes         412 sound/pci/emu10k1/emupcm.c 		runtime->dma_bytes -= EMUPAGESIZE;
dma_bytes         306 sound/pci/emu10k1/memory.c 	if (snd_BUG_ON(runtime->dma_bytes <= 0 ||
dma_bytes         307 sound/pci/emu10k1/memory.c 		       runtime->dma_bytes >= (emu->address_mode ? MAXPAGES1 : MAXPAGES0) * EMUPAGESIZE))
dma_bytes         316 sound/pci/emu10k1/memory.c 	blk = search_empty(emu, runtime->dma_bytes + idx);
dma_bytes         328 sound/pci/emu10k1/memory.c 		if (ofs >= runtime->dma_bytes)
dma_bytes        1472 sound/pci/es1968.c 			runtime->dma_bytes = size;
dma_bytes         639 sound/pci/mixart/mixart.c 		bufferinfo[i].available_length = subs->runtime->dma_bytes;
dma_bytes         830 sound/pci/nm256/nm256.c 	substream->runtime->dma_bytes = params_buffer_bytes(hw_params);
dma_bytes         849 sound/pci/nm256/nm256.c 	runtime->dma_bytes = s->bufsize;
dma_bytes         637 sound/pci/pcxhr/pcxhr.c 		subs->runtime->dma_bytes, subs->number);
dma_bytes         644 sound/pci/pcxhr/pcxhr.c 	snd_BUG_ON(subs->runtime->dma_bytes >= 0x200000);
dma_bytes         646 sound/pci/pcxhr/pcxhr.c 	rmh.cmd[1] = subs->runtime->dma_bytes * 8;
dma_bytes         673 sound/pci/rme32.c 		runtime->dma_bytes = RME32_BUFFER_SIZE;
dma_bytes         728 sound/pci/rme32.c 		runtime->dma_bytes = RME32_BUFFER_SIZE;
dma_bytes         989 sound/pci/rme96.c 	runtime->dma_bytes = RME96_BUFFER_SIZE;
dma_bytes        1051 sound/pci/rme96.c 	runtime->dma_bytes = RME96_BUFFER_SIZE;
dma_bytes        4448 sound/pci/rme9652/hdsp.c 	runtime->dma_bytes = HDSP_DMA_AREA_BYTES;
dma_bytes        4525 sound/pci/rme9652/hdsp.c 	runtime->dma_bytes = HDSP_DMA_AREA_BYTES;
dma_bytes        2292 sound/pci/rme9652/rme9652.c 	runtime->dma_bytes = RME9652_DMA_AREA_BYTES;
dma_bytes        2352 sound/pci/rme9652/rme9652.c 	runtime->dma_bytes = RME9652_DMA_AREA_BYTES;
dma_bytes         182 sound/pci/trident/trident_memory.c 	if (snd_BUG_ON(runtime->dma_bytes <= 0 ||
dma_bytes         183 sound/pci/trident/trident_memory.c 		       runtime->dma_bytes > SNDRV_TRIDENT_MAX_PAGES *
dma_bytes         193 sound/pci/trident/trident_memory.c 	blk = search_empty(hdr, runtime->dma_bytes);
dma_bytes         231 sound/pci/trident/trident_memory.c 	if (snd_BUG_ON(runtime->dma_bytes <= 0 ||
dma_bytes         232 sound/pci/trident/trident_memory.c 		       runtime->dma_bytes > SNDRV_TRIDENT_MAX_PAGES *
dma_bytes         240 sound/pci/trident/trident_memory.c 	blk = search_empty(hdr, runtime->dma_bytes);
dma_bytes         599 sound/ppc/snd_ps3.c 		card->dma_buffer_size = runtime->dma_bytes;
dma_bytes         610 sound/ppc/snd_ps3.c 			runtime->dma_area + (runtime->dma_bytes / 2);
dma_bytes         612 sound/ppc/snd_ps3.c 			runtime->dma_addr + (runtime->dma_bytes / 2);
dma_bytes         210 sound/soc/atmel/atmel-pcm-pdc.c 	runtime->dma_bytes = params_buffer_bytes(params);
dma_bytes         216 sound/soc/atmel/atmel-pcm-pdc.c 	prtd->dma_buffer_end = runtime->dma_addr + runtime->dma_bytes;
dma_bytes         223 sound/soc/atmel/atmel-pcm-pdc.c 		runtime->dma_bytes,
dma_bytes         264 sound/soc/atmel/atmel-pcm-pdc.c 		rtd->buffer_size, rtd->dma_area, rtd->dma_bytes);
dma_bytes         210 sound/soc/au1x/dbdma2.c 		(unsigned long)runtime->dma_addr, runtime->dma_bytes,
dma_bytes         647 sound/soc/bcm/cygnus-pcm.c 	runtime->dma_bytes = params_buffer_bytes(params);
dma_bytes         144 sound/soc/codecs/rt5514-spi.c 	if (rt5514_dsp->dma_offset >= runtime->dma_bytes)
dma_bytes         216 sound/soc/fsl/imx-pcm-fiq.c 			  runtime->dma_addr, runtime->dma_bytes);
dma_bytes         221 sound/soc/fsl/imx-pcm-fiq.c 			runtime->dma_bytes);
dma_bytes         605 sound/soc/intel/haswell/sst-haswell-pcm.c 		runtime->dma_bytes, rtd->cpu_dai->id);
dma_bytes         612 sound/soc/intel/haswell/sst-haswell-pcm.c 	if (runtime->dma_bytes % PAGE_SIZE)
dma_bytes         613 sound/soc/intel/haswell/sst-haswell-pcm.c 		pages = (runtime->dma_bytes / PAGE_SIZE) + 1;
dma_bytes         615 sound/soc/intel/haswell/sst-haswell-pcm.c 		pages = runtime->dma_bytes / PAGE_SIZE;
dma_bytes         619 sound/soc/intel/haswell/sst-haswell-pcm.c 		pages, runtime->dma_bytes, 0,
dma_bytes         720 sound/soc/intel/haswell/sst-haswell-pcm.c 		bytes_to_frames(runtime, runtime->dma_bytes);
dma_bytes         189 sound/soc/kirkwood/kirkwood-dma.c 	runtime->dma_bytes = params_buffer_bytes(params);
dma_bytes         133 sound/soc/mediatek/common/mtk-afe-fe-dai.c 	memif->buffer_size = substream->runtime->dma_bytes;
dma_bytes         933 sound/soc/mediatek/common/mtk-btcvsd.c 	substream->runtime->dma_bytes = params_buffer_bytes(hw_params);
dma_bytes         122 sound/soc/meson/axg-fifo.c 	end_ptr = runtime->dma_addr + runtime->dma_bytes - AXG_FIFO_BURST;
dma_bytes          93 sound/soc/qcom/lpass-platform.c 	runtime->dma_bytes = lpass_platform_pcm_hardware.buffer_bytes_max;
dma_bytes         405 sound/soc/qcom/lpass-platform.c 			runtime->dma_bytes);
dma_bytes         404 sound/soc/qcom/qdsp6/q6asm-dai.c 	runtime->dma_bytes = q6asm_dai_hardware_playback.buffer_bytes_max;
dma_bytes         461 sound/soc/qcom/qdsp6/q6asm-dai.c 			runtime->dma_bytes);
dma_bytes          88 sound/soc/samsung/idma.c 	val |= (((runtime->dma_bytes >> 2) &
dma_bytes         154 sound/soc/samsung/idma.c 	runtime->dma_bytes = params_buffer_bytes(params);
dma_bytes         159 sound/soc/samsung/idma.c 	prtd->end = runtime->dma_addr + runtime->dma_bytes;
dma_bytes         206 sound/soc/sh/dma-sh7760.c 		 (u32)runtime->dma_addr, runtime->dma_bytes);
dma_bytes         210 sound/soc/sh/dma-sh7760.c 		BRGREG(BRGATXTCR) = runtime->dma_bytes;
dma_bytes         213 sound/soc/sh/dma-sh7760.c 		BRGREG(BRGARXTCR) = runtime->dma_bytes;
dma_bytes         348 sound/soc/soc-generic-dmaengine-pcm.c 			channel * (runtime->dma_bytes / runtime->channels);
dma_bytes         139 sound/soc/sof/pcm.c 					runtime->dma_bytes);
dma_bytes         145 sound/soc/sof/pcm.c 	pcm.params.buffer.pages = PFN_UP(runtime->dma_bytes);
dma_bytes         154 sound/soc/sof/pcm.c 	pcm.params.buffer.size = runtime->dma_bytes;
dma_bytes         215 sound/soc/sprd/sprd-pcm-dma.c 		runtime->dma_bytes = totsize;
dma_bytes         228 sound/soc/sprd/sprd-pcm-dma.c 	runtime->dma_bytes = totsize;
dma_bytes        1244 sound/soc/stm/stm32_sai_sub.c 			   channel * (runtime->dma_bytes / runtime->channels));
dma_bytes          67 sound/soc/txx9/txx9aclc.c 		(unsigned long)runtime->dma_addr, runtime->dma_bytes,
dma_bytes          36 sound/soc/uniphier/aio-dma.c 	ret = aiodma_rb_set_threshold(sub, runtime->dma_bytes,
dma_bytes          41 sound/soc/uniphier/aio-dma.c 	aiodma_rb_sync(sub, runtime->dma_addr, runtime->dma_bytes, bytes);
dma_bytes         110 sound/soc/uniphier/aio-dma.c 	substream->runtime->dma_bytes = params_buffer_bytes(params);
dma_bytes         118 sound/soc/uniphier/aio-dma.c 	substream->runtime->dma_bytes = 0;
dma_bytes         140 sound/soc/uniphier/aio-dma.c 				   runtime->dma_addr + runtime->dma_bytes,
dma_bytes         163 sound/soc/uniphier/aio-dma.c 		aiodma_rb_sync(sub, runtime->dma_addr, runtime->dma_bytes,
dma_bytes         196 sound/soc/uniphier/aio-dma.c 	aiodma_rb_sync(sub, runtime->dma_addr, runtime->dma_bytes, bytes);