tag | line | file | source code |
get_dma_residue | 76 | arch/mips/kernel/tyne-c.c | return get_dma_residue(FLOPPY_DMA); |
get_dma_residue | 2847 | drivers/block/floppy.c | raw_cmd->length = get_dma_residue(FLOPPY_DMA); |
get_dma_residue | 254 | drivers/char/ftape/fdc-isr.c | dma_residue = get_dma_residue(fdc.dma); |
get_dma_residue | 1851 | drivers/char/tpqic02.c | if ( (i = get_dma_residue(QIC02_TAPE_DMA)) != 0 ) { |
get_dma_residue | 372 | drivers/net/3c505.c | printk("%s: DMA %s timed out, %d bytes left\n", dev->name, adapter->current_dma.direction ? "download" : "upload", get_dma_residue(dev->dma)); |
get_dma_residue | 527 | drivers/net/pi2.c | bytecount = lp->bufsiz - get_dma_residue(lp->dmachan); |
get_dma_residue | 1341 | drivers/net/pt.c | bytecount = lp->bufsiz - get_dma_residue(lp->dmachan); |
get_dma_residue | 670 | drivers/net/znet.c | printk("Addr: %04x cnt:%3x...", addr<<1, get_dma_residue(zn.tx_dma)); |
get_dma_residue | 361 | drivers/scsi/NCR5380.h | tmp = get_dma_residue(instance->dma_channel); |
get_dma_residue | 346 | drivers/scsi/NCR53c406a.c | tmp = get_dma_residue(dma_chan); |
get_dma_residue | 707 | drivers/sound/dmabuf.c | pos = get_dma_residue (chan); |
get_dma_residue | 521 | drivers/sound/sscape.c | if ((resid = get_dma_residue (devc->dma)) == 0) |