Searched refs:snd_ctl_tlv (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/sound/soc/sof/ |
| D | control.c | 321 struct snd_ctl_tlv header; in snd_sof_bytes_ext_put() 322 const struct snd_ctl_tlv __user *tlvd = in snd_sof_bytes_ext_put() 323 (const struct snd_ctl_tlv __user *)binary_data; in snd_sof_bytes_ext_put() 326 if (size < sizeof(struct snd_ctl_tlv)) in snd_sof_bytes_ext_put() 334 if (copy_from_user(&header, tlvd, sizeof(struct snd_ctl_tlv))) in snd_sof_bytes_ext_put() 338 if (header.length + sizeof(struct snd_ctl_tlv) > size) { in snd_sof_bytes_ext_put() 340 header.length, sizeof(struct snd_ctl_tlv), size); in snd_sof_bytes_ext_put() 399 struct snd_ctl_tlv header; in snd_sof_bytes_ext_volatile_get() 400 struct snd_ctl_tlv __user *tlvd = (struct snd_ctl_tlv __user *)binary_data; in snd_sof_bytes_ext_volatile_get() 409 if (size < sizeof(struct snd_ctl_tlv)) in snd_sof_bytes_ext_volatile_get() [all …]
|
| /Linux-v5.15/include/uapi/sound/ |
| D | asound.h | 1099 struct snd_ctl_tlv { struct 1117 #define SNDRV_CTL_IOCTL_TLV_READ _IOWR('U', 0x1a, struct snd_ctl_tlv) argument 1118 #define SNDRV_CTL_IOCTL_TLV_WRITE _IOWR('U', 0x1b, struct snd_ctl_tlv) 1119 #define SNDRV_CTL_IOCTL_TLV_COMMAND _IOWR('U', 0x1c, struct snd_ctl_tlv)
|
| /Linux-v5.15/tools/include/uapi/sound/ |
| D | asound.h | 1099 struct snd_ctl_tlv { struct 1117 #define SNDRV_CTL_IOCTL_TLV_READ _IOWR('U', 0x1a, struct snd_ctl_tlv) argument 1118 #define SNDRV_CTL_IOCTL_TLV_WRITE _IOWR('U', 0x1b, struct snd_ctl_tlv) 1119 #define SNDRV_CTL_IOCTL_TLV_COMMAND _IOWR('U', 0x1c, struct snd_ctl_tlv)
|
| /Linux-v5.15/sound/core/ |
| D | control.c | 1718 struct snd_ctl_tlv __user *buf, in snd_ctl_tlv_ioctl() 1721 struct snd_ctl_tlv header; in snd_ctl_tlv_ioctl()
|