Home
last modified time | relevance | path

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

/linux-5.19.10/sound/soc/sof/
Dipc3-control.c335 struct snd_ctl_tlv __user *tlvd = (struct snd_ctl_tlv __user *)binary_data; in sof_ipc3_bytes_ext_get() local
372 if (copy_to_user(tlvd, &header, sizeof(struct snd_ctl_tlv))) in sof_ipc3_bytes_ext_get()
375 if (copy_to_user(tlvd->tlv, cdata->data, data_size)) in sof_ipc3_bytes_ext_get()
385 const struct snd_ctl_tlv __user *tlvd = (const struct snd_ctl_tlv __user *)binary_data; in sof_ipc3_bytes_ext_put() local
395 if (copy_from_user(&header, tlvd, sizeof(struct snd_ctl_tlv))) in sof_ipc3_bytes_ext_put()
419 if (copy_from_user(cdata->data, tlvd->tlv, header.length)) in sof_ipc3_bytes_ext_put()
450 struct snd_ctl_tlv __user *tlvd = (struct snd_ctl_tlv __user *)binary_data; in sof_ipc3_bytes_ext_volatile_get() local
491 if (copy_to_user(tlvd, &header, sizeof(struct snd_ctl_tlv))) in sof_ipc3_bytes_ext_volatile_get()
494 if (copy_to_user(tlvd->tlv, cdata->data, data_size)) in sof_ipc3_bytes_ext_volatile_get()