_get_dma_residue   40 arch/parisc/include/asm/floppy.h #define fd_get_dma_residue()    SW._get_dma_residue(FLOPPY_DMA)
_get_dma_residue  226 arch/parisc/include/asm/floppy.h 	int (*_get_dma_residue)(unsigned int dummy);
_get_dma_residue   25 arch/powerpc/include/asm/floppy.h #define fd_get_dma_residue()    fd_ops->_get_dma_residue(FLOPPY_DMA)
_get_dma_residue   40 arch/powerpc/include/asm/floppy.h 	int (*_get_dma_residue)(unsigned int dummy);
_get_dma_residue  167 arch/powerpc/include/asm/floppy.h 	._get_dma_residue = get_dma_residue,
_get_dma_residue  175 arch/powerpc/include/asm/floppy.h 	._get_dma_residue = vdma_get_dma_residue,
_get_dma_residue   42 arch/x86/include/asm/floppy.h #define fd_get_dma_residue()	SW._get_dma_residue(FLOPPY_DMA)
_get_dma_residue  227 arch/x86/include/asm/floppy.h 	int (*_get_dma_residue)(unsigned int dummy);
_get_dma_residue  234 arch/x86/include/asm/floppy.h 		._get_dma_residue	= get_dma_residue,
_get_dma_residue  241 arch/x86/include/asm/floppy.h 		._get_dma_residue	= vdma_get_dma_residue,