Searched refs:tlvd (Results 1 – 1 of 1) sorted by relevance
263 const struct snd_ctl_tlv __user *tlvd = in snd_sof_bytes_ext_put() local271 if (copy_from_user(&header, tlvd, sizeof(const struct snd_ctl_tlv))) in snd_sof_bytes_ext_put()289 if (copy_from_user(cdata->data, tlvd->tlv, header.length)) in snd_sof_bytes_ext_put()331 struct snd_ctl_tlv __user *tlvd = in snd_sof_bytes_ext_get() local359 if (copy_to_user(tlvd, &header, sizeof(const struct snd_ctl_tlv))) { in snd_sof_bytes_ext_get()364 if (copy_to_user(tlvd->tlv, cdata->data, data_size)) in snd_sof_bytes_ext_get()