Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_compat.c413 volatile struct snd_pcm_mmap_status *status; in snd_pcm_ioctl_sync_ptr_x32()
417 struct snd_pcm_mmap_status sstatus; in snd_pcm_ioctl_sync_ptr_x32()
497 volatile struct snd_pcm_mmap_status *status; in snd_pcm_ioctl_sync_ptr_buggy()
H A Dpcm.c950 size = PAGE_ALIGN(sizeof(struct snd_pcm_mmap_status)); in snd_pcm_attach_substream()
962 PAGE_ALIGN(sizeof(struct snd_pcm_mmap_status))); in snd_pcm_attach_substream()
995 PAGE_ALIGN(sizeof(struct snd_pcm_mmap_status))); in snd_pcm_detach_substream()
H A Dpcm_native.c3010 volatile struct snd_pcm_mmap_status *status; in snd_pcm_sync_ptr()
3097 volatile struct snd_pcm_mmap_status *status; in snd_pcm_ioctl_sync_ptr_compat()
3101 struct snd_pcm_mmap_status sstatus; in snd_pcm_ioctl_sync_ptr_compat()
3615 static int snd_pcm_mmap_status(struct snd_pcm_substream *substream, struct file *file, in snd_pcm_mmap_status() function
3622 if (size != PAGE_ALIGN(sizeof(struct snd_pcm_mmap_status))) in snd_pcm_mmap_status()
3698 static int snd_pcm_mmap_status(struct snd_pcm_substream *substream, struct file *file, in snd_pcm_mmap_status() function
3897 return snd_pcm_mmap_status(substream, file, area); in snd_pcm_mmap()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/
H A Dasound.h474 struct snd_pcm_mmap_status { struct
495 struct snd_pcm_mmap_status status; argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/
H A Dasound.h474 struct snd_pcm_mmap_status { struct
495 struct snd_pcm_mmap_status status; argument
/OK3568_Linux_fs/kernel/tools/include/uapi/sound/
H A Dasound.h502 #define __snd_pcm_mmap_status64 snd_pcm_mmap_status
515 #define __snd_pcm_mmap_status snd_pcm_mmap_status
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dasound.h502 #define __snd_pcm_mmap_status64 snd_pcm_mmap_status
515 #define __snd_pcm_mmap_status snd_pcm_mmap_status
/OK3568_Linux_fs/external/rk_pcba_test/tinyalsa/
H A Dpcm.c167 struct snd_pcm_mmap_status *mmap_status;
/OK3568_Linux_fs/kernel/include/sound/
H A Dpcm.h392 struct snd_pcm_mmap_status *status;
/OK3568_Linux_fs/kernel/Documentation/sound/kernel-api/
H A Dwriting-an-alsa-driver.rst1592 volatile struct snd_pcm_mmap_status *status;
1799 the pointer to the struct snd_pcm_mmap_status record.