Home
last modified time | relevance | path

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

/linux-4.1.27/sound/core/
Dpcm_compat.c491 volatile struct snd_pcm_mmap_status *status; in snd_pcm_ioctl_sync_ptr_compat()
495 struct snd_pcm_mmap_status sstatus; in snd_pcm_ioctl_sync_ptr_compat()
579 volatile struct snd_pcm_mmap_status *status; in snd_pcm_ioctl_sync_ptr_x32()
583 struct snd_pcm_mmap_status sstatus; in snd_pcm_ioctl_sync_ptr_x32()
Dpcm.c970 size = PAGE_ALIGN(sizeof(struct snd_pcm_mmap_status)); in snd_pcm_attach_substream()
982 PAGE_ALIGN(sizeof(struct snd_pcm_mmap_status))); in snd_pcm_attach_substream()
1013 PAGE_ALIGN(sizeof(struct snd_pcm_mmap_status))); in snd_pcm_detach_substream()
Dpcm_native.c2703 volatile struct snd_pcm_mmap_status *status; in snd_pcm_sync_ptr()
3267 static int snd_pcm_mmap_status(struct snd_pcm_substream *substream, struct file *file, in snd_pcm_mmap_status() function
3274 if (size != PAGE_ALIGN(sizeof(struct snd_pcm_mmap_status))) in snd_pcm_mmap_status()
3322 static int snd_pcm_mmap_status(struct snd_pcm_substream *substream, struct file *file, in snd_pcm_mmap_status() function
3510 return snd_pcm_mmap_status(substream, file, area); in snd_pcm_mmap()
/linux-4.1.27/include/uapi/sound/
Dasound.h455 struct snd_pcm_mmap_status { struct
476 struct snd_pcm_mmap_status status; argument
/linux-4.1.27/include/sound/
Dpcm.h389 struct snd_pcm_mmap_status *status;