snd_pcm_mmap_control  391 include/sound/pcm.h 	struct snd_pcm_mmap_control *control;
snd_pcm_mmap_control  502 include/uapi/sound/asound.h 		struct snd_pcm_mmap_control control;
snd_pcm_mmap_control  954 sound/core/pcm.c 	size = PAGE_ALIGN(sizeof(struct snd_pcm_mmap_control));
snd_pcm_mmap_control  991 sound/core/pcm.c 		       PAGE_ALIGN(sizeof(struct snd_pcm_mmap_control)));
snd_pcm_mmap_control  471 sound/core/pcm_compat.c 	volatile struct snd_pcm_mmap_control *control;
snd_pcm_mmap_control  473 sound/core/pcm_compat.c 	struct snd_pcm_mmap_control scontrol;
snd_pcm_mmap_control  560 sound/core/pcm_compat.c 	volatile struct snd_pcm_mmap_control *control;
snd_pcm_mmap_control  562 sound/core/pcm_compat.c 	struct snd_pcm_mmap_control scontrol;
snd_pcm_mmap_control 2767 sound/core/pcm_native.c 	volatile struct snd_pcm_mmap_control *control;
snd_pcm_mmap_control 2773 sound/core/pcm_native.c 	if (copy_from_user(&sync_ptr.c.control, &(_sync_ptr->c.control), sizeof(struct snd_pcm_mmap_control)))
snd_pcm_mmap_control 3300 sound/core/pcm_native.c 	if (size != PAGE_ALIGN(sizeof(struct snd_pcm_mmap_control)))
snd_pcm_mmap_control 3532 sound/core/pcm_native.c 		return snd_pcm_mmap_control(substream, file, area);
snd_pcm_mmap_control  502 tools/include/uapi/sound/asound.h 		struct snd_pcm_mmap_control control;