Home
last modified time | relevance | path

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

/linux/sound/core/
H A Dpcm_compat.c411 volatile struct snd_pcm_mmap_control *control; in snd_pcm_ioctl_sync_ptr_x32()
413 struct snd_pcm_mmap_control scontrol; in snd_pcm_ioctl_sync_ptr_x32()
497 volatile struct snd_pcm_mmap_control *control; in snd_pcm_ioctl_sync_ptr_buggy()
H A Dpcm_native.c3037 volatile struct snd_pcm_mmap_control *control; in snd_pcm_sync_ptr()
3043 …(copy_from_user(&sync_ptr.c.control, &(_sync_ptr->c.control), sizeof(struct snd_pcm_mmap_control))) in snd_pcm_sync_ptr()
3124 volatile struct snd_pcm_mmap_control *control; in snd_pcm_ioctl_sync_ptr_compat()
3126 struct snd_pcm_mmap_control scontrol; in snd_pcm_ioctl_sync_ptr_compat()
3696 static int snd_pcm_mmap_control(struct snd_pcm_substream *substream, struct file *file, in snd_pcm_mmap_control() function
3703 if (size != PAGE_ALIGN(sizeof(struct snd_pcm_mmap_control))) in snd_pcm_mmap_control()
3757 static int snd_pcm_mmap_control(struct snd_pcm_substream *substream, struct file *file, in snd_pcm_mmap_control() function
3936 return snd_pcm_mmap_control(substream, file, area); in snd_pcm_mmap()
H A Dpcm.c949 size = PAGE_ALIGN(sizeof(struct snd_pcm_mmap_control)); in snd_pcm_attach_substream()
988 PAGE_ALIGN(sizeof(struct snd_pcm_mmap_control))); in snd_pcm_detach_substream()
/linux/include/uapi/sound/
H A Dasound.h507 #define __snd_pcm_mmap_control64 snd_pcm_mmap_control
520 #define __snd_pcm_mmap_control snd_pcm_mmap_control
/linux/tools/perf/trace/beauty/include/uapi/sound/
H A Dasound.h507 #define __snd_pcm_mmap_control64 snd_pcm_mmap_control
520 #define __snd_pcm_mmap_control snd_pcm_mmap_control
/linux/include/sound/
H A Dpcm.h408 struct snd_pcm_mmap_control *control;
/linux/Documentation/sound/kernel-api/
H A Dwriting-an-alsa-driver.rst1515 volatile struct snd_pcm_mmap_control *control;
1721 which points to a struct snd_pcm_mmap_control record.