Searched refs:tlvd (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/sound/soc/sof/ |
| D | control.c | 322 const struct snd_ctl_tlv __user *tlvd = in snd_sof_bytes_ext_put() local 334 if (copy_from_user(&header, tlvd, sizeof(struct snd_ctl_tlv))) in snd_sof_bytes_ext_put() 359 if (copy_from_user(cdata->data, tlvd->tlv, header.length)) in snd_sof_bytes_ext_put() 400 struct snd_ctl_tlv __user *tlvd = (struct snd_ctl_tlv __user *)binary_data; in snd_sof_bytes_ext_volatile_get() local 448 if (copy_to_user(tlvd, &header, sizeof(struct snd_ctl_tlv))) { in snd_sof_bytes_ext_volatile_get() 453 if (copy_to_user(tlvd->tlv, cdata->data, data_size)) in snd_sof_bytes_ext_volatile_get() 474 struct snd_ctl_tlv __user *tlvd = in snd_sof_bytes_ext_get() local 506 if (copy_to_user(tlvd, &header, sizeof(struct snd_ctl_tlv))) in snd_sof_bytes_ext_get() 509 if (copy_to_user(tlvd->tlv, cdata->data, data_size)) in snd_sof_bytes_ext_get()
|