Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/core/
A Disadma.c78 result = get_dma_residue(dma); in snd_dma_pointer()
84 result1 = get_dma_residue(dma); in snd_dma_pointer()
/linux-6.3-rc2/drivers/comedi/drivers/
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()
/linux-6.3-rc2/arch/sparc/include/asm/
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()
A Dparport.h104 static inline unsigned int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
A Dfloppy_32.h82 #define get_dma_residue(x) (0) macro
/linux-6.3-rc2/arch/arm/kernel/
A Ddma.c251 int get_dma_residue(unsigned int chan) in get_dma_residue() function
261 EXPORT_SYMBOL(get_dma_residue);
/linux-6.3-rc2/arch/arm/include/asm/
A Ddma.h138 extern int get_dma_residue(unsigned int chan);
/linux-6.3-rc2/arch/mips/include/asm/mach-generic/
A Dfloppy.h83 return get_dma_residue(FLOPPY_DMA); in fd_get_dma_residue()
/linux-6.3-rc2/arch/sh/drivers/dma/
A Ddma-pvr2.c23 if (get_dma_residue(PVR2_CASCADE_CHAN)) { in pvr2_dma_interrupt()
A Ddma-api.c92 int get_dma_residue(unsigned int chan) in get_dma_residue() function
102 EXPORT_SYMBOL(get_dma_residue);
/linux-6.3-rc2/arch/parisc/include/asm/
A Ddma.h92 static __inline__ int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
A Dfloppy.h234 get_dma_residue,
/linux-6.3-rc2/arch/sh/include/asm/
A Ddma.h123 extern int get_dma_residue(unsigned int chan);
/linux-6.3-rc2/arch/x86/include/asm/
A Ddma.h288 static inline int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
A Dfloppy.h234 ._get_dma_residue = get_dma_residue,
/linux-6.3-rc2/arch/mips/include/asm/
A Ddma.h291 static __inline__ int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
/linux-6.3-rc2/arch/powerpc/include/asm/
A Ddma.h321 static __inline__ int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
A Dfloppy.h170 ._get_dma_residue = get_dma_residue,
/linux-6.3-rc2/arch/alpha/include/asm/
A Ddma.h347 static __inline__ int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
/linux-6.3-rc2/arch/mips/include/asm/mach-au1x00/
A Dau1000_dma.h432 static inline int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
/linux-6.3-rc2/sound/soc/au1x/
A Ddma.c274 location = get_dma_residue(stream->dma); in alchemy_pcm_pointer()
/linux-6.3-rc2/Documentation/core-api/
A Ddma-isa-lpc.rst113 the channel again. You should also check get_dma_residue() to make
/linux-6.3-rc2/drivers/parport/
A Dparport_pc.c662 count = get_dma_residue(port->dma); in parport_pc_fifo_write_block_dma()
684 left += get_dma_residue(port->dma); in parport_pc_fifo_write_block_dma()
/linux-6.3-rc2/drivers/mmc/host/
A Dwbsd.c702 count = get_dma_residue(host->dma); in wbsd_finish_data()
/linux-6.3-rc2/drivers/block/
A Dfloppy.c264 #define fd_get_dma_residue() get_dma_residue(FLOPPY_DMA)

Completed in 56 milliseconds