Home
last modified time | relevance | path

Searched refs:snd_pcm_mmap_status (Results 1 – 3 of 3) sorted by relevance

/sound/core/
Dpcm_compat.c392 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()
Dpcm.c876 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()
Dpcm_native.c2438 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() function
3014 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() function
3222 return snd_pcm_mmap_status(substream, file, area); in snd_pcm_mmap()