Home
last modified time | relevance | path

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

/linux-4.4.14/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.c2701 volatile struct snd_pcm_mmap_status *status; in snd_pcm_sync_ptr()
3265 static int snd_pcm_mmap_status(struct snd_pcm_substream *substream, struct file *file, in snd_pcm_mmap_status() function
3272 if (size != PAGE_ALIGN(sizeof(struct snd_pcm_mmap_status))) in snd_pcm_mmap_status()
3320 static int snd_pcm_mmap_status(struct snd_pcm_substream *substream, struct file *file, in snd_pcm_mmap_status() function
3508 return snd_pcm_mmap_status(substream, file, area); in snd_pcm_mmap()
/linux-4.4.14/include/uapi/sound/
Dasound.h457 struct snd_pcm_mmap_status { struct
478 struct snd_pcm_mmap_status status; argument
/linux-4.4.14/include/sound/
Dpcm.h388 struct snd_pcm_mmap_status *status;