tag | line | file | source code |
get_dma_residue | 76 | arch/mips/kernel/tyne-c.c | return get_dma_residue(FLOPPY_DMA); |
get_dma_residue | 2805 | drivers/block/floppy.c | raw_cmd->length = get_dma_residue(FLOPPY_DMA); |
get_dma_residue | 1853 | drivers/char/tpqic02.c | if ( (i = get_dma_residue(QIC02_TAPE_DMA)) != 0 ) { |
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 | 345 | drivers/scsi/NCR5380.h | tmp = get_dma_residue(instance->dma_channel); |
get_dma_residue | 340 | drivers/scsi/NCR53c406a.c | tmp = get_dma_residue(dma_chan); |
get_dma_residue | 654 | drivers/sound/dmabuf.c | pos = get_dma_residue (chan); |
get_dma_residue | 283 | drivers/sound/sb16_dsp.c | pos = get_dma_residue (chan); |
get_dma_residue | 342 | drivers/sound/sb16_dsp.c | pos = get_dma_residue (chan); |
get_dma_residue | 539 | drivers/sound/sscape.c | if ((resid = get_dma_residue (devc->dma)) == 0) |