Home
last modified time | relevance | path

Searched refs:snd_pcm_mmap_control (Results 1 – 6 of 6) sorted by relevance

/linux/sound/core/
H A Dpcm_compat.c409 volatile struct snd_pcm_mmap_control *control; in snd_pcm_ioctl_sync_ptr_x32()
411 struct snd_pcm_mmap_control scontrol; in snd_pcm_ioctl_sync_ptr_x32()
485 volatile struct snd_pcm_mmap_control *control; in snd_pcm_ioctl_sync_ptr_buggy()
H A Dpcm_native.c3100 volatile struct snd_pcm_mmap_control *control; in snd_pcm_sync_ptr()
3102 struct snd_pcm_mmap_control scontrol; in snd_pcm_sync_ptr()
3194 volatile struct snd_pcm_mmap_control *control; in snd_pcm_ioctl_sync_ptr_compat()
3196 struct snd_pcm_mmap_control scontrol; in snd_pcm_ioctl_sync_ptr_compat()
3756 static int snd_pcm_mmap_control(struct snd_pcm_substream *substream, struct file *file, in snd_pcm_mmap_control() function
3763 if (size != PAGE_ALIGN(sizeof(struct snd_pcm_mmap_control))) in snd_pcm_mmap_control()
3817 static int snd_pcm_mmap_control(struct snd_pcm_substream *substream, struct file *file, in snd_pcm_mmap_control() function
4018 return snd_pcm_mmap_control(substream, file, area); in snd_pcm_mmap()
H A Dpcm.c950 size = PAGE_ALIGN(sizeof(struct snd_pcm_mmap_control)); in snd_pcm_attach_substream()
992 PAGE_ALIGN(sizeof(struct snd_pcm_mmap_control))); in snd_pcm_detach_substream()
/linux/tools/perf/trace/beauty/include/uapi/sound/
H A Dasound.h508 #define __snd_pcm_mmap_control64 snd_pcm_mmap_control
521 #define __snd_pcm_mmap_control snd_pcm_mmap_control
/linux/include/uapi/sound/
H A Dasound.h508 #define __snd_pcm_mmap_control64 snd_pcm_mmap_control
521 #define __snd_pcm_mmap_control snd_pcm_mmap_control
/linux/include/sound/
H A Dpcm.h413 struct snd_pcm_mmap_control *control;