Searched refs:get_dma_residue (Results 1 – 18 of 18) sorted by relevance
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()
78 result = get_dma_residue(dma); in snd_dma_pointer()84 result1 = get_dma_residue(dma); in snd_dma_pointer()
251 int get_dma_residue(unsigned int chan) in get_dma_residue() function261 EXPORT_SYMBOL(get_dma_residue);
77 int get_dma_residue(unsigned int chan) in get_dma_residue() function87 EXPORT_SYMBOL(get_dma_residue);
23 if (get_dma_residue(PVR2_CASCADE_CHAN)) { in pvr2_dma_interrupt()
141 extern int get_dma_residue(unsigned int chan);
83 return get_dma_residue(FLOPPY_DMA); in fd_get_dma_residue()
94 static __inline__ int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
120 extern int get_dma_residue(unsigned int chan);
288 static inline int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
291 static __inline__ int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
321 static __inline__ int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
340 static __inline__ int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
569 count += length - get_dma_residue(priv->dma_channel); in __dma_read()741 residue = get_dma_residue(priv->dma_channel); in __dma_write()897 if ((status1 & HR_END) || get_dma_residue(priv->dma_channel) == 0) in nec7210_interrupt_have_status()913 if (get_dma_residue(priv->dma_channel) == 0) { in nec7210_interrupt_have_status()
431 static inline int get_dma_residue(unsigned int dmanr) in get_dma_residue() function
273 location = get_dma_residue(stream->dma); in alchemy_pcm_pointer()
113 the channel again. You should also check get_dma_residue() to make
260 #define fd_get_dma_residue() get_dma_residue(FLOPPY_DMA)