Home
last modified time | relevance | path

Searched refs:snd_pcm_lib_writev (Results 1 – 4 of 4) sorted by relevance

/sound/core/
Dpcm_compat.c451 err = snd_pcm_lib_writev(substream, bufs, frames); in snd_pcm_ioctl_xfern_compat()
Dpcm_lib.c2197 snd_pcm_sframes_t snd_pcm_lib_writev(struct snd_pcm_substream *substream, in snd_pcm_lib_writev() function
2217 EXPORT_SYMBOL(snd_pcm_lib_writev);
Dpcm_native.c2887 result = snd_pcm_lib_writev(substream, bufs, xfern.frames); in snd_pcm_playback_ioctl1()
3168 result = snd_pcm_lib_writev(substream, bufs, frames); in snd_pcm_writev()
/sound/core/oss/
Dpcm_oss.c1352 ret = snd_pcm_lib_writev(substream, (void __user **)bufs, frames); in snd_pcm_oss_writev3()
1355 ret = snd_pcm_lib_writev(substream, (void __user **)bufs, frames); in snd_pcm_oss_writev3()
1767 snd_pcm_lib_writev(substream, buffers, size); in snd_pcm_oss_sync()