Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
H A 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A 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()
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A 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()
/kernel/linux/linux-5.10/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); variable
/kernel/linux/linux-6.6/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); variable
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Ddma.h138 extern int get_dma_residue(unsigned int chan);
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Ddma.h141 extern int get_dma_residue(unsigned int chan);
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-generic/
H A Dfloppy.h83 return get_dma_residue(FLOPPY_DMA); in fd_get_dma_residue()
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H A Ddma.h92 static __inline__ int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
H A Dfloppy.h234 get_dma_residue,
/kernel/linux/linux-5.10/arch/sh/drivers/dma/
H A Ddma-pvr2.c23 if (get_dma_residue(PVR2_CASCADE_CHAN)) { in pvr2_dma_interrupt()
H A Ddma-api.c92 int get_dma_residue(unsigned int chan) in get_dma_residue() function
102 EXPORT_SYMBOL(get_dma_residue); variable
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-generic/
H A Dfloppy.h83 return get_dma_residue(FLOPPY_DMA); in fd_get_dma_residue()
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H A Ddma.h94 static __inline__ int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
/kernel/linux/linux-6.6/arch/sh/drivers/dma/
H A Ddma-pvr2.c23 if (get_dma_residue(PVR2_CASCADE_CHAN)) { in pvr2_dma_interrupt()
H A Ddma-api.c92 int get_dma_residue(unsigned int chan) in get_dma_residue() function
102 EXPORT_SYMBOL(get_dma_residue); variable
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Ddma.h280 static __inline__ int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
286 printk("get_dma_residue(dmanr=%d)\n", dmanr); in get_dma_residue()
466 static __inline__ int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
472 printk("get_dma_residue(dmanr=%d)\n", dmanr); in get_dma_residue()
/kernel/linux/linux-5.10/arch/sh/include/asm/
H A Ddma.h123 extern int get_dma_residue(unsigned int chan);
/kernel/linux/linux-6.6/arch/sh/include/asm/
H A Ddma.h123 extern int get_dma_residue(unsigned int chan);
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dfloppy.h168 ._get_dma_residue = get_dma_residue,
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Ddma.h288 static inline int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Ddma.h291 static __inline__ int get_dma_residue(unsigned int dmanr) in get_dma_residue() function

Completed in 12 milliseconds

123