Home
last modified time | relevance | path

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

/linux-4.1.27/sound/core/
Dpcm_compat.c492 volatile struct snd_pcm_mmap_control *control; in snd_pcm_ioctl_sync_ptr_compat()
494 struct snd_pcm_mmap_control scontrol; in snd_pcm_ioctl_sync_ptr_compat()
580 volatile struct snd_pcm_mmap_control *control; in snd_pcm_ioctl_sync_ptr_x32()
582 struct snd_pcm_mmap_control scontrol; in snd_pcm_ioctl_sync_ptr_x32()
Dpcm_native.c2704 volatile struct snd_pcm_mmap_control *control; in snd_pcm_sync_ptr()
2710 …(copy_from_user(&sync_ptr.c.control, &(_sync_ptr->c.control), sizeof(struct snd_pcm_mmap_control))) in snd_pcm_sync_ptr()
3304 static int snd_pcm_mmap_control(struct snd_pcm_substream *substream, struct file *file, in snd_pcm_mmap_control() function
3311 if (size != PAGE_ALIGN(sizeof(struct snd_pcm_mmap_control))) in snd_pcm_mmap_control()
3327 static int snd_pcm_mmap_control(struct snd_pcm_substream *substream, struct file *file, in snd_pcm_mmap_control() function
3514 return snd_pcm_mmap_control(substream, file, area); in snd_pcm_mmap()
Dpcm.c978 size = PAGE_ALIGN(sizeof(struct snd_pcm_mmap_control)); in snd_pcm_attach_substream()
1015 PAGE_ALIGN(sizeof(struct snd_pcm_mmap_control))); in snd_pcm_detach_substream()
/linux-4.1.27/include/uapi/sound/
Dasound.h464 struct snd_pcm_mmap_control { struct
480 struct snd_pcm_mmap_control control; argument
/linux-4.1.27/include/sound/
Dpcm.h390 struct snd_pcm_mmap_control *control;