| /OK3568_Linux_fs/kernel/sound/core/ |
| H A D | isadma.c | 78 result = get_dma_residue(dma); in snd_dma_pointer() 84 result1 = get_dma_residue(dma); in snd_dma_pointer()
|
| /OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A 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()
|
| H A D | parport.h | 104 static inline unsigned int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
|
| H A D | floppy_32.h | 82 #define get_dma_residue(x) (0) macro
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | dma.c | 251 int get_dma_residue(unsigned int chan) in get_dma_residue() function 261 EXPORT_SYMBOL(get_dma_residue);
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | dma.h | 138 extern int get_dma_residue(unsigned int chan);
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-generic/ |
| H A D | floppy.h | 83 return get_dma_residue(FLOPPY_DMA); in fd_get_dma_residue()
|
| /OK3568_Linux_fs/kernel/arch/sh/drivers/dma/ |
| H A D | dma-pvr2.c | 23 if (get_dma_residue(PVR2_CASCADE_CHAN)) { in pvr2_dma_interrupt()
|
| H A D | dma-api.c | 92 int get_dma_residue(unsigned int chan) in get_dma_residue() function 102 EXPORT_SYMBOL(get_dma_residue);
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | dma.h | 92 static __inline__ int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
|
| H A D | floppy.h | 234 get_dma_residue,
|
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | dma.h | 123 extern int get_dma_residue(unsigned int chan);
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | dma.h | 291 static __inline__ int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | dma.h | 288 static inline int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
|
| H A D | floppy.h | 235 ._get_dma_residue = get_dma_residue,
|
| /OK3568_Linux_fs/kernel/drivers/net/appletalk/ |
| H A D | ltpc.c | 439 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()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | dma.h | 321 static __inline__ int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
|
| H A D | floppy.h | 168 ._get_dma_residue = get_dma_residue,
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/asm/ |
| H A D | dma.h | 347 static __inline__ int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-au1x00/ |
| H A D | au1000_dma.h | 432 static inline int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
|
| /OK3568_Linux_fs/kernel/sound/soc/au1x/ |
| H A D | dma.c | 274 location = get_dma_residue(stream->dma); in alchemy_pcm_pointer()
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | dma-isa-lpc.rst | 113 the channel again. You should also check get_dma_residue() to make
|
| /OK3568_Linux_fs/kernel/drivers/net/wan/ |
| H A D | z85230.c | 1446 if (get_dma_residue(c->txdma)) in z8530_tx_begin() 1597 ct=c->mtu-get_dma_residue(c->rxdma); in z8530_rx_done()
|