Home
last modified time | relevance | path

Searched refs:hdspm_version (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
H A Dhdspm.h117 struct hdspm_version { struct
124 #define SNDRV_HDSPM_IOCTL_GET_VERSION _IOR('H', 0x48, struct hdspm_version)
139 typedef struct hdspm_version hdspm_version_t;
/kernel/linux/linux-5.10/include/uapi/sound/
H A Dhdspm.h185 struct hdspm_version { struct
193 #define SNDRV_HDSPM_IOCTL_GET_VERSION _IOR('H', 0x48, struct hdspm_version)
/kernel/linux/linux-6.6/include/uapi/sound/
H A Dhdspm.h170 struct hdspm_version { struct
178 #define SNDRV_HDSPM_IOCTL_GET_VERSION _IOR('H', 0x48, struct hdspm_version)
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/
H A Dhdspm.h129 struct hdspm_version { struct
136 #define SNDRV_HDSPM_IOCTL_GET_VERSION _IOR('H', 0x48, struct hdspm_version)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
H A Dhdspm.h129 struct hdspm_version { struct
136 #define SNDRV_HDSPM_IOCTL_GET_VERSION _IOR('H', 0x48, struct hdspm_version)
/kernel/linux/linux-5.10/sound/pci/rme9652/
H A Dhdspm.c6172 struct hdspm_version hdspm_version; in snd_hdspm_hwdep_ioctl() local
6336 memset(&hdspm_version, 0, sizeof(hdspm_version)); in snd_hdspm_hwdep_ioctl()
6338 hdspm_version.card_type = hdspm->io_type; in snd_hdspm_hwdep_ioctl()
6339 strlcpy(hdspm_version.cardname, hdspm->card_name, in snd_hdspm_hwdep_ioctl()
6340 sizeof(hdspm_version.cardname)); in snd_hdspm_hwdep_ioctl()
6341 hdspm_version.serial = hdspm->serial; in snd_hdspm_hwdep_ioctl()
6342 hdspm_version.firmware_rev = hdspm->firmware_rev; in snd_hdspm_hwdep_ioctl()
6343 hdspm_version in snd_hdspm_hwdep_ioctl()
[all...]
/kernel/linux/linux-6.6/sound/pci/rme9652/
H A Dhdspm.c6157 struct hdspm_version hdspm_version; in snd_hdspm_hwdep_ioctl() local
6322 memset(&hdspm_version, 0, sizeof(hdspm_version)); in snd_hdspm_hwdep_ioctl()
6324 hdspm_version.card_type = hdspm->io_type; in snd_hdspm_hwdep_ioctl()
6325 strscpy(hdspm_version.cardname, hdspm->card_name, in snd_hdspm_hwdep_ioctl()
6326 sizeof(hdspm_version.cardname)); in snd_hdspm_hwdep_ioctl()
6327 hdspm_version.serial = hdspm->serial; in snd_hdspm_hwdep_ioctl()
6328 hdspm_version.firmware_rev = hdspm->firmware_rev; in snd_hdspm_hwdep_ioctl()
6329 hdspm_version in snd_hdspm_hwdep_ioctl()
[all...]

Completed in 19 milliseconds