Home
last modified time | relevance | path

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

12

/Linux-v5.10/sound/core/
Disadma.c78 result = get_dma_residue(dma); in snd_dma_pointer()
84 result1 = get_dma_residue(dma); in snd_dma_pointer()
/Linux-v5.10/drivers/staging/comedi/drivers/
Dcomedi_isadma.c48 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.10/arch/sparc/include/asm/
Dfloppy_64.h58 unsigned int (*get_dma_residue) (void); member
76 #define get_dma_residue(x) sun_fdops.get_dma_residue() macro
636 sun_fdops.get_dma_residue = sun_pci_get_dma_residue; in sun_floppy_init()
749 sun_fdops.get_dma_residue = sun_get_dma_residue; in sun_floppy_init()
Dparport.h104 static inline unsigned int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
Dfloppy_32.h82 #define get_dma_residue(x) (0) macro
/Linux-v5.10/arch/arm/kernel/
Ddma.c251 int get_dma_residue(unsigned int chan) in get_dma_residue() function
261 EXPORT_SYMBOL(get_dma_residue);
/Linux-v5.10/arch/arm/include/asm/
Ddma.h138 extern int get_dma_residue(unsigned int chan);
/Linux-v5.10/arch/mips/include/asm/mach-generic/
Dfloppy.h83 return get_dma_residue(FLOPPY_DMA); in fd_get_dma_residue()
/Linux-v5.10/arch/sh/drivers/dma/
Ddma-pvr2.c23 if (get_dma_residue(PVR2_CASCADE_CHAN)) { in pvr2_dma_interrupt()
Ddma-api.c92 int get_dma_residue(unsigned int chan) in get_dma_residue() function
102 EXPORT_SYMBOL(get_dma_residue);
/Linux-v5.10/arch/parisc/include/asm/
Ddma.h92 static __inline__ int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
Dfloppy.h234 get_dma_residue,
/Linux-v5.10/arch/m68k/include/asm/
Ddma.h280 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.10/arch/sh/include/asm/
Ddma.h123 extern int get_dma_residue(unsigned int chan);
/Linux-v5.10/arch/x86/include/asm/
Ddma.h288 static inline int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
Dfloppy.h235 ._get_dma_residue = get_dma_residue,
/Linux-v5.10/arch/mips/include/asm/
Ddma.h291 static __inline__ int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
/Linux-v5.10/arch/powerpc/include/asm/
Ddma.h321 static __inline__ int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
Dfloppy.h168 ._get_dma_residue = get_dma_residue,
/Linux-v5.10/arch/alpha/include/asm/
Ddma.h347 static __inline__ int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
/Linux-v5.10/drivers/net/appletalk/
Dltpc.c439 get_dma_residue(dev->dma) ); in handlewrite()
994 if ((want & 2) && (get_dma_residue(3)==sizeof(struct lt_mem))) { in ltpc_probe_dma()
999 if ((want & 1) && (get_dma_residue(1)==sizeof(struct lt_mem))) { in ltpc_probe_dma()
/Linux-v5.10/arch/mips/include/asm/mach-au1x00/
Dau1000_dma.h432 static inline int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
/Linux-v5.10/sound/soc/au1x/
Ddma.c274 location = get_dma_residue(stream->dma); in alchemy_pcm_pointer()
/Linux-v5.10/Documentation/core-api/
Ddma-isa-lpc.rst113 the channel again. You should also check get_dma_residue() to make
/Linux-v5.10/drivers/ide/
Dicside.c296 return get_dma_residue(ec->dma) != 0; in icside_dma_end()

12