Home
last modified time | relevance | path

Searched refs:get_dma_residue (Results 1 – 20 of 20) sorted by relevance

/linux/drivers/comedi/drivers/
H A Dcomedi_isadma.c46 residue = get_dma_residue(dma_chan); in comedi_isadma_disable()
109 result = get_dma_residue(desc->chan); in comedi_isadma_poll()
115 result1 = get_dma_residue(desc->chan); in comedi_isadma_poll()
/linux/sound/core/
H A Disadma.c78 result = get_dma_residue(dma); in snd_dma_pointer()
84 result1 = get_dma_residue(dma); in snd_dma_pointer()
/linux/arch/arm/kernel/
H A Ddma.c251 int get_dma_residue(unsigned int chan) in get_dma_residue() function
261 EXPORT_SYMBOL(get_dma_residue);
/linux/arch/sh/drivers/dma/
H A Ddma-api.c77 int get_dma_residue(unsigned int chan) in get_dma_residue() function
87 EXPORT_SYMBOL(get_dma_residue);
H A Ddma-pvr2.c23 if (get_dma_residue(PVR2_CASCADE_CHAN)) { in pvr2_dma_interrupt()
/linux/arch/arm/include/asm/
H A Ddma.h141 extern int get_dma_residue(unsigned int chan);
/linux/arch/mips/include/asm/mach-generic/
H A Dfloppy.h83 return get_dma_residue(FLOPPY_DMA); in fd_get_dma_residue()
/linux/arch/parisc/include/asm/
H A Ddma.h94 static __inline__ int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
/linux/arch/sh/include/asm/
H A Ddma.h120 extern int get_dma_residue(unsigned int chan);
/linux/arch/x86/include/asm/
H A Ddma.h288 static inline int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
/linux/arch/mips/include/asm/
H A Ddma.h291 static __inline__ int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
/linux/arch/powerpc/include/asm/
H A Ddma.h321 static __inline__ int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
/linux/arch/alpha/include/asm/
H A Ddma.h340 static __inline__ int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
/linux/drivers/gpib/nec7210/
H A Dnec7210.c569 count += length - get_dma_residue(priv->dma_channel); in __dma_read()
741 residue = get_dma_residue(priv->dma_channel); in __dma_write()
897 if ((status1 & HR_END) || get_dma_residue(priv->dma_channel) == 0) in nec7210_interrupt_have_status()
913 if (get_dma_residue(priv->dma_channel) == 0) { in nec7210_interrupt_have_status()
/linux/arch/mips/include/asm/mach-au1x00/
H A Dau1000_dma.h431 static inline int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
/linux/sound/soc/au1x/
H A Ddma.c273 location = get_dma_residue(stream->dma); in alchemy_pcm_pointer()
/linux/Documentation/core-api/
H A Ddma-isa-lpc.rst113 the channel again. You should also check get_dma_residue() to make
/linux/drivers/parport/
H A Dparport_pc.c674 count = get_dma_residue(port->dma); in parport_pc_fifo_write_block_dma()
696 left += get_dma_residue(port->dma); in parport_pc_fifo_write_block_dma()
/linux/drivers/mmc/host/
H A Dwbsd.c702 count = get_dma_residue(host->dma); in wbsd_finish_data()
/linux/drivers/block/
H A Dfloppy.c260 #define fd_get_dma_residue() get_dma_residue(FLOPPY_DMA)