Searched refs:snd_pcm_mmap_control (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/sound/core/ |
H A D | pcm_compat.c | 418 volatile struct snd_pcm_mmap_control *control; in snd_pcm_ioctl_sync_ptr_x32() 420 struct snd_pcm_mmap_control scontrol; in snd_pcm_ioctl_sync_ptr_x32() 502 volatile struct snd_pcm_mmap_control *control; in snd_pcm_ioctl_sync_ptr_buggy()
|
H A D | pcm_native.c | 3013 volatile struct snd_pcm_mmap_control *control; in snd_pcm_sync_ptr() 3019 if (copy_from_user(&sync_ptr.c.control, &(_sync_ptr->c.control), sizeof(struct snd_pcm_mmap_control))) in snd_pcm_sync_ptr() 3100 volatile struct snd_pcm_mmap_control *control; in snd_pcm_ioctl_sync_ptr_compat() 3102 struct snd_pcm_mmap_control scontrol; in snd_pcm_ioctl_sync_ptr_compat() 3653 static int snd_pcm_mmap_control(struct snd_pcm_substream *substream, struct file *file, in snd_pcm_mmap_control() function 3660 if (size != PAGE_ALIGN(sizeof(struct snd_pcm_mmap_control))) in snd_pcm_mmap_control() 3705 static int snd_pcm_mmap_control(struct snd_pcm_substream *substream, struct file *file, in snd_pcm_mmap_control() function 3907 return snd_pcm_mmap_control(substream, file, area); in snd_pcm_mmap()
|
H A D | pcm.c | 959 size = PAGE_ALIGN(sizeof(struct snd_pcm_mmap_control)); in snd_pcm_attach_substream() 998 PAGE_ALIGN(sizeof(struct snd_pcm_mmap_control))); in snd_pcm_detach_substream()
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | pcm_compat.c | 420 volatile struct snd_pcm_mmap_control *control; in snd_pcm_ioctl_sync_ptr_x32() 422 struct snd_pcm_mmap_control scontrol; in snd_pcm_ioctl_sync_ptr_x32() 506 volatile struct snd_pcm_mmap_control *control; in snd_pcm_ioctl_sync_ptr_buggy()
|
H A D | pcm_native.c | 3040 volatile struct snd_pcm_mmap_control *control; in snd_pcm_sync_ptr() 3046 if (copy_from_user(&sync_ptr.c.control, &(_sync_ptr->c.control), sizeof(struct snd_pcm_mmap_control))) in snd_pcm_sync_ptr() 3129 volatile struct snd_pcm_mmap_control *control; in snd_pcm_ioctl_sync_ptr_compat() 3131 struct snd_pcm_mmap_control scontrol; in snd_pcm_ioctl_sync_ptr_compat() 3707 static int snd_pcm_mmap_control(struct snd_pcm_substream *substream, struct file *file, in snd_pcm_mmap_control() function 3714 if (size != PAGE_ALIGN(sizeof(struct snd_pcm_mmap_control))) in snd_pcm_mmap_control() 3768 static int snd_pcm_mmap_control(struct snd_pcm_substream *substream, struct file *file, in snd_pcm_mmap_control() function 3947 return snd_pcm_mmap_control(substream, file, area); in snd_pcm_mmap()
|
H A D | pcm.c | 962 size = PAGE_ALIGN(sizeof(struct snd_pcm_mmap_control)); in snd_pcm_attach_substream() 1001 PAGE_ALIGN(sizeof(struct snd_pcm_mmap_control))); in snd_pcm_detach_substream()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/ |
H A D | asound.h | 380 struct snd_pcm_mmap_control { struct 394 struct snd_pcm_mmap_control control;
|
/kernel/linux/linux-5.10/tools/include/uapi/sound/ |
H A D | asound.h | 503 #define __snd_pcm_mmap_control64 snd_pcm_mmap_control 516 #define __snd_pcm_mmap_control snd_pcm_mmap_control
|
/kernel/linux/linux-5.10/include/uapi/sound/ |
H A D | asound.h | 503 #define __snd_pcm_mmap_control64 snd_pcm_mmap_control 516 #define __snd_pcm_mmap_control snd_pcm_mmap_control
|
/kernel/linux/linux-6.6/include/uapi/sound/ |
H A D | asound.h | 504 #define __snd_pcm_mmap_control64 snd_pcm_mmap_control 517 #define __snd_pcm_mmap_control snd_pcm_mmap_control
|
/kernel/linux/linux-6.6/tools/include/uapi/sound/ |
H A D | asound.h | 504 #define __snd_pcm_mmap_control64 snd_pcm_mmap_control 517 #define __snd_pcm_mmap_control snd_pcm_mmap_control
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/ |
H A D | asound.h | 391 #define __snd_pcm_mmap_control64 snd_pcm_mmap_control 400 #define __snd_pcm_mmap_control snd_pcm_mmap_control
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/ |
H A D | asound.h | 391 #define __snd_pcm_mmap_control64 snd_pcm_mmap_control 400 #define __snd_pcm_mmap_control snd_pcm_mmap_control
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | pcm.h | 393 struct snd_pcm_mmap_control *control;
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | pcm.h | 396 struct snd_pcm_mmap_control *control;
|
Completed in 46 milliseconds