taglinefilesource code
dmap_out172drivers/sound/dev_table.hstruct dma_buffparms *dmap_in, *dmap_out;
dmap_out169drivers/sound/dmabuf.cif (dmap == audio_devs[dev]->dmap_out)
dmap_out240drivers/sound/dmabuf.cstruct dma_buffparms *dmap_out = NULL;
dmap_out256drivers/sound/dmabuf.caudio_devs[dev]->dmap_in = audio_devs[dev]->dmap_out;
dmap_out263drivers/sound/dmabuf.cdmap_out = audio_devs[dev]->dmap_out;
dmap_out266drivers/sound/dmabuf.cif ((retval = open_dmap (dev, mode, dmap_out, audio_devs[dev]->dmachan1)) < 0)
dmap_out273drivers/sound/dmabuf.cif (audio_devs[dev]->flags & DMA_DUPLEX && dmap_out != dmap_in)
dmap_out277drivers/sound/dmabuf.cclose_dmap (dev, dmap_out, audio_devs[dev]->dmachan1);
dmap_out322drivers/sound/dmabuf.cdma_init_buffers (dev, audio_devs[dev]->dmap_out);
dmap_out323drivers/sound/dmabuf.creorganize_buffers (dev, audio_devs[dev]->dmap_out);
dmap_out352drivers/sound/dmabuf.cif (audio_devs[dev]->dmap_out->dma_mode == DMODE_OUTPUT)
dmap_out358drivers/sound/dmabuf.c&& audio_devs[dev]->dmap_out->qlen)
dmap_out380drivers/sound/dmabuf.creturn audio_devs[dev]->dmap_out->qlen;
dmap_out418drivers/sound/dmabuf.creturn audio_devs[dev]->dmap_out->qlen;
dmap_out426drivers/sound/dmabuf.caudio_devs[dev]->dmap_out->closing = 1;
dmap_out430drivers/sound/dmabuf.c&& (audio_devs[dev]->dmap_out->dma_mode == DMODE_OUTPUT))
dmap_out434drivers/sound/dmabuf.cmemset (audio_devs[dev]->dmap_out->raw_buf,
dmap_out435drivers/sound/dmabuf.caudio_devs[dev]->dmap_out->neutral_byte,
dmap_out436drivers/sound/dmabuf.caudio_devs[dev]->dmap_out->bytes_in_use);
dmap_out444drivers/sound/dmabuf.cclose_dmap (dev, audio_devs[dev]->dmap_out, audio_devs[dev]->dmachan1);
dmap_out715drivers/sound/dmabuf.cstruct dma_buffparms *dmap_out = audio_devs[dev]->dmap_out;
dmap_out732drivers/sound/dmabuf.cif (!(dmap_out->flags & DMA_ALLOC_DONE))
dmap_out733drivers/sound/dmabuf.creorganize_buffers (dev, dmap_out);
dmap_out735drivers/sound/dmabuf.creturn snd_ioctl_return ((int *) arg, dmap_out->fragment_size);
dmap_out743drivers/sound/dmabuf.cret = dma_subdivide (dev, dmap_out, arg, fact);
dmap_out759drivers/sound/dmabuf.cret = dma_set_fragment (dev, dmap_out, arg, fact);
dmap_out776drivers/sound/dmabuf.cstruct dma_buffparms *dmap = dmap_out;
dmap_out856drivers/sound/dmabuf.cdmap_out->mapping_flags & DMA_MAP_MAPPED &&
dmap_out859drivers/sound/dmabuf.cif (!(dmap_out->flags & DMA_ALLOC_DONE))
dmap_out860drivers/sound/dmabuf.creorganize_buffers (dev, dmap_out);
dmap_out862drivers/sound/dmabuf.cdmap_out->counts[dmap_out->qhead] = dmap_out->fragment_size;
dmap_out863drivers/sound/dmabuf.cDMAbuf_start_output (dev, 0, dmap_out->fragment_size);
dmap_out912drivers/sound/dmabuf.cinfo.bytes = audio_devs[dev]->dmap_out->byte_counter;
dmap_out913drivers/sound/dmabuf.cinfo.ptr = get_buffer_pointer (dev, audio_devs[dev]->dmachan1, audio_devs[dev]->dmap_out);
dmap_out914drivers/sound/dmabuf.cinfo.blocks = audio_devs[dev]->dmap_out->qlen;
dmap_out918drivers/sound/dmabuf.cif (audio_devs[dev]->dmap_out->mapping_flags & DMA_MAP_MAPPED)
dmap_out919drivers/sound/dmabuf.caudio_devs[dev]->dmap_out->qlen = 0;  /* Acknowledge interrupts */
dmap_out960drivers/sound/dmabuf.cstruct dma_buffparms *dmap = audio_devs[dev]->dmap_out;
dmap_out993drivers/sound/dmabuf.cstruct dma_buffparms *dmap = audio_devs[dev]->dmap_out;
dmap_out995drivers/sound/dmabuf.cif (audio_devs[dev]->dmap_out->mapping_flags & DMA_MAP_MAPPED)
dmap_out1110drivers/sound/dmabuf.cstruct dma_buffparms *dmap = audio_devs[dev]->dmap_out;
dmap_out1124drivers/sound/dmabuf.cstruct dma_buffparms *dmap = audio_devs[dev]->dmap_out;
dmap_out1139drivers/sound/dmabuf.cstruct dma_buffparms *dmap = audio_devs[dev]->dmap_out;
dmap_out1146drivers/sound/dmabuf.cif (audio_devs[dev]->dmap_out->mapping_flags & DMA_MAP_MAPPED)
dmap_out1201drivers/sound/dmabuf.cdmap = audio_devs[dev]->dmap_out;
dmap_out1256drivers/sound/dmabuf.cif (audio_devs[dev]->dmap_out == NULL)
dmap_out1258drivers/sound/dmabuf.caudio_devs[dev]->dmap_out =
dmap_out1283drivers/sound/dmabuf.cstruct dma_buffparms *dmap = audio_devs[dev]->dmap_out;
dmap_out1288drivers/sound/dmabuf.csound_dma_intr (dev, audio_devs[dev]->dmap_out, audio_devs[dev]->dmachan1);
dmap_out1345drivers/sound/dmabuf.cmemset (audio_devs[dev]->dmap_out->raw_buf,
dmap_out1346drivers/sound/dmabuf.caudio_devs[dev]->dmap_out->neutral_byte,
dmap_out1347drivers/sound/dmabuf.caudio_devs[dev]->dmap_out->bytes_in_use);
dmap_out1471drivers/sound/dmabuf.cif ((err = open_dmap (dev, OPEN_READWRITE, audio_devs[dev]->dmap_out, audio_devs[dev]->dmachan1)) < 0)
dmap_out1475drivers/sound/dmabuf.cdma_init_buffers (dev, audio_devs[dev]->dmap_out);
dmap_out1476drivers/sound/dmabuf.caudio_devs[dev]->dmap_out->flags |= DMA_ALLOC_DONE;
dmap_out1477drivers/sound/dmabuf.caudio_devs[dev]->dmap_out->fragment_size = audio_devs[dev]->buffsize;
dmap_out1486drivers/sound/dmabuf.cclose_dmap (dev, audio_devs[dev]->dmap_out, audio_devs[dev]->dmachan1);
dmap_out1496drivers/sound/dmabuf.caudio_devs[dev]->dmap_in = audio_devs[dev]->dmap_out;
dmap_out1514drivers/sound/dmabuf.cclose_dmap (dev, audio_devs[dev]->dmap_out, audio_devs[dev]->dmachan1);
dmap_out1579drivers/sound/dmabuf.cdmap = audio_devs[dev]->dmap_out;
dmap_out1644drivers/sound/gus_wave.cblk_sz = audio_devs[gus_devnum]->dmap_out->bytes_in_use;
dmap_out1689drivers/sound/gus_wave.cmemcpy_fromfs (audio_devs[gus_devnum]->dmap_out->raw_buf, &((addr)[sizeof_patch + src_offs]), blk_sz);
dmap_out1696drivers/sound/gus_wave.caudio_devs[gus_devnum]->dmap_out->raw_buf_phys,
dmap_out265drivers/sound/soundcard.cdmap = audio_devs[dev]->dmap_out;
dmap_out484drivers/sound/sscape.cmemcpy (audio_devs[devc->my_audiodev]->dmap_out->raw_buf, block, size);
dmap_out490drivers/sound/sscape.caudio_devs[devc->my_audiodev]->dmap_out->raw_buf_phys,