taglinefilesource code
get_dma_residue76arch/mips/kernel/tyne-c.creturn get_dma_residue(FLOPPY_DMA);
get_dma_residue184drivers/block/floppy.c#define fd_get_dma_residue() get_dma_residue(FLOPPY_DMA)
get_dma_residue254drivers/char/ftape/fdc-isr.cdma_residue = get_dma_residue(fdc.dma);
get_dma_residue1851drivers/char/tpqic02.cif ( (i = get_dma_residue(QIC02_TAPE_DMA)) != 0 ) {
get_dma_residue371drivers/net/3c505.cprintk("%s: DMA %s timed out, %d bytes left\n", dev->name, adapter->current_dma.direction ? "download" : "upload", get_dma_residue(dev->dma));
get_dma_residue527drivers/net/pi2.cbytecount = lp->bufsiz - get_dma_residue(lp->dmachan);
get_dma_residue1341drivers/net/pt.cbytecount = lp->bufsiz - get_dma_residue(lp->dmachan);
get_dma_residue670drivers/net/znet.cprintk("Addr: %04x cnt:%3x...", addr<<1, get_dma_residue(zn.tx_dma));
get_dma_residue361drivers/scsi/NCR5380.htmp = get_dma_residue(instance->dma_channel);
get_dma_residue346drivers/scsi/NCR53c406a.ctmp = get_dma_residue(dma_chan);
get_dma_residue707drivers/sound/dmabuf.cpos = get_dma_residue (chan);
get_dma_residue521drivers/sound/sscape.cif ((resid = get_dma_residue (devc->dma)) == 0)
get_dma_residue245include/asm-i386/floppy.hget_dma_residue,