/linux-3.4.99/include/sound/ |
D | pcm-indirect.h | 105 return bytes_to_frames(substream->runtime, rec->sw_io); in snd_pcm_indirect_playback_pointer() 174 return bytes_to_frames(substream->runtime, rec->sw_io); in snd_pcm_indirect_capture_pointer()
|
/linux-3.4.99/sound/soc/kirkwood/ |
D | kirkwood-dma.c | 280 count = bytes_to_frames(substream->runtime, in kirkwood_dma_pointer() 283 count = bytes_to_frames(substream->runtime, in kirkwood_dma_pointer()
|
/linux-3.4.99/sound/soc/omap/ |
D | omap-pcm.c | 267 offset = bytes_to_frames(runtime, ptr - runtime->dma_addr); in omap_pcm_pointer() 270 offset = bytes_to_frames(runtime, ptr - runtime->dma_addr); in omap_pcm_pointer()
|
/linux-3.4.99/sound/pci/ctxfi/ |
D | ctpcm.c | 262 position = bytes_to_frames(runtime, position); in ct_pcm_playback_pointer() 366 position = bytes_to_frames(runtime, position); in ct_pcm_capture_pointer()
|
/linux-3.4.99/sound/soc/ |
D | soc-dmaengine-pcm.c | 212 return bytes_to_frames(substream->runtime, prtd->pos); in snd_dmaengine_pcm_pointer()
|
/linux-3.4.99/sound/isa/sb/ |
D | sb8_main.c | 427 return bytes_to_frames(substream->runtime, ptr); in snd_sb8_playback_pointer() 443 return bytes_to_frames(substream->runtime, ptr); in snd_sb8_capture_pointer()
|
/linux-3.4.99/sound/pci/aw2/ |
D | aw2-alsa.c | 588 return bytes_to_frames(substream->runtime, current_ptr); in snd_aw2_pcm_pointer_playback() 607 return bytes_to_frames(substream->runtime, current_ptr); in snd_aw2_pcm_pointer_capture()
|
/linux-3.4.99/sound/soc/blackfin/ |
D | bf5xx-i2s-pcm.c | 153 frames = bytes_to_frames(substream->runtime, diff); in bf5xx_pcm_pointer()
|
/linux-3.4.99/sound/soc/sh/ |
D | siu_pcm.c | 437 xfer_cnt = bytes_to_frames(rt, siu_stream->period_bytes); in siu_pcm_prepare() 527 return bytes_to_frames(ss->runtime, ptr); in siu_pcm_pointer_dma()
|
D | dma-sh7760.c | 311 return bytes_to_frames(runtime, pos); in camelot_pos()
|
/linux-3.4.99/sound/isa/msnd/ |
D | msnd.c | 570 return bytes_to_frames(substream->runtime, chip->playDMAPos); in snd_msnd_playback_pointer() 647 return bytes_to_frames(runtime, chip->captureDMAPos); in snd_msnd_capture_pointer()
|
/linux-3.4.99/sound/soc/imx/ |
D | imx-pcm-fiq.c | 166 return bytes_to_frames(substream->runtime, iprtd->offset); in snd_imx_pcm_pointer()
|
/linux-3.4.99/drivers/usb/gadget/ |
D | u_uac1.c | 191 frames = bytes_to_frames(runtime, count); in u_audio_playback()
|
/linux-3.4.99/sound/soc/au1x/ |
D | dbdma2.c | 291 return bytes_to_frames(substream->runtime, to_dmadata(substream)->pos); in au1xpsc_pcm_pointer()
|
D | dma.c | 291 return bytes_to_frames(ss->runtime, location); in alchemy_pcm_pointer()
|
/linux-3.4.99/drivers/staging/media/go7007/ |
D | snd-go7007.c | 82 int frames = bytes_to_frames(runtime, length); in parse_audio_stream_data()
|
/linux-3.4.99/sound/arm/ |
D | pxa2xx-pcm-lib.c | 128 snd_pcm_uframes_t x = bytes_to_frames(runtime, ptr - runtime->dma_addr); in pxa2xx_pcm_pointer()
|
/linux-3.4.99/sound/drivers/pcsp/ |
D | pcsp_lib.c | 285 return bytes_to_frames(substream->runtime, pos); in snd_pcsp_playback_pointer()
|
/linux-3.4.99/sound/pci/riptide/ |
D | riptide.c | 1137 bytes_to_frames(runtime, pos), in riptide_handleirq() 1379 bytes_to_frames(runtime, rptr.retlongs[1]), in snd_riptide_pointer() 1380 bytes_to_frames(runtime, in snd_riptide_pointer() 1384 bytes_to_frames(runtime, in snd_riptide_pointer() 1388 bytes_to_frames(runtime, in snd_riptide_pointer() 1393 ret = bytes_to_frames(runtime, 0); in snd_riptide_pointer()
|
/linux-3.4.99/sound/soc/jz4740/ |
D | jz4740-pcm.c | 206 offset = bytes_to_frames(runtime, byte_offset); in jz4740_pcm_pointer()
|
/linux-3.4.99/sound/soc/nuc900/ |
D | nuc900-pcm.c | 258 return bytes_to_frames(substream->runtime, res); in nuc900_dma_pointer()
|
/linux-3.4.99/sound/pci/emu10k1/ |
D | p16v.c | 564 ptr2 = bytes_to_frames(runtime, ptr1); in snd_p16v_pcm_pointer_playback() 587 ptr2 = bytes_to_frames(runtime, ptr1); in snd_p16v_pcm_pointer_capture()
|
/linux-3.4.99/sound/pci/ |
D | als4000.c | 515 return bytes_to_frames( substream->runtime, result ); in snd_als4000_capture_pointer() 527 return bytes_to_frames( substream->runtime, result ); in snd_als4000_playback_pointer()
|
/linux-3.4.99/sound/usb/caiaq/ |
D | audio.c | 320 ptr = bytes_to_frames(sub->runtime, in snd_usb_caiaq_pcm_pointer() 323 ptr = bytes_to_frames(sub->runtime, in snd_usb_caiaq_pcm_pointer()
|
/linux-3.4.99/sound/sparc/ |
D | amd7930.c | 653 return bytes_to_frames(substream->runtime, ptr); in snd_amd7930_playback_pointer() 665 return bytes_to_frames(substream->runtime, ptr); in snd_amd7930_capture_pointer()
|