snd_pcm_info      554 include/sound/pcm.h int snd_pcm_info(struct snd_pcm_substream *substream, struct snd_pcm_info *info);
snd_pcm_info      556 include/sound/pcm.h 		      struct snd_pcm_info __user *info);
snd_pcm_info      576 include/uapi/sound/asound.h #define SNDRV_PCM_IOCTL_INFO		_IOR('A', 0x01, struct snd_pcm_info)
snd_pcm_info      986 include/uapi/sound/asound.h #define SNDRV_CTL_IOCTL_PCM_INFO	_IOWR('U', 0x31, struct snd_pcm_info)
snd_pcm_info      103 sound/core/pcm.c 			struct snd_pcm_info __user *info;
snd_pcm_info      111 sound/core/pcm.c 			info = (struct snd_pcm_info __user *)arg;
snd_pcm_info      333 sound/core/pcm.c 	struct snd_pcm_info *info;
snd_pcm_info      343 sound/core/pcm.c 	err = snd_pcm_info(substream, info);
snd_pcm_info      190 sound/core/pcm_native.c int snd_pcm_info(struct snd_pcm_substream *substream, struct snd_pcm_info *info)
snd_pcm_info      212 sound/core/pcm_native.c 		      struct snd_pcm_info __user * _info)
snd_pcm_info      214 sound/core/pcm_native.c 	struct snd_pcm_info *info;
snd_pcm_info      220 sound/core/pcm_native.c 	err = snd_pcm_info(substream, info);
snd_pcm_info      576 tools/include/uapi/sound/asound.h #define SNDRV_PCM_IOCTL_INFO		_IOR('A', 0x01, struct snd_pcm_info)
snd_pcm_info      986 tools/include/uapi/sound/asound.h #define SNDRV_CTL_IOCTL_PCM_INFO	_IOWR('U', 0x31, struct snd_pcm_info)