Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/include/uapi/sound/
H A Dasound.h504 #define __snd_pcm_sync_ptr64 snd_pcm_sync_ptr
517 #define __snd_pcm_sync_ptr snd_pcm_sync_ptr
683 #define SNDRV_PCM_IOCTL_SYNC_PTR _IOWR('A', 0x23, struct snd_pcm_sync_ptr)
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dasound.h504 #define __snd_pcm_sync_ptr64 snd_pcm_sync_ptr
517 #define __snd_pcm_sync_ptr snd_pcm_sync_ptr
683 #define SNDRV_PCM_IOCTL_SYNC_PTR _IOWR('A', 0x23, struct snd_pcm_sync_ptr)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/
H A Dasound.h492 struct snd_pcm_sync_ptr { struct
584 #define SNDRV_PCM_IOCTL_SYNC_PTR _IOWR('A', 0x23, struct snd_pcm_sync_ptr)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/
H A Dasound.h492 struct snd_pcm_sync_ptr { struct
584 #define SNDRV_PCM_IOCTL_SYNC_PTR _IOWR('A', 0x23, struct snd_pcm_sync_ptr)
/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_compat.c492 struct snd_pcm_sync_ptr __user *_sync_ptr) in snd_pcm_ioctl_sync_ptr_buggy()
495 struct snd_pcm_sync_ptr sync_ptr; in snd_pcm_ioctl_sync_ptr_buggy()
H A Dpcm_native.c3005 static int snd_pcm_sync_ptr(struct snd_pcm_substream *substream, in snd_pcm_sync_ptr() function
3006 struct snd_pcm_sync_ptr __user *_sync_ptr) in snd_pcm_sync_ptr()
3009 struct snd_pcm_sync_ptr sync_ptr; in snd_pcm_sync_ptr()
3333 return snd_pcm_sync_ptr(substream, arg); in snd_pcm_common_ioctl()
/OK3568_Linux_fs/external/rk_pcba_test/tinyalsa/
H A Dpcm.c169 struct snd_pcm_sync_ptr *sync_ptr;