Searched refs:snd_pcm_mmap_status (Results 1 – 3 of 3) sorted by relevance
392 volatile struct snd_pcm_mmap_status *status; in snd_pcm_ioctl_sync_ptr_compat()396 struct snd_pcm_mmap_status sstatus; in snd_pcm_ioctl_sync_ptr_compat()
876 size = PAGE_ALIGN(sizeof(struct snd_pcm_mmap_status)); in snd_pcm_attach_substream()888 PAGE_ALIGN(sizeof(struct snd_pcm_mmap_status))); in snd_pcm_attach_substream()917 PAGE_ALIGN(sizeof(struct snd_pcm_mmap_status))); in snd_pcm_detach_substream()
2438 volatile struct snd_pcm_mmap_status *status; in snd_pcm_sync_ptr()3005 static int snd_pcm_mmap_status(struct snd_pcm_substream *substream, struct file *file, in snd_pcm_mmap_status() function3014 if (size != PAGE_ALIGN(sizeof(struct snd_pcm_mmap_status))) in snd_pcm_mmap_status()3064 static int snd_pcm_mmap_status(struct snd_pcm_substream *substream, struct file *file, in snd_pcm_mmap_status() function3222 return snd_pcm_mmap_status(substream, file, area); in snd_pcm_mmap()