/linux/drivers/comedi/drivers/ |
H A D | comedi_isadma.c | 46 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 D | isadma.c | 78 result = get_dma_residue(dma); in snd_dma_pointer() 84 result1 = get_dma_residue(dma); in snd_dma_pointer()
|
/linux/arch/sparc/include/asm/ |
H A D | floppy_64.h | 58 unsigned int (*get_dma_residue) (void); member 76 #define get_dma_residue(x) sun_fdops.get_dma_residue() macro 637 sun_fdops.get_dma_residue = sun_pci_get_dma_residue; in sun_floppy_init() 748 sun_fdops.get_dma_residue = sun_get_dma_residue; in sun_floppy_init()
|
H A D | parport_64.h | 105 static inline unsigned int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
|
H A D | floppy_32.h | 82 #define get_dma_residue(x) (0) macro
|
/linux/arch/arm/kernel/ |
H A D | dma.c | 251 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 D | dma-api.c | 77 int get_dma_residue(unsigned int chan) in get_dma_residue() function 87 EXPORT_SYMBOL(get_dma_residue);
|
H A D | dma-pvr2.c | 23 if (get_dma_residue(PVR2_CASCADE_CHAN)) { in pvr2_dma_interrupt()
|
/linux/arch/arm/include/asm/ |
H A D | dma.h | 141 extern int get_dma_residue(unsigned int chan);
|
/linux/arch/mips/include/asm/mach-generic/ |
H A D | floppy.h | 83 return get_dma_residue(FLOPPY_DMA); in fd_get_dma_residue()
|
/linux/arch/parisc/include/asm/ |
H A D | dma.h | 94 static __inline__ int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
|
H A D | floppy.h | 234 get_dma_residue,
|
/linux/arch/sh/include/asm/ |
H A D | dma.h | 120 extern int get_dma_residue(unsigned int chan);
|
/linux/arch/x86/include/asm/ |
H A D | dma.h | 288 static inline int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
|
H A D | floppy.h | 234 ._get_dma_residue = get_dma_residue,
|
/linux/arch/mips/include/asm/ |
H A D | dma.h | 291 static __inline__ int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
|
/linux/arch/powerpc/include/asm/ |
H A D | dma.h | 321 static __inline__ int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
|
H A D | floppy.h | 170 ._get_dma_residue = get_dma_residue,
|
/linux/arch/alpha/include/asm/ |
H A D | dma.h | 340 static __inline__ int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
|
/linux/drivers/staging/gpib/nec7210/ |
H A D | nec7210.c | 576 count += length - get_dma_residue(priv->dma_channel); in __dma_read() 753 residue = get_dma_residue(priv->dma_channel); in __dma_write() 907 if ((status1 & HR_END) || get_dma_residue(priv->dma_channel) == 0) in nec7210_interrupt_have_status() 923 if (get_dma_residue(priv->dma_channel) == 0) { in nec7210_interrupt_have_status()
|
/linux/arch/mips/include/asm/mach-au1x00/ |
H A D | au1000_dma.h | 431 static inline int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
|
/linux/Documentation/core-api/ |
H A D | dma-isa-lpc.rst | 113 the channel again. You should also check get_dma_residue() to make
|
/linux/drivers/parport/ |
H A D | parport_pc.c | 674 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()
|