Searched refs:snd_ctl_card_info (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/ |
H A D | asound.h | 661 struct snd_ctl_card_info { struct 790 #define SNDRV_CTL_IOCTL_CARD_INFO _IOR('U', 0x01, struct snd_ctl_card_info)
|
/kernel/linux/linux-5.10/tools/include/uapi/sound/ |
H A D | asound.h | 941 struct snd_ctl_card_info { struct 1078 #define SNDRV_CTL_IOCTL_CARD_INFO _IOR('U', 0x01, struct snd_ctl_card_info)
|
/kernel/linux/linux-5.10/include/uapi/sound/ |
H A D | asound.h | 941 struct snd_ctl_card_info { struct 1078 #define SNDRV_CTL_IOCTL_CARD_INFO _IOR('U', 0x01, struct snd_ctl_card_info)
|
/kernel/linux/linux-6.6/include/uapi/sound/ |
H A D | asound.h | 1040 struct snd_ctl_card_info { struct 1177 #define SNDRV_CTL_IOCTL_CARD_INFO _IOR('U', 0x01, struct snd_ctl_card_info)
|
/kernel/linux/linux-6.6/tools/include/uapi/sound/ |
H A D | asound.h | 1040 struct snd_ctl_card_info { struct 1177 #define SNDRV_CTL_IOCTL_CARD_INFO _IOR('U', 0x01, struct snd_ctl_card_info)
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/ |
H A D | asound.h | 743 struct snd_ctl_card_info { struct 866 #define SNDRV_CTL_IOCTL_CARD_INFO _IOR('U', 0x01, struct snd_ctl_card_info)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/ |
H A D | asound.h | 743 struct snd_ctl_card_info { struct 866 #define SNDRV_CTL_IOCTL_CARD_INFO _IOR('U', 0x01, struct snd_ctl_card_info)
|
/kernel/linux/linux-5.10/sound/core/ |
H A D | control.c | 695 static int snd_ctl_card_info(struct snd_card *card, struct snd_ctl_file * ctl, in snd_ctl_card_info() function 698 struct snd_ctl_card_info *info; in snd_ctl_card_info() 712 if (copy_to_user(arg, info, sizeof(struct snd_ctl_card_info))) { in snd_ctl_card_info() 1717 return snd_ctl_card_info(card, ctl, cmd, argp); in snd_ctl_ioctl()
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | control.c | 932 static int snd_ctl_card_info(struct snd_card *card, struct snd_ctl_file * ctl, in snd_ctl_card_info() function 935 struct snd_ctl_card_info *info; in snd_ctl_card_info() 949 if (copy_to_user(arg, info, sizeof(struct snd_ctl_card_info))) { in snd_ctl_card_info() 2017 return snd_ctl_card_info(card, ctl, cmd, argp); in snd_ctl_ioctl()
|
Completed in 29 milliseconds