Searched refs:tlvd (Results 1 – 2 of 2) sorted by relevance
| /linux/sound/soc/sof/ |
| H A D | ipc3-control.c | 370 const struct snd_ctl_tlv __user *tlvd = (const struct snd_ctl_tlv __user *)binary_data; in sof_ipc3_bytes_ext_put() local 381 if (copy_from_user(&header, tlvd, sizeof(struct snd_ctl_tlv))) in sof_ipc3_bytes_ext_put() 413 if (copy_from_user(cdata->data, tlvd->tlv, header.length)) { in sof_ipc3_bytes_ext_put() 457 struct snd_ctl_tlv __user *tlvd = (struct snd_ctl_tlv __user *)binary_data; in _sof_ipc3_bytes_ext_get() local 500 if (copy_to_user(tlvd, &header, sizeof(struct snd_ctl_tlv))) in _sof_ipc3_bytes_ext_get() 503 if (copy_to_user(tlvd->tlv, cdata->data, data_size)) in _sof_ipc3_bytes_ext_get()
|
| H A D | ipc4-control.c | 631 struct snd_ctl_tlv __user *tlvd = (struct snd_ctl_tlv __user *)binary_data; in _sof_ipc4_bytes_ext_get() 642 * length of data from tlvd->tlv. in sof_ipc4_bytes_ext_get() 644 if (copy_from_user(&header, tlvd, sizeof(struct snd_ctl_tlv))) in sof_ipc4_bytes_ext_volatile_get() 672 if (copy_from_user(&abi_hdr, tlvd->tlv, sizeof(abi_hdr))) in sof_ipc4_control_update() 697 if (copy_from_user(data, tlvd->tlv, header.length)) { in sof_ipc4_control_update() 715 struct snd_ctl_tlv __user *tlvd = (struct snd_ctl_tlv __user *)binary_data; in sof_ipc4_control_update() 760 if (copy_to_user(tlvd, &header, sizeof(struct snd_ctl_tlv))) in sof_ipc4_control_update() 763 if (copy_to_user(tlvd->tlv, data, data_size)) in sof_ipc4_control_update() 502 struct snd_ctl_tlv __user *tlvd = (struct snd_ctl_tlv __user *)binary_data; sof_ipc4_bytes_ext_put() local 583 struct snd_ctl_tlv __user *tlvd = (struct snd_ctl_tlv __user *)binary_data; _sof_ipc4_bytes_ext_get() local
|