Searched refs:snd_hwdep_info (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/sound/core/ |
H A D | hwdep.c | 173 static int snd_hwdep_info(struct snd_hwdep *hw, in snd_hwdep_info() function 174 struct snd_hwdep_info __user *_info) in snd_hwdep_info() 176 struct snd_hwdep_info info; in snd_hwdep_info() 244 return snd_hwdep_info(hw, argp); in snd_hwdep_ioctl() 297 struct snd_hwdep_info __user *info = (struct snd_hwdep_info __user *)arg; in snd_hwdep_control_ioctl() 306 err = snd_hwdep_info(hwdep, info); in snd_hwdep_control_ioctl()
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | hwdep.c | 173 static int snd_hwdep_info(struct snd_hwdep *hw, in snd_hwdep_info() function 174 struct snd_hwdep_info __user *_info) in snd_hwdep_info() 176 struct snd_hwdep_info info; in snd_hwdep_info() 245 return snd_hwdep_info(hw, argp); in snd_hwdep_ioctl() 298 struct snd_hwdep_info __user *info = (struct snd_hwdep_info __user *)arg; in snd_hwdep_control_ioctl() 307 err = snd_hwdep_info(hwdep, info); in snd_hwdep_control_ioctl()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/ |
H A D | asound.h | 69 struct snd_hwdep_info { struct 93 #define SNDRV_HWDEP_IOCTL_INFO _IOR ('H', 0x01, struct snd_hwdep_info) 805 #define SNDRV_CTL_IOCTL_HWDEP_INFO _IOR('U', 0x21, struct snd_hwdep_info)
|
/kernel/linux/linux-5.10/tools/include/uapi/sound/ |
H A D | asound.h | 121 struct snd_hwdep_info { struct 149 #define SNDRV_HWDEP_IOCTL_INFO _IOR ('H', 0x01, struct snd_hwdep_info) 1093 #define SNDRV_CTL_IOCTL_HWDEP_INFO _IOR('U', 0x21, struct snd_hwdep_info)
|
/kernel/linux/linux-5.10/include/uapi/sound/ |
H A D | asound.h | 121 struct snd_hwdep_info { struct 149 #define SNDRV_HWDEP_IOCTL_INFO _IOR ('H', 0x01, struct snd_hwdep_info) 1093 #define SNDRV_CTL_IOCTL_HWDEP_INFO _IOR('U', 0x21, struct snd_hwdep_info)
|
/kernel/linux/linux-6.6/include/uapi/sound/ |
H A D | asound.h | 107 struct snd_hwdep_info { struct 135 #define SNDRV_HWDEP_IOCTL_INFO _IOR ('H', 0x01, struct snd_hwdep_info) 1192 #define SNDRV_CTL_IOCTL_HWDEP_INFO _IOR('U', 0x21, struct snd_hwdep_info)
|
/kernel/linux/linux-6.6/tools/include/uapi/sound/ |
H A D | asound.h | 107 struct snd_hwdep_info { struct 135 #define SNDRV_HWDEP_IOCTL_INFO _IOR ('H', 0x01, struct snd_hwdep_info) 1192 #define SNDRV_CTL_IOCTL_HWDEP_INFO _IOR('U', 0x21, struct snd_hwdep_info)
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/ |
H A D | asound.h | 79 struct snd_hwdep_info { struct 103 #define SNDRV_HWDEP_IOCTL_INFO _IOR('H', 0x01, struct snd_hwdep_info) 881 #define SNDRV_CTL_IOCTL_HWDEP_INFO _IOR('U', 0x21, struct snd_hwdep_info)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/ |
H A D | asound.h | 79 struct snd_hwdep_info { struct 103 #define SNDRV_HWDEP_IOCTL_INFO _IOR('H', 0x01, struct snd_hwdep_info) 881 #define SNDRV_CTL_IOCTL_HWDEP_INFO _IOR('U', 0x21, struct snd_hwdep_info)
|
Completed in 47 milliseconds