Symbol: get_dma_residue
arch/arm/include/asm/dma.h
141
extern int get_dma_residue(unsigned int chan);
arch/arm/kernel/dma.c
261
EXPORT_SYMBOL(get_dma_residue);
arch/mips/include/asm/mach-generic/floppy.h
83
return get_dma_residue(FLOPPY_DMA);
arch/parisc/include/asm/floppy.h
231
get_dma_residue,
arch/powerpc/include/asm/floppy.h
173
._get_dma_residue = get_dma_residue,
arch/sh/drivers/dma/dma-api.c
87
EXPORT_SYMBOL(get_dma_residue);
arch/sh/drivers/dma/dma-pvr2.c
23
if (get_dma_residue(PVR2_CASCADE_CHAN)) {
arch/sh/include/asm/dma.h
120
extern int get_dma_residue(unsigned int chan);
arch/sparc/include/asm/floppy_64.h
59
unsigned int (*get_dma_residue) (void);
arch/sparc/include/asm/floppy_64.h
635
sun_fdops.get_dma_residue = sun_pci_get_dma_residue;
arch/sparc/include/asm/floppy_64.h
746
sun_fdops.get_dma_residue = sun_get_dma_residue;
arch/sparc/include/asm/floppy_64.h
77
#define get_dma_residue(x) sun_fdops.get_dma_residue()
arch/x86/include/asm/floppy.h
232
._get_dma_residue = get_dma_residue,
drivers/block/floppy.c
262
#define fd_get_dma_residue() get_dma_residue(FLOPPY_DMA)
drivers/comedi/drivers/comedi_isadma.c
109
result = get_dma_residue(desc->chan);
drivers/comedi/drivers/comedi_isadma.c
115
result1 = get_dma_residue(desc->chan);
drivers/comedi/drivers/comedi_isadma.c
46
residue = get_dma_residue(dma_chan);
drivers/gpib/nec7210/nec7210.c
569
count += length - get_dma_residue(priv->dma_channel);
drivers/gpib/nec7210/nec7210.c
741
residue = get_dma_residue(priv->dma_channel);
drivers/gpib/nec7210/nec7210.c
897
if ((status1 & HR_END) || get_dma_residue(priv->dma_channel) == 0)
drivers/gpib/nec7210/nec7210.c
913
if (get_dma_residue(priv->dma_channel) == 0) {
drivers/mmc/host/wbsd.c
702
count = get_dma_residue(host->dma);
drivers/parport/parport_pc.c
674
count = get_dma_residue(port->dma);
drivers/parport/parport_pc.c
696
left += get_dma_residue(port->dma);
sound/core/isadma.c
78
result = get_dma_residue(dma);
sound/core/isadma.c
84
result1 = get_dma_residue(dma);
sound/soc/au1x/dma.c
273
location = get_dma_residue(stream->dma);