snd_ctl_tlv 980 include/uapi/sound/asound.h #define SNDRV_CTL_IOCTL_TLV_READ _IOWR('U', 0x1a, struct snd_ctl_tlv) snd_ctl_tlv 981 include/uapi/sound/asound.h #define SNDRV_CTL_IOCTL_TLV_WRITE _IOWR('U', 0x1b, struct snd_ctl_tlv) snd_ctl_tlv 982 include/uapi/sound/asound.h #define SNDRV_CTL_IOCTL_TLV_COMMAND _IOWR('U', 0x1c, struct snd_ctl_tlv) snd_ctl_tlv 1464 sound/core/control.c struct snd_ctl_tlv __user *buf, snd_ctl_tlv 1467 sound/core/control.c struct snd_ctl_tlv header; snd_ctl_tlv 262 sound/soc/sof/control.c struct snd_ctl_tlv header; snd_ctl_tlv 263 sound/soc/sof/control.c const struct snd_ctl_tlv __user *tlvd = snd_ctl_tlv 264 sound/soc/sof/control.c (const struct snd_ctl_tlv __user *)binary_data; snd_ctl_tlv 271 sound/soc/sof/control.c if (copy_from_user(&header, tlvd, sizeof(const struct snd_ctl_tlv))) snd_ctl_tlv 330 sound/soc/sof/control.c struct snd_ctl_tlv header; snd_ctl_tlv 331 sound/soc/sof/control.c struct snd_ctl_tlv __user *tlvd = snd_ctl_tlv 332 sound/soc/sof/control.c (struct snd_ctl_tlv __user *)binary_data; snd_ctl_tlv 340 sound/soc/sof/control.c size -= sizeof(const struct snd_ctl_tlv); snd_ctl_tlv 359 sound/soc/sof/control.c if (copy_to_user(tlvd, &header, sizeof(const struct snd_ctl_tlv))) { snd_ctl_tlv 980 tools/include/uapi/sound/asound.h #define SNDRV_CTL_IOCTL_TLV_READ _IOWR('U', 0x1a, struct snd_ctl_tlv) snd_ctl_tlv 981 tools/include/uapi/sound/asound.h #define SNDRV_CTL_IOCTL_TLV_WRITE _IOWR('U', 0x1b, struct snd_ctl_tlv) snd_ctl_tlv 982 tools/include/uapi/sound/asound.h #define SNDRV_CTL_IOCTL_TLV_COMMAND _IOWR('U', 0x1c, struct snd_ctl_tlv)