Home
last modified time | relevance | path

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

/linux/sound/soc/sof/
A Dcontrol.c364 const struct snd_ctl_tlv __user *tlvd = in snd_sof_bytes_ext_put() local
376 if (copy_from_user(&header, tlvd, sizeof(struct snd_ctl_tlv))) in snd_sof_bytes_ext_put()
401 if (copy_from_user(cdata->data, tlvd->tlv, header.length)) in snd_sof_bytes_ext_put()
442 struct snd_ctl_tlv __user *tlvd = (struct snd_ctl_tlv __user *)binary_data; in snd_sof_bytes_ext_volatile_get() local
490 if (copy_to_user(tlvd, &header, sizeof(struct snd_ctl_tlv))) { in snd_sof_bytes_ext_volatile_get()
495 if (copy_to_user(tlvd->tlv, cdata->data, data_size)) in snd_sof_bytes_ext_volatile_get()
516 struct snd_ctl_tlv __user *tlvd = in snd_sof_bytes_ext_get() local
550 if (copy_to_user(tlvd, &header, sizeof(struct snd_ctl_tlv))) in snd_sof_bytes_ext_get()
553 if (copy_to_user(tlvd->tlv, cdata->data, data_size)) in snd_sof_bytes_ext_get()

Completed in 5 milliseconds