Symbol: snd_ctl_tlv
include/uapi/sound/asound.h
1211
#define SNDRV_CTL_IOCTL_TLV_READ _IOWR('U', 0x1a, struct snd_ctl_tlv)
include/uapi/sound/asound.h
1212
#define SNDRV_CTL_IOCTL_TLV_WRITE _IOWR('U', 0x1b, struct snd_ctl_tlv)
include/uapi/sound/asound.h
1213
#define SNDRV_CTL_IOCTL_TLV_COMMAND _IOWR('U', 0x1c, struct snd_ctl_tlv)
sound/core/control.c
1851
struct snd_ctl_tlv __user *buf,
sound/core/control.c
1854
struct snd_ctl_tlv header;
sound/soc/sof/control.c
171
if (size < sizeof(struct snd_ctl_tlv))
sound/soc/sof/ipc3-control.c
370
const struct snd_ctl_tlv __user *tlvd = (const struct snd_ctl_tlv __user *)binary_data;
sound/soc/sof/ipc3-control.c
373
struct snd_ctl_tlv header;
sound/soc/sof/ipc3-control.c
381
if (copy_from_user(&header, tlvd, sizeof(struct snd_ctl_tlv)))
sound/soc/sof/ipc3-control.c
385
if (header.length + sizeof(struct snd_ctl_tlv) > size) {
sound/soc/sof/ipc3-control.c
387
header.length, sizeof(struct snd_ctl_tlv), size);
sound/soc/sof/ipc3-control.c
457
struct snd_ctl_tlv __user *tlvd = (struct snd_ctl_tlv __user *)binary_data;
sound/soc/sof/ipc3-control.c
460
struct snd_ctl_tlv header;
sound/soc/sof/ipc3-control.c
467
if (size < sizeof(struct snd_ctl_tlv))
sound/soc/sof/ipc3-control.c
470
size -= sizeof(struct snd_ctl_tlv);
sound/soc/sof/ipc3-control.c
500
if (copy_to_user(tlvd, &header, sizeof(struct snd_ctl_tlv)))
sound/soc/sof/ipc4-control.c
631
struct snd_ctl_tlv __user *tlvd = (struct snd_ctl_tlv __user *)binary_data;
sound/soc/sof/ipc4-control.c
637
struct snd_ctl_tlv header;
sound/soc/sof/ipc4-control.c
644
if (copy_from_user(&header, tlvd, sizeof(struct snd_ctl_tlv)))
sound/soc/sof/ipc4-control.c
648
if (header.length + sizeof(struct snd_ctl_tlv) > size) {
sound/soc/sof/ipc4-control.c
651
header.length, sizeof(struct snd_ctl_tlv), size);
sound/soc/sof/ipc4-control.c
715
struct snd_ctl_tlv __user *tlvd = (struct snd_ctl_tlv __user *)binary_data;
sound/soc/sof/ipc4-control.c
719
struct snd_ctl_tlv header;
sound/soc/sof/ipc4-control.c
726
if (size < sizeof(struct snd_ctl_tlv))
sound/soc/sof/ipc4-control.c
729
size -= sizeof(struct snd_ctl_tlv);
sound/soc/sof/ipc4-control.c
760
if (copy_to_user(tlvd, &header, sizeof(struct snd_ctl_tlv)))
tools/perf/trace/beauty/include/uapi/sound/asound.h
1211
#define SNDRV_CTL_IOCTL_TLV_READ _IOWR('U', 0x1a, struct snd_ctl_tlv)
tools/perf/trace/beauty/include/uapi/sound/asound.h
1212
#define SNDRV_CTL_IOCTL_TLV_WRITE _IOWR('U', 0x1b, struct snd_ctl_tlv)
tools/perf/trace/beauty/include/uapi/sound/asound.h
1213
#define SNDRV_CTL_IOCTL_TLV_COMMAND _IOWR('U', 0x1c, struct snd_ctl_tlv)