Searched refs:snd_pcm_mmap_control (Results 1 – 9 of 9) sorted by relevance
414 volatile struct snd_pcm_mmap_control *control; in snd_pcm_ioctl_sync_ptr_x32()416 struct snd_pcm_mmap_control scontrol; in snd_pcm_ioctl_sync_ptr_x32()498 volatile struct snd_pcm_mmap_control *control; in snd_pcm_ioctl_sync_ptr_buggy()
3013 volatile struct snd_pcm_mmap_control *control; in snd_pcm_sync_ptr()3019 …(copy_from_user(&sync_ptr.c.control, &(_sync_ptr->c.control), sizeof(struct snd_pcm_mmap_control))) in snd_pcm_sync_ptr()3100 volatile struct snd_pcm_mmap_control *control; in snd_pcm_ioctl_sync_ptr_compat()3102 struct snd_pcm_mmap_control scontrol; in snd_pcm_ioctl_sync_ptr_compat()3653 static int snd_pcm_mmap_control(struct snd_pcm_substream *substream, struct file *file, in snd_pcm_mmap_control() function3660 if (size != PAGE_ALIGN(sizeof(struct snd_pcm_mmap_control))) in snd_pcm_mmap_control()3705 static int snd_pcm_mmap_control(struct snd_pcm_substream *substream, struct file *file, in snd_pcm_mmap_control() function3907 return snd_pcm_mmap_control(substream, file, area); in snd_pcm_mmap()
958 size = PAGE_ALIGN(sizeof(struct snd_pcm_mmap_control)); in snd_pcm_attach_substream()997 PAGE_ALIGN(sizeof(struct snd_pcm_mmap_control))); in snd_pcm_detach_substream()
380 struct snd_pcm_mmap_control { struct394 struct snd_pcm_mmap_control control; argument
503 #define __snd_pcm_mmap_control64 snd_pcm_mmap_control516 #define __snd_pcm_mmap_control snd_pcm_mmap_control
391 #define __snd_pcm_mmap_control64 snd_pcm_mmap_control400 #define __snd_pcm_mmap_control snd_pcm_mmap_control
393 struct snd_pcm_mmap_control *control;
1593 volatile struct snd_pcm_mmap_control *control;1804 which points to the struct snd_pcm_mmap_control record.