/Linux-v5.4/sound/core/ |
D | isadma.c | 78 result = get_dma_residue(dma); in snd_dma_pointer() 84 result1 = get_dma_residue(dma); in snd_dma_pointer()
|
/Linux-v5.4/drivers/staging/comedi/drivers/ |
D | comedi_isadma.c | 48 residue = get_dma_residue(dma_chan); in comedi_isadma_disable() 111 result = get_dma_residue(desc->chan); in comedi_isadma_poll() 117 result1 = get_dma_residue(desc->chan); in comedi_isadma_poll()
|
/Linux-v5.4/arch/sparc/include/asm/ |
D | floppy_64.h | 57 unsigned int (*get_dma_residue) (void); member 75 #define get_dma_residue(x) sun_fdops.get_dma_residue() macro 631 sun_fdops.get_dma_residue = sun_pci_get_dma_residue; in sun_floppy_init() 744 sun_fdops.get_dma_residue = sun_get_dma_residue; in sun_floppy_init()
|
D | floppy_32.h | 82 #define get_dma_residue(x) (0) macro
|
D | parport.h | 104 static inline unsigned int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
|
/Linux-v5.4/arch/arm/kernel/ |
D | dma.c | 251 int get_dma_residue(unsigned int chan) in get_dma_residue() function 261 EXPORT_SYMBOL(get_dma_residue);
|
/Linux-v5.4/arch/arm/include/asm/ |
D | dma.h | 138 extern int get_dma_residue(unsigned int chan);
|
/Linux-v5.4/arch/mips/include/asm/mach-generic/ |
D | floppy.h | 84 return get_dma_residue(FLOPPY_DMA); in fd_get_dma_residue()
|
/Linux-v5.4/arch/sh/drivers/dma/ |
D | dma-pvr2.c | 23 if (get_dma_residue(PVR2_CASCADE_CHAN)) { in pvr2_dma_interrupt()
|
D | dma-api.c | 92 int get_dma_residue(unsigned int chan) in get_dma_residue() function 102 EXPORT_SYMBOL(get_dma_residue);
|
/Linux-v5.4/arch/parisc/include/asm/ |
D | dma.h | 92 static __inline__ int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
|
D | floppy.h | 233 get_dma_residue,
|
/Linux-v5.4/arch/m68k/include/asm/ |
D | dma.h | 280 static __inline__ int get_dma_residue(unsigned int dmanr) in get_dma_residue() function 466 static __inline__ int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
|
/Linux-v5.4/arch/sh/include/asm/ |
D | dma.h | 124 extern int get_dma_residue(unsigned int chan);
|
/Linux-v5.4/arch/mips/include/asm/ |
D | dma.h | 291 static __inline__ int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
|
/Linux-v5.4/arch/x86/include/asm/ |
D | dma.h | 288 static inline int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
|
D | floppy.h | 234 ._get_dma_residue = get_dma_residue,
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | dma.h | 322 static __inline__ int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
|
D | floppy.h | 167 ._get_dma_residue = get_dma_residue,
|
/Linux-v5.4/arch/alpha/include/asm/ |
D | dma.h | 347 static __inline__ int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
|
/Linux-v5.4/drivers/net/appletalk/ |
D | ltpc.c | 437 get_dma_residue(dev->dma) ); in handlewrite() 992 if ((want & 2) && (get_dma_residue(3)==sizeof(struct lt_mem))) { in ltpc_probe_dma() 997 if ((want & 1) && (get_dma_residue(1)==sizeof(struct lt_mem))) { in ltpc_probe_dma()
|
/Linux-v5.4/arch/mips/include/asm/mach-au1x00/ |
D | au1000_dma.h | 432 static inline int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
|
/Linux-v5.4/sound/soc/au1x/ |
D | dma.c | 277 location = get_dma_residue(stream->dma); in alchemy_pcm_pointer()
|
/Linux-v5.4/Documentation/ |
D | DMA-ISA-LPC.txt | 113 the channel again. You should also check get_dma_residue() to make
|
/Linux-v5.4/drivers/ide/ |
D | icside.c | 296 return get_dma_residue(ec->dma) != 0; in icside_dma_end()
|