Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/sound/
Dasound.h505 #define __snd_pcm_sync_ptr64 snd_pcm_sync_ptr
518 #define __snd_pcm_sync_ptr snd_pcm_sync_ptr
684 #define SNDRV_PCM_IOCTL_SYNC_PTR _IOWR('A', 0x23, struct snd_pcm_sync_ptr)
/Linux-v5.15/tools/include/uapi/sound/
Dasound.h505 #define __snd_pcm_sync_ptr64 snd_pcm_sync_ptr
518 #define __snd_pcm_sync_ptr snd_pcm_sync_ptr
684 #define SNDRV_PCM_IOCTL_SYNC_PTR _IOWR('A', 0x23, struct snd_pcm_sync_ptr)
/Linux-v5.15/sound/core/
Dpcm_compat.c494 struct snd_pcm_sync_ptr __user *_sync_ptr) in snd_pcm_ioctl_sync_ptr_buggy()
497 struct snd_pcm_sync_ptr sync_ptr; in snd_pcm_ioctl_sync_ptr_buggy()
Dpcm_native.c2961 static int snd_pcm_sync_ptr(struct snd_pcm_substream *substream, in snd_pcm_sync_ptr() function
2962 struct snd_pcm_sync_ptr __user *_sync_ptr) in snd_pcm_sync_ptr()
2965 struct snd_pcm_sync_ptr sync_ptr; in snd_pcm_sync_ptr()
3289 return snd_pcm_sync_ptr(substream, arg); in snd_pcm_common_ioctl()