Home
last modified time | relevance | path

Searched refs:tlvd (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/sound/soc/sof/
Dcontrol.c263 const struct snd_ctl_tlv __user *tlvd = in snd_sof_bytes_ext_put() local
271 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() local
359 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()