Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/
H A Dpcm_compat.c419 volatile struct snd_pcm_mmap_status *status; in snd_pcm_ioctl_sync_ptr_x32()
423 struct snd_pcm_mmap_status sstatus; in snd_pcm_ioctl_sync_ptr_x32()
505 volatile struct snd_pcm_mmap_status *status; in snd_pcm_ioctl_sync_ptr_buggy()
H A Dpcm.c954 size = PAGE_ALIGN(sizeof(struct snd_pcm_mmap_status)); in snd_pcm_attach_substream()
966 PAGE_ALIGN(sizeof(struct snd_pcm_mmap_status))); in snd_pcm_attach_substream()
999 PAGE_ALIGN(sizeof(struct snd_pcm_mmap_status))); in snd_pcm_detach_substream()
H A Dpcm_native.c3041 volatile struct snd_pcm_mmap_status *status; in snd_pcm_sync_ptr()
3130 volatile struct snd_pcm_mmap_status *status; in snd_pcm_ioctl_sync_ptr_compat()
3134 struct snd_pcm_mmap_status sstatus; in snd_pcm_ioctl_sync_ptr_compat()
3671 static int snd_pcm_mmap_status(struct snd_pcm_substream *substream, struct file *file, in snd_pcm_mmap_status() function
3678 if (size != PAGE_ALIGN(sizeof(struct snd_pcm_mmap_status))) in snd_pcm_mmap_status()
3765 static int snd_pcm_mmap_status(struct snd_pcm_substream *substream, struct file *file, in snd_pcm_mmap_status() function
3943 return snd_pcm_mmap_status(substream, file, area); in snd_pcm_mmap()
/openbmc/linux/tools/include/uapi/sound/
H A Dasound.h503 #define __snd_pcm_mmap_status64 snd_pcm_mmap_status
516 #define __snd_pcm_mmap_status snd_pcm_mmap_status
/openbmc/linux/include/uapi/sound/
H A Dasound.h503 #define __snd_pcm_mmap_status64 snd_pcm_mmap_status
516 #define __snd_pcm_mmap_status snd_pcm_mmap_status
/openbmc/linux/include/sound/
H A Dpcm.h395 struct snd_pcm_mmap_status *status;
/openbmc/linux/Documentation/sound/kernel-api/
H A Dwriting-an-alsa-driver.rst1514 volatile struct snd_pcm_mmap_status *status;
1716 a pointer to a struct snd_pcm_mmap_status record.