Home
last modified time | relevance | path

Searched refs:snd_ctl_tlv (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/sof/
H A Dcontrol.c299 struct snd_ctl_tlv header; in snd_sof_bytes_ext_put()
300 const struct snd_ctl_tlv __user *tlvd = in snd_sof_bytes_ext_put()
301 (const struct snd_ctl_tlv __user *)binary_data; in snd_sof_bytes_ext_put()
304 if (size < sizeof(struct snd_ctl_tlv)) in snd_sof_bytes_ext_put()
312 if (copy_from_user(&header, tlvd, sizeof(const struct snd_ctl_tlv))) in snd_sof_bytes_ext_put()
316 if (header.length + sizeof(struct snd_ctl_tlv) > size) { in snd_sof_bytes_ext_put()
318 header.length, sizeof(struct snd_ctl_tlv), size); in snd_sof_bytes_ext_put()
377 struct snd_ctl_tlv header; in snd_sof_bytes_ext_volatile_get()
378 struct snd_ctl_tlv __user *tlvd = (struct snd_ctl_tlv __user *)binary_data; in snd_sof_bytes_ext_volatile_get()
387 if (size < sizeof(struct snd_ctl_tlv)) in snd_sof_bytes_ext_volatile_get()
[all …]
/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 Dasound.h959 struct snd_ctl_tlv { struct
977 #define SNDRV_CTL_IOCTL_TLV_READ _IOWR('U', 0x1a, struct snd_ctl_tlv) argument
978 #define SNDRV_CTL_IOCTL_TLV_WRITE _IOWR('U', 0x1b, struct snd_ctl_tlv)
979 #define SNDRV_CTL_IOCTL_TLV_COMMAND _IOWR('U', 0x1c, struct snd_ctl_tlv)
/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 Dasound.h959 struct snd_ctl_tlv { struct
977 #define SNDRV_CTL_IOCTL_TLV_READ _IOWR('U', 0x1a, struct snd_ctl_tlv) argument
978 #define SNDRV_CTL_IOCTL_TLV_WRITE _IOWR('U', 0x1b, struct snd_ctl_tlv)
979 #define SNDRV_CTL_IOCTL_TLV_COMMAND _IOWR('U', 0x1c, struct snd_ctl_tlv)
/OK3568_Linux_fs/kernel/tools/include/uapi/sound/
H A Dasound.h1071 struct snd_ctl_tlv { struct
1089 #define SNDRV_CTL_IOCTL_TLV_READ _IOWR('U', 0x1a, struct snd_ctl_tlv) argument
1090 #define SNDRV_CTL_IOCTL_TLV_WRITE _IOWR('U', 0x1b, struct snd_ctl_tlv)
1091 #define SNDRV_CTL_IOCTL_TLV_COMMAND _IOWR('U', 0x1c, struct snd_ctl_tlv)
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dasound.h1071 struct snd_ctl_tlv { struct
1089 #define SNDRV_CTL_IOCTL_TLV_READ _IOWR('U', 0x1a, struct snd_ctl_tlv) argument
1090 #define SNDRV_CTL_IOCTL_TLV_WRITE _IOWR('U', 0x1b, struct snd_ctl_tlv)
1091 #define SNDRV_CTL_IOCTL_TLV_COMMAND _IOWR('U', 0x1c, struct snd_ctl_tlv)
/OK3568_Linux_fs/kernel/sound/core/
H A Dcontrol.c1653 struct snd_ctl_tlv __user *buf, in snd_ctl_tlv_ioctl()
1656 struct snd_ctl_tlv header; in snd_ctl_tlv_ioctl()