taglinefilesource code
dmap_out171drivers/sound/dev_table.hstruct dma_buffparms *dmap_in, *dmap_out;
dmap_out157drivers/sound/dmabuf.cif (dmap == audio_devs[dev]->dmap_out)
dmap_out228drivers/sound/dmabuf.cstruct dma_buffparms *dmap_out = NULL;
dmap_out244drivers/sound/dmabuf.caudio_devs[dev]->dmap_in = audio_devs[dev]->dmap_out;
dmap_out251drivers/sound/dmabuf.cdmap_out = audio_devs[dev]->dmap_out;
dmap_out254drivers/sound/dmabuf.cif ((retval = open_dmap (dev, mode, dmap_out, audio_devs[dev]->dmachan1)) < 0)
dmap_out261drivers/sound/dmabuf.cif (audio_devs[dev]->flags & DMA_DUPLEX && dmap_out != dmap_in)
dmap_out265drivers/sound/dmabuf.cclose_dmap (dev, dmap_out, audio_devs[dev]->dmachan1);
dmap_out310drivers/sound/dmabuf.cdma_init_buffers (dev, audio_devs[dev]->dmap_out);
dmap_out311drivers/sound/dmabuf.creorganize_buffers (dev, audio_devs[dev]->dmap_out);
dmap_out340drivers/sound/dmabuf.cif (audio_devs[dev]->dmap_out->dma_mode == DMODE_OUTPUT)
dmap_out346drivers/sound/dmabuf.c&& audio_devs[dev]->dmap_out->qlen > 1)
dmap_out368drivers/sound/dmabuf.creturn audio_devs[dev]->dmap_out->qlen;
dmap_out406drivers/sound/dmabuf.creturn audio_devs[dev]->dmap_out->qlen;
dmap_out414drivers/sound/dmabuf.caudio_devs[dev]->dmap_out->closing = 1;
dmap_out418drivers/sound/dmabuf.c&& (audio_devs[dev]->dmap_out->dma_mode == DMODE_OUTPUT))
dmap_out428drivers/sound/dmabuf.cclose_dmap (dev, audio_devs[dev]->dmap_out, audio_devs[dev]->dmachan1);
dmap_out705drivers/sound/dmabuf.cstruct dma_buffparms *dmap_out = audio_devs[dev]->dmap_out;
dmap_out722drivers/sound/dmabuf.cif (!(dmap_out->flags & DMA_ALLOC_DONE))
dmap_out723drivers/sound/dmabuf.creorganize_buffers (dev, dmap_out);
dmap_out725drivers/sound/dmabuf.creturn snd_ioctl_return ((int *) arg, dmap_out->fragment_size);
dmap_out733drivers/sound/dmabuf.cret = dma_subdivide (dev, dmap_out, arg, fact);
dmap_out749drivers/sound/dmabuf.cret = dma_set_fragment (dev, dmap_out, arg, fact);
dmap_out766drivers/sound/dmabuf.cstruct dma_buffparms *dmap = dmap_out;
dmap_out849drivers/sound/dmabuf.cdmap_out->mapping_flags & DMA_MAP_MAPPED &&
dmap_out852drivers/sound/dmabuf.cif (!(dmap_out->flags & DMA_ALLOC_DONE))
dmap_out853drivers/sound/dmabuf.creorganize_buffers (dev, dmap_out);
dmap_out855drivers/sound/dmabuf.cdmap_out->counts[dmap_out->qhead] = dmap_out->fragment_size;
dmap_out856drivers/sound/dmabuf.cDMAbuf_start_output (dev, 0, dmap_out->fragment_size);
dmap_out908drivers/sound/dmabuf.cinfo.bytes = audio_devs[dev]->dmap_out->byte_counter;
dmap_out909drivers/sound/dmabuf.cinfo.ptr = get_buffer_pointer (dev, audio_devs[dev]->dmachan1, audio_devs[dev]->dmap_out);
dmap_out910drivers/sound/dmabuf.cinfo.blocks = audio_devs[dev]->dmap_out->qlen;
dmap_out915drivers/sound/dmabuf.cif (audio_devs[dev]->dmap_out->mapping_flags & DMA_MAP_MAPPED)
dmap_out916drivers/sound/dmabuf.caudio_devs[dev]->dmap_out->qlen = 0;  /* Acknowledge interrupts */
dmap_out958drivers/sound/dmabuf.cstruct dma_buffparms *dmap = audio_devs[dev]->dmap_out;
dmap_out991drivers/sound/dmabuf.cstruct dma_buffparms *dmap = audio_devs[dev]->dmap_out;
dmap_out994drivers/sound/dmabuf.cif (audio_devs[dev]->dmap_out->mapping_flags & DMA_MAP_MAPPED)
dmap_out1105drivers/sound/dmabuf.cstruct dma_buffparms *dmap = audio_devs[dev]->dmap_out;
dmap_out1119drivers/sound/dmabuf.cstruct dma_buffparms *dmap = audio_devs[dev]->dmap_out;
dmap_out1134drivers/sound/dmabuf.cstruct dma_buffparms *dmap = audio_devs[dev]->dmap_out;
dmap_out1142drivers/sound/dmabuf.cif (audio_devs[dev]->dmap_out->mapping_flags & DMA_MAP_MAPPED)
dmap_out1200drivers/sound/dmabuf.cdmap = audio_devs[dev]->dmap_out;
dmap_out1255drivers/sound/dmabuf.cif (audio_devs[dev]->dmap_out == NULL)
dmap_out1257drivers/sound/dmabuf.caudio_devs[dev]->dmap_out =
dmap_out1282drivers/sound/dmabuf.cstruct dma_buffparms *dmap = audio_devs[dev]->dmap_out;
dmap_out1289drivers/sound/dmabuf.csound_dma_intr (dev, audio_devs[dev]->dmap_out, audio_devs[dev]->dmachan1);
dmap_out1478drivers/sound/dmabuf.cif ((err = open_dmap (dev, OPEN_READWRITE, audio_devs[dev]->dmap_out, audio_devs[dev]->dmachan1)) < 0)
dmap_out1482drivers/sound/dmabuf.cdma_init_buffers (dev, audio_devs[dev]->dmap_out);
dmap_out1483drivers/sound/dmabuf.caudio_devs[dev]->dmap_out->flags |= DMA_ALLOC_DONE;
dmap_out1484drivers/sound/dmabuf.caudio_devs[dev]->dmap_out->fragment_size = audio_devs[dev]->buffsize;
dmap_out1493drivers/sound/dmabuf.cclose_dmap (dev, audio_devs[dev]->dmap_out, audio_devs[dev]->dmachan1);
dmap_out1503drivers/sound/dmabuf.caudio_devs[dev]->dmap_in = audio_devs[dev]->dmap_out;
dmap_out1521drivers/sound/dmabuf.cclose_dmap (dev, audio_devs[dev]->dmap_out, audio_devs[dev]->dmachan1);
dmap_out1588drivers/sound/dmabuf.cdmap = audio_devs[dev]->dmap_out;
dmap_out1642drivers/sound/gus_wave.cblk_size = audio_devs[gus_devnum]->dmap_out->bytes_in_use;
dmap_out1687drivers/sound/gus_wave.cmemcpy_fromfs (audio_devs[gus_devnum]->dmap_out->raw_buf, &((addr)[sizeof_patch + src_offs]), blk_size);
dmap_out1694drivers/sound/gus_wave.caudio_devs[gus_devnum]->dmap_out->raw_buf_phys,
dmap_out271drivers/sound/soundcard.cdmap = audio_devs[dev]->dmap_out;
dmap_out474drivers/sound/sscape.cmemcpy (audio_devs[devc->my_audiodev]->dmap_out->raw_buf, block, size);
dmap_out480drivers/sound/sscape.caudio_devs[devc->my_audiodev]->dmap_out->raw_buf_phys,