Home
last modified time | relevance | path

Searched refs:snd_pcm_info (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
H A Dasound.h252 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 Dasound.h343 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 Dasound.h343 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 Dasound.h336 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 Dasound.h336 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 Dasound.h272 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 Dasound.h272 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 Dpcm.c103 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 Dpcm_native.c202 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 Dpcm.c103 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 Dpcm_native.c215 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 Dpcm.h561 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 Dpcm.h564 int snd_pcm_info(struct snd_pcm_substream *substream, struct snd_pcm_info *info);
566 struct snd_pcm_info __user *info);

Completed in 43 milliseconds