/linux-6.6.21/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-6.6.21/drivers/comedi/drivers/ |
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-6.6.21/arch/sparc/include/asm/ |
D | floppy_64.h | 58 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()
|
D | parport.h | 105 static inline unsigned int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
|
D | floppy_32.h | 82 #define get_dma_residue(x) (0) macro
|
/linux-6.6.21/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-6.6.21/arch/arm/include/asm/ |
D | dma.h | 141 extern int get_dma_residue(unsigned int chan);
|
/linux-6.6.21/arch/mips/include/asm/mach-generic/ |
D | floppy.h | 83 return get_dma_residue(FLOPPY_DMA); in fd_get_dma_residue()
|
/linux-6.6.21/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-6.6.21/arch/parisc/include/asm/ |
D | dma.h | 94 static __inline__ int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
|
D | floppy.h | 234 get_dma_residue,
|
/linux-6.6.21/arch/sh/include/asm/ |
D | dma.h | 123 extern int get_dma_residue(unsigned int chan);
|
/linux-6.6.21/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-6.6.21/arch/mips/include/asm/ |
D | dma.h | 291 static __inline__ int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
|
/linux-6.6.21/arch/powerpc/include/asm/ |
D | dma.h | 321 static __inline__ int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
|
D | floppy.h | 170 ._get_dma_residue = get_dma_residue,
|
/linux-6.6.21/arch/alpha/include/asm/ |
D | dma.h | 347 static __inline__ int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
|
/linux-6.6.21/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-6.6.21/sound/soc/au1x/ |
D | dma.c | 274 location = get_dma_residue(stream->dma); in alchemy_pcm_pointer()
|
/linux-6.6.21/Documentation/core-api/ |
D | dma-isa-lpc.rst | 113 the channel again. You should also check get_dma_residue() to make
|
/linux-6.6.21/drivers/parport/ |
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()
|
/linux-6.6.21/drivers/mmc/host/ |
D | wbsd.c | 702 count = get_dma_residue(host->dma); in wbsd_finish_data()
|
/linux-6.6.21/drivers/block/ |
D | floppy.c | 264 #define fd_get_dma_residue() get_dma_residue(FLOPPY_DMA)
|