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
1927
struct snd_ctl_tlv __user *buf,
sound/core/control.c
1930
struct snd_ctl_tlv header;
sound/soc/sof/control.c
171
if (size < sizeof(struct snd_ctl_tlv))
sound/soc/sof/ipc3-control.c
379
const struct snd_ctl_tlv __user *tlvd = (const struct snd_ctl_tlv __user *)binary_data;
sound/soc/sof/ipc3-control.c
382
struct snd_ctl_tlv header;
sound/soc/sof/ipc3-control.c
390
if (copy_from_user(&header, tlvd, sizeof(struct snd_ctl_tlv)))
sound/soc/sof/ipc3-control.c
394
if (header.length + sizeof(struct snd_ctl_tlv) > size) {
sound/soc/sof/ipc3-control.c
396
header.length, sizeof(struct snd_ctl_tlv), size);
sound/soc/sof/ipc3-control.c
474
struct snd_ctl_tlv __user *tlvd = (struct snd_ctl_tlv __user *)binary_data;
sound/soc/sof/ipc3-control.c
477
struct snd_ctl_tlv header;
sound/soc/sof/ipc3-control.c
484
if (size < sizeof(struct snd_ctl_tlv))
sound/soc/sof/ipc3-control.c
487
size -= sizeof(struct snd_ctl_tlv);
sound/soc/sof/ipc3-control.c
520
if (copy_to_user(tlvd, &header, sizeof(struct snd_ctl_tlv)))
sound/soc/sof/ipc4-control.c
626
struct snd_ctl_tlv __user *tlvd = (struct snd_ctl_tlv __user *)binary_data;
sound/soc/sof/ipc4-control.c
632
struct snd_ctl_tlv header;
sound/soc/sof/ipc4-control.c
639
if (copy_from_user(&header, tlvd, sizeof(struct snd_ctl_tlv)))
sound/soc/sof/ipc4-control.c
643
if (header.length + sizeof(struct snd_ctl_tlv) > size) {
sound/soc/sof/ipc4-control.c
646
header.length, sizeof(struct snd_ctl_tlv), size);
sound/soc/sof/ipc4-control.c
710
struct snd_ctl_tlv __user *tlvd = (struct snd_ctl_tlv __user *)binary_data;
sound/soc/sof/ipc4-control.c
714
struct snd_ctl_tlv header;
sound/soc/sof/ipc4-control.c
721
if (size < sizeof(struct snd_ctl_tlv))
sound/soc/sof/ipc4-control.c
724
size -= sizeof(struct snd_ctl_tlv);
sound/soc/sof/ipc4-control.c
755
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)