Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/soc/sof/
A Dipc3-control.c349 struct snd_ctl_tlv __user *tlvd = (struct snd_ctl_tlv __user *)binary_data; in sof_ipc3_bytes_ext_get() local
386 if (copy_to_user(tlvd, &header, sizeof(struct snd_ctl_tlv))) in sof_ipc3_bytes_ext_get()
389 if (copy_to_user(tlvd->tlv, cdata->data, data_size)) in sof_ipc3_bytes_ext_get()
399 const struct snd_ctl_tlv __user *tlvd = (const struct snd_ctl_tlv __user *)binary_data; in sof_ipc3_bytes_ext_put() local
409 if (copy_from_user(&header, tlvd, sizeof(struct snd_ctl_tlv))) in sof_ipc3_bytes_ext_put()
433 if (copy_from_user(cdata->data, tlvd->tlv, header.length)) in sof_ipc3_bytes_ext_put()
464 struct snd_ctl_tlv __user *tlvd = (struct snd_ctl_tlv __user *)binary_data; in sof_ipc3_bytes_ext_volatile_get() local
505 if (copy_to_user(tlvd, &header, sizeof(struct snd_ctl_tlv))) in sof_ipc3_bytes_ext_volatile_get()
508 if (copy_to_user(tlvd->tlv, cdata->data, data_size)) in sof_ipc3_bytes_ext_volatile_get()

Completed in 3 milliseconds