/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/ |
H A D | asound.h | 252 struct snd_pcm_info { struct 461 #define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info) 807 #define SNDRV_CTL_IOCTL_PCM_INFO _IOWR('U', 0x31, struct snd_pcm_info)
|
/kernel/linux/linux-5.10/tools/include/uapi/sound/ |
H A D | asound.h | 343 struct snd_pcm_info { struct 670 #define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info) 1095 #define SNDRV_CTL_IOCTL_PCM_INFO _IOWR('U', 0x31, struct snd_pcm_info)
|
/kernel/linux/linux-5.10/include/uapi/sound/ |
H A D | asound.h | 343 struct snd_pcm_info { struct 670 #define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info) 1095 #define SNDRV_CTL_IOCTL_PCM_INFO _IOWR('U', 0x31, struct snd_pcm_info)
|
/kernel/linux/linux-6.6/include/uapi/sound/ |
H A D | asound.h | 336 struct snd_pcm_info { struct 672 #define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info) 1194 #define SNDRV_CTL_IOCTL_PCM_INFO _IOWR('U', 0x31, struct snd_pcm_info)
|
/kernel/linux/linux-6.6/tools/include/uapi/sound/ |
H A D | asound.h | 336 struct snd_pcm_info { struct 672 #define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info) 1194 #define SNDRV_CTL_IOCTL_PCM_INFO _IOWR('U', 0x31, struct snd_pcm_info)
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/ |
H A D | asound.h | 272 struct snd_pcm_info { struct 533 #define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info) 883 #define SNDRV_CTL_IOCTL_PCM_INFO _IOWR('U', 0x31, struct snd_pcm_info)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/ |
H A D | asound.h | 272 struct snd_pcm_info { struct 533 #define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info) 883 #define SNDRV_CTL_IOCTL_PCM_INFO _IOWR('U', 0x31, struct snd_pcm_info)
|
/kernel/linux/linux-5.10/sound/core/ |
H A D | pcm.c | 103 struct snd_pcm_info __user *info; in snd_pcm_control_ioctl() 111 info = (struct snd_pcm_info __user *)arg; in snd_pcm_control_ioctl() 334 struct snd_pcm_info *info; in snd_pcm_proc_info_read() 344 err = snd_pcm_info(substream, info); in snd_pcm_proc_info_read()
|
H A D | pcm_native.c | 202 int snd_pcm_info(struct snd_pcm_substream *substream, struct snd_pcm_info *info) in snd_pcm_info() function 224 struct snd_pcm_info __user * _info) in snd_pcm_info_user() 226 struct snd_pcm_info *info; in snd_pcm_info_user() 232 err = snd_pcm_info(substream, info); in snd_pcm_info_user()
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | pcm.c | 103 struct snd_pcm_info __user *info; in snd_pcm_control_ioctl() 111 info = (struct snd_pcm_info __user *)arg; in snd_pcm_control_ioctl() 336 struct snd_pcm_info *info; in snd_pcm_proc_info_read() 346 err = snd_pcm_info(substream, info); in snd_pcm_proc_info_read()
|
H A D | pcm_native.c | 215 int snd_pcm_info(struct snd_pcm_substream *substream, struct snd_pcm_info *info) in snd_pcm_info() function 237 struct snd_pcm_info __user * _info) in snd_pcm_info_user() 239 struct snd_pcm_info *info; in snd_pcm_info_user() 245 err = snd_pcm_info(substream, info); in snd_pcm_info_user()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | pcm.h | 561 int snd_pcm_info(struct snd_pcm_substream *substream, struct snd_pcm_info *info); 563 struct snd_pcm_info __user *info);
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | pcm.h | 564 int snd_pcm_info(struct snd_pcm_substream *substream, struct snd_pcm_info *info); 566 struct snd_pcm_info __user *info);
|