Searched refs:hdspm_version (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/ |
| H A D | hdspm.h | 183 struct hdspm_version { struct 191 #define SNDRV_HDSPM_IOCTL_GET_VERSION _IOR('H', 0x48, struct hdspm_version) argument 227 typedef struct hdspm_version hdspm_version_t;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/ |
| H A D | hdspm.h | 183 struct hdspm_version { struct 191 #define SNDRV_HDSPM_IOCTL_GET_VERSION _IOR('H', 0x48, struct hdspm_version) argument 227 typedef struct hdspm_version hdspm_version_t;
|
| /OK3568_Linux_fs/kernel/include/uapi/sound/ |
| H A D | hdspm.h | 185 struct hdspm_version { struct 193 #define SNDRV_HDSPM_IOCTL_GET_VERSION _IOR('H', 0x48, struct hdspm_version) argument
|
| /OK3568_Linux_fs/kernel/sound/pci/rme9652/ |
| H A D | hdspm.c | 6172 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.addons = 0; in snd_hdspm_hwdep_ioctl() 6345 hdspm_version.addons |= HDSPM_ADDON_TCO; in snd_hdspm_hwdep_ioctl() 6347 if (copy_to_user(argp, &hdspm_version, in snd_hdspm_hwdep_ioctl() [all …]
|