Home
last modified time | relevance | path

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

/Linux-v6.1/sound/core/
Dpcm_compat.c416 volatile struct snd_pcm_mmap_control *control; in snd_pcm_ioctl_sync_ptr_x32()
418 struct snd_pcm_mmap_control scontrol; in snd_pcm_ioctl_sync_ptr_x32()
502 volatile struct snd_pcm_mmap_control *control; in snd_pcm_ioctl_sync_ptr_buggy()
Dpcm_native.c3036 volatile struct snd_pcm_mmap_control *control; in snd_pcm_sync_ptr()
3042 …(copy_from_user(&sync_ptr.c.control, &(_sync_ptr->c.control), sizeof(struct snd_pcm_mmap_control))) in snd_pcm_sync_ptr()
3125 volatile struct snd_pcm_mmap_control *control; in snd_pcm_ioctl_sync_ptr_compat()
3127 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()
Dpcm.c960 size = PAGE_ALIGN(sizeof(struct snd_pcm_mmap_control)); in snd_pcm_attach_substream()
999 PAGE_ALIGN(sizeof(struct snd_pcm_mmap_control))); in snd_pcm_detach_substream()
/Linux-v6.1/tools/include/uapi/sound/
Dasound.h495 #define __snd_pcm_mmap_control64 snd_pcm_mmap_control
508 #define __snd_pcm_mmap_control snd_pcm_mmap_control
/Linux-v6.1/include/uapi/sound/
Dasound.h495 #define __snd_pcm_mmap_control64 snd_pcm_mmap_control
508 #define __snd_pcm_mmap_control snd_pcm_mmap_control
/Linux-v6.1/include/sound/
Dpcm.h398 struct snd_pcm_mmap_control *control;
/Linux-v6.1/Documentation/sound/kernel-api/
Dwriting-an-alsa-driver.rst1593 volatile struct snd_pcm_mmap_control *control;
1804 which points to the struct snd_pcm_mmap_control record.