Searched refs:get_dma_residue (Results 1 - 24 of 24) sorted by relevance

/linux-master/sound/core/
H A Disadma.c78 result = get_dma_residue(dma);
84 result1 = get_dma_residue(dma);
/linux-master/arch/sh/drivers/dma/
H A Ddma-pvr2.c23 if (get_dma_residue(PVR2_CASCADE_CHAN)) {
H A Ddma-api.c92 int get_dma_residue(unsigned int chan) function
102 EXPORT_SYMBOL(get_dma_residue); variable
/linux-master/arch/mips/include/asm/mach-generic/
H A Dfloppy.h83 return get_dma_residue(FLOPPY_DMA);
/linux-master/arch/arm/include/asm/
H A Ddma.h141 extern int get_dma_residue(unsigned int chan);
/linux-master/arch/parisc/include/asm/
H A Ddma.h94 static __inline__ int get_dma_residue(unsigned int dmanr) function
H A Dfloppy.h234 get_dma_residue,
/linux-master/drivers/comedi/drivers/
H A Dcomedi_isadma.c46 residue = get_dma_residue(dma_chan);
109 result = get_dma_residue(desc->chan);
115 result1 = get_dma_residue(desc->chan);
/linux-master/arch/sh/include/asm/
H A Ddma.h123 extern int get_dma_residue(unsigned int chan);
/linux-master/arch/arm/kernel/
H A Ddma.c251 int get_dma_residue(unsigned int chan) function
261 EXPORT_SYMBOL(get_dma_residue); variable
/linux-master/arch/sparc/include/asm/
H A Dfloppy_64.h58 unsigned int (*get_dma_residue) (void); member in struct:sun_floppy_ops
76 #define get_dma_residue(x) sun_fdops.get_dma_residue() macro
636 sun_fdops.get_dma_residue = sun_pci_get_dma_residue;
749 sun_fdops.get_dma_residue = sun_get_dma_residue;
H A Dfloppy_32.h82 #define get_dma_residue(x) (0) macro
H A Dparport_64.h105 static inline unsigned int get_dma_residue(unsigned int dmanr) function
/linux-master/arch/powerpc/include/asm/
H A Dfloppy.h170 ._get_dma_residue = get_dma_residue,
H A Ddma.h321 static __inline__ int get_dma_residue(unsigned int dmanr) function
/linux-master/arch/x86/include/asm/
H A Ddma.h288 static inline int get_dma_residue(unsigned int dmanr) function
H A Dfloppy.h234 ._get_dma_residue = get_dma_residue,
/linux-master/arch/mips/include/asm/
H A Ddma.h291 static __inline__ int get_dma_residue(unsigned int dmanr) function
/linux-master/arch/alpha/include/asm/
H A Ddma.h347 static __inline__ int get_dma_residue(unsigned int dmanr) function
/linux-master/arch/mips/include/asm/mach-au1x00/
H A Dau1000_dma.h432 static inline int get_dma_residue(unsigned int dmanr) function
/linux-master/sound/soc/au1x/
H A Ddma.c274 location = get_dma_residue(stream->dma);
/linux-master/drivers/parport/
H A Dparport_pc.c674 count = get_dma_residue(port->dma);
696 left += get_dma_residue(port->dma);
/linux-master/drivers/mmc/host/
H A Dwbsd.c702 count = get_dma_residue(host->dma);
/linux-master/drivers/block/
H A Dfloppy.c264 #define fd_get_dma_residue() get_dma_residue(FLOPPY_DMA)

Completed in 280 milliseconds