Searched refs:snd_ctl_tlv (Results 1 – 5 of 5) sorted by relevance
/linux/sound/soc/sof/ |
H A D | ipc3-control.c | 370 const struct snd_ctl_tlv __user *tlvd = (const struct snd_ctl_tlv __user *)binary_data; in sof_ipc3_bytes_ext_put() 373 struct snd_ctl_tlv header; in sof_ipc3_bytes_ext_put() 381 if (copy_from_user(&header, tlvd, sizeof(struct snd_ctl_tlv))) in sof_ipc3_bytes_ext_put() 385 if (header.length + sizeof(struct snd_ctl_tlv) > size) { in sof_ipc3_bytes_ext_put() 387 header.length, sizeof(struct snd_ctl_tlv), size); in sof_ipc3_bytes_ext_put() 457 struct snd_ctl_tlv __user *tlvd = (struct snd_ctl_tlv __user *)binary_data; in _sof_ipc3_bytes_ext_get() 460 struct snd_ctl_tlv header; in _sof_ipc3_bytes_ext_get() 467 if (size < sizeof(struct snd_ctl_tlv)) in _sof_ipc3_bytes_ext_get() [all...] |
H A D | control.c | 171 if (size < sizeof(struct snd_ctl_tlv)) in snd_sof_bytes_ext_put()
|
/linux/tools/perf/trace/beauty/include/uapi/sound/ |
H A D | asound.h | 1193 struct snd_ctl_tlv { struct 1211 #define SNDRV_CTL_IOCTL_TLV_READ _IOWR('U', 0x1a, struct snd_ctl_tlv) argument 1212 #define SNDRV_CTL_IOCTL_TLV_WRITE _IOWR('U', 0x1b, struct snd_ctl_tlv) 1213 #define SNDRV_CTL_IOCTL_TLV_COMMAND _IOWR('U', 0x1c, struct snd_ctl_tlv)
|
/linux/include/uapi/sound/ |
H A D | asound.h | 1193 struct snd_ctl_tlv { struct 1211 #define SNDRV_CTL_IOCTL_TLV_READ _IOWR('U', 0x1a, struct snd_ctl_tlv) argument 1212 #define SNDRV_CTL_IOCTL_TLV_WRITE _IOWR('U', 0x1b, struct snd_ctl_tlv) 1213 #define SNDRV_CTL_IOCTL_TLV_COMMAND _IOWR('U', 0x1c, struct snd_ctl_tlv)
|
/linux/sound/core/ |
H A D | control.c | 1851 struct snd_ctl_tlv __user *buf, in snd_ctl_tlv_ioctl() 1854 struct snd_ctl_tlv header; in snd_ctl_tlv_ioctl()
|