/linux-4.4.14/sound/core/ |
D | isadma.c | 95 result = get_dma_residue(dma); in snd_dma_pointer() 101 result1 = get_dma_residue(dma); in snd_dma_pointer()
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
D | comedi_isadma.c | 57 residue = get_dma_residue(dma_chan); in comedi_isadma_disable() 120 result = get_dma_residue(desc->chan); in comedi_isadma_poll() 126 result1 = get_dma_residue(desc->chan); in comedi_isadma_poll()
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | floppy_64.h | 56 unsigned int (*get_dma_residue) (void); member 74 #define get_dma_residue(x) sun_fdops.get_dma_residue() macro 631 sun_fdops.get_dma_residue = sun_pci_get_dma_residue; in sun_floppy_init() 744 sun_fdops.get_dma_residue = sun_get_dma_residue; in sun_floppy_init()
|
D | parport.h | 101 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-4.4.14/arch/mn10300/include/asm/ |
D | dma.h | 99 static inline int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
|
/linux-4.4.14/arch/arm/kernel/ |
D | dma.c | 254 int get_dma_residue(unsigned int chan) in get_dma_residue() function 264 EXPORT_SYMBOL(get_dma_residue);
|
/linux-4.4.14/arch/arm/include/asm/ |
D | dma.h | 137 extern int get_dma_residue(unsigned int chan);
|
/linux-4.4.14/arch/mips/include/asm/mach-generic/ |
D | floppy.h | 84 return get_dma_residue(FLOPPY_DMA); in fd_get_dma_residue()
|
/linux-4.4.14/arch/sh/drivers/dma/ |
D | dma-pvr2.c | 26 if (get_dma_residue(PVR2_CASCADE_CHAN)) { in pvr2_dma_interrupt()
|
D | dma-api.c | 95 int get_dma_residue(unsigned int chan) in get_dma_residue() function 105 EXPORT_SYMBOL(get_dma_residue);
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | dma.h | 91 static __inline__ int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
|
D | floppy.h | 246 get_dma_residue,
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | dma.h | 279 static __inline__ int get_dma_residue(unsigned int dmanr) in get_dma_residue() function 465 static __inline__ int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
|
/linux-4.4.14/arch/sh/include/asm/ |
D | dma.h | 127 extern int get_dma_residue(unsigned int chan);
|
/linux-4.4.14/arch/mips/include/asm/ |
D | dma.h | 290 static __inline__ int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
|
/linux-4.4.14/arch/x86/include/asm/ |
D | dma.h | 287 static inline int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
|
D | floppy.h | 234 get_dma_residue,
|
/linux-4.4.14/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 | 169 ._get_dma_residue = get_dma_residue,
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | dma.h | 346 static __inline__ int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
|
/linux-4.4.14/drivers/net/appletalk/ |
D | ltpc.c | 437 get_dma_residue(dev->dma) ); in handlewrite() 997 if ((want & 2) && (get_dma_residue(3)==sizeof(struct lt_mem))) { in ltpc_probe_dma() 1002 if ((want & 1) && (get_dma_residue(1)==sizeof(struct lt_mem))) { in ltpc_probe_dma()
|
/linux-4.4.14/drivers/scsi/ |
D | NCR5380.h | 438 tmp = get_dma_residue(instance->dma_channel); in NCR5380_pc_dma_residual()
|
D | NCR53c406a.c | 338 tmp = get_dma_residue(dma_chan); in NCR53c406a_dma_residual()
|
/linux-4.4.14/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-4.4.14/sound/soc/au1x/ |
D | dma.c | 273 location = get_dma_residue(stream->dma); in alchemy_pcm_pointer()
|
/linux-4.4.14/sound/oss/ |
D | dmabuf.c | 654 pos = get_dma_residue(chan); in DMAbuf_get_buffer_pointer() 1043 pos = dmap->bytes_in_use - get_dma_residue(chan); in DMAbuf_outputintr() 1144 pos = dmap->bytes_in_use - get_dma_residue(chan); in DMAbuf_inputintr()
|
/linux-4.4.14/Documentation/ |
D | DMA-ISA-LPC.txt | 112 the channel again. You should also check get_dma_residue() to make
|
/linux-4.4.14/drivers/net/wan/ |
D | z85230.c | 1451 if (get_dma_residue(c->txdma)) in z8530_tx_begin() 1602 ct=c->mtu-get_dma_residue(c->rxdma); in z8530_rx_done()
|
/linux-4.4.14/drivers/ide/ |
D | icside.c | 295 return get_dma_residue(ec->dma) != 0; in icside_dma_end()
|
/linux-4.4.14/drivers/net/hamradio/ |
D | dmascc.c | 1204 cb = BUF_SIZE - get_dma_residue(priv->param.dma) - in special_condition() 1334 res = get_dma_residue(priv->param.dma); in es_isr()
|
/linux-4.4.14/drivers/net/irda/ |
D | smsc-ircc2.c | 1428 get_dma_residue(self->io.dma)); in smsc_ircc_dma_receive_complete() 1430 len = self->rx_buff.truesize - get_dma_residue(self->io.dma); in smsc_ircc_dma_receive_complete() 1639 get_dma_residue(self->io.dma));
|
/linux-4.4.14/sound/mips/ |
D | au1x00.c | 414 location = get_dma_residue(stream->dma); in snd_au1000_pointer()
|
/linux-4.4.14/drivers/parport/ |
D | parport_pc.c | 661 count = get_dma_residue(port->dma); in parport_pc_fifo_write_block_dma() 683 left += get_dma_residue(port->dma); in parport_pc_fifo_write_block_dma()
|
/linux-4.4.14/drivers/mmc/host/ |
D | wbsd.c | 713 count = get_dma_residue(host->dma); in wbsd_finish_data()
|
/linux-4.4.14/drivers/block/ |
D | floppy.c | 264 #define fd_get_dma_residue() get_dma_residue(FLOPPY_DMA)
|