taglinefilesource code
dma_mode781drivers/char/ftape/fdc-io.cint dma_mode;
dma_mode784drivers/char/ftape/fdc-io.cdma_mode = DMA_MODE_READ;
dma_mode813drivers/char/ftape/fdc-io.cdma_mode = DMA_MODE_WRITE;
dma_mode852drivers/char/ftape/fdc-io.cset_dma_mode(fdc.dma, dma_mode);
dma_mode288drivers/char/tpqic02.cstatic volatile unsigned dma_mode = 0;    /* !=0 also means DMA in use */
dma_mode1540drivers/char/tpqic02.cset_dma_mode(QIC02_TAPE_DMA, dma_mode);
dma_mode1557drivers/char/tpqic02.cif (dma_mode == DMA_MODE_WRITE)
dma_mode1588drivers/char/tpqic02.cdma_mode = (mode == WRITE)? DMA_MODE_WRITE : DMA_MODE_READ;  
dma_mode1714drivers/char/tpqic02.cstat = tp_sense((dma_mode==READ)? TP_WRP : 0);
dma_mode1728drivers/char/tpqic02.cdma_mode = 0;
dma_mode1755drivers/char/tpqic02.cif ((status_cmd_pending>0) || dma_mode) {
dma_mode1762drivers/char/tpqic02.cif (dma_mode) {
dma_mode1763drivers/char/tpqic02.cdma_mode = 0;  /* signal end to read/write routine */
dma_mode1833drivers/char/tpqic02.cdma_mode = 0;  /* wake up rw() */
dma_mode1865drivers/char/tpqic02.cdma_mode = 0;
dma_mode2018drivers/char/tpqic02.cwhile (dma_mode != 0) {
dma_mode2182drivers/char/tpqic02.cwhile ((status_error == 0) && (dma_mode != 0)) {
dma_mode78drivers/sound/dev_table.hint      dma_mode;  /* DMODE_INPUT, DMODE_OUTPUT or DMODE_NONE */
dma_mode531drivers/sound/dev_table.hint count, int dma_mode, int autoinit);
dma_mode188drivers/sound/dmabuf.cdmap->dma_mode = DMODE_NONE;
dma_mode234drivers/sound/dmabuf.cdmap->dma_mode = DMODE_NONE;
dma_mode358drivers/sound/dmabuf.cif (audio_devs[dev]->dmap_out->dma_mode == DMODE_OUTPUT)
dma_mode442drivers/sound/dmabuf.c&& (audio_devs[dev]->dmap_out->dma_mode == DMODE_OUTPUT))
dma_mode479drivers/sound/dmabuf.cif (dmap->dma_mode == DMODE_OUTPUT)  /* Direction change */
dma_mode483drivers/sound/dmabuf.cdmap->dma_mode = DMODE_NONE;
dma_mode489drivers/sound/dmabuf.cif (!dmap->dma_mode)
dma_mode498drivers/sound/dmabuf.cdmap->dma_mode = DMODE_INPUT;
dma_mode1038drivers/sound/dmabuf.cif (dmap->dma_mode == DMODE_INPUT)  /* Direction change */
dma_mode1041drivers/sound/dmabuf.cdmap->dma_mode = DMODE_NONE;
dma_mode1054drivers/sound/dmabuf.cif (!dmap->dma_mode)
dma_mode1058drivers/sound/dmabuf.cdmap->dma_mode = DMODE_OUTPUT;
dma_mode1233drivers/sound/dmabuf.cDMAbuf_start_dma (int dev, unsigned long physaddr, int count, int dma_mode)
dma_mode1239drivers/sound/dmabuf.cif (dma_mode == DMA_MODE_WRITE)
dma_mode1264drivers/sound/dmabuf.cset_dma_mode (chan, dma_mode | DMA_AUTOINIT);
dma_mode1276drivers/sound/dmabuf.cset_dma_mode (chan, dma_mode);
dma_mode1642drivers/sound/dmabuf.cif (dmap->dma_mode != DMODE_INPUT)
dma_mode1688drivers/sound/dmabuf.cif (dmap->dma_mode == DMODE_INPUT)
dma_mode1693drivers/sound/dmabuf.cif (dmap->dma_mode == DMODE_NONE)
dma_mode1773drivers/sound/dmabuf.cDMAbuf_start_dma (int dev, unsigned long physaddr, int count, int dma_mode)
dma_mode15drivers/sound/sound_calls.hint DMAbuf_start_dma (int dev, unsigned long physaddr, int count, int dma_mode);