dmabuf            255 block/compat_ioctl.c 	compat_caddr_t dmabuf;
dmabuf            485 block/compat_ioctl.c 		err |= __put_user((u64)f->dmabuf, &uf->dmabuf);
dmabuf            230 include/linux/fd.h 	char *dmabuf;
dmabuf            350 sound/oss/au1550_ac97.c 	struct dmabuf  *adc = &s->dma_adc;
dmabuf            351 sound/oss/au1550_ac97.c 	struct dmabuf  *dac = &s->dma_dac;
dmabuf            401 sound/oss/au1550_ac97.c 	struct dmabuf  *dac = &s->dma_dac;
dmabuf            402 sound/oss/au1550_ac97.c 	struct dmabuf  *adc = &s->dma_adc;
dmabuf            454 sound/oss/au1550_ac97.c 	struct dmabuf  *db = &s->dma_dac;
dmabuf            483 sound/oss/au1550_ac97.c 	struct dmabuf  *db = &s->dma_adc;
dmabuf            589 sound/oss/au1550_ac97.c 	struct dmabuf  *db = &s->dma_dac;
dmabuf            608 sound/oss/au1550_ac97.c 	struct dmabuf  *db = &s->dma_adc;
dmabuf            724 sound/oss/au1550_ac97.c 	struct dmabuf  *db = &s->dma_dac;
dmabuf            758 sound/oss/au1550_ac97.c 	struct	dmabuf  *dp = &s->dma_adc;
dmabuf            900 sound/oss/au1550_ac97.c 		if (copy_from_user(dmabuf, userbuf, dmacount))
dmabuf            927 sound/oss/au1550_ac97.c 			memcpy(dmabuf, dmasample, db->dma_bytes_per_sample);
dmabuf            930 sound/oss/au1550_ac97.c 		dmabuf += interp_bytes_per_sample;
dmabuf            955 sound/oss/au1550_ac97.c 		if (copy_to_user(userbuf, dmabuf, dmacount))
dmabuf            967 sound/oss/au1550_ac97.c 					S16_TO_U8(*((s16 *) (&dmabuf[i * 2])));
dmabuf            970 sound/oss/au1550_ac97.c 					*((s16 *) (&dmabuf[i * 2]));
dmabuf            979 sound/oss/au1550_ac97.c 		dmabuf += interp_bytes_per_sample;
dmabuf           1035 sound/oss/au1550_ac97.c 	struct dmabuf  *db = &s->dma_adc;
dmabuf           1115 sound/oss/au1550_ac97.c 	struct dmabuf  *db = &s->dma_dac;
dmabuf           1253 sound/oss/au1550_ac97.c 	struct dmabuf  *db;
dmabuf            306 sound/oss/audio.c 	char           *dmabuf;
dmabuf            326 sound/oss/audio.c 		if ((buf_no = DMAbuf_getrdbuffer(dev, &dmabuf, &l, !!(file->f_flags & O_NONBLOCK))) < 0)
dmabuf            349 sound/oss/audio.c 			translate_bytes(dsp_ulaw, (unsigned char *) dmabuf, l);
dmabuf            353 sound/oss/audio.c 			char           *fixit = dmabuf;
dmabuf            537 sound/oss/soundcard.c static int dmabuf;
dmabuf            560 sound/oss/soundcard.c 	sound_dmap_flag = (dmabuf > 0 ? 1 : 0);
dmabuf            223 sound/ppc/beep.c 	void *dmabuf;
dmabuf            229 sound/ppc/beep.c 	dmabuf = dma_alloc_coherent(&chip->pdev->dev, BEEP_BUFLEN * 4,
dmabuf            232 sound/ppc/beep.c 	if (! dmabuf || ! input_dev)
dmabuf            250 sound/ppc/beep.c 	beep->buf = dmabuf;
dmabuf            269 sound/ppc/beep.c 	if (dmabuf)
dmabuf            271 sound/ppc/beep.c 				  dmabuf, beep->addr);
dmabuf             81 sound/soc/at32/at32-pcm.c 	struct snd_dma_buffer *dmabuf = &substream->dma_buffer;
dmabuf             84 sound/soc/at32/at32-pcm.c 	dmabuf->dev.type = SNDRV_DMA_TYPE_DEV;
dmabuf             85 sound/soc/at32/at32-pcm.c 	dmabuf->dev.dev = pcm->card->dev;
dmabuf             86 sound/soc/at32/at32-pcm.c 	dmabuf->private_data = NULL;
dmabuf             87 sound/soc/at32/at32-pcm.c 	dmabuf->area = dma_alloc_coherent(pcm->card->dev, size,
dmabuf             88 sound/soc/at32/at32-pcm.c 					  &dmabuf->addr, GFP_KERNEL);
dmabuf             91 sound/soc/at32/at32-pcm.c 		 (void *)dmabuf->area, (void *)dmabuf->addr, size);
dmabuf             93 sound/soc/at32/at32-pcm.c 	if (!dmabuf->area)
dmabuf             96 sound/soc/at32/at32-pcm.c 	dmabuf->bytes = size;