tlvd              263 sound/soc/sof/control.c 	const struct snd_ctl_tlv __user *tlvd =
tlvd              271 sound/soc/sof/control.c 	if (copy_from_user(&header, tlvd, sizeof(const struct snd_ctl_tlv)))
tlvd              289 sound/soc/sof/control.c 	if (copy_from_user(cdata->data, tlvd->tlv, header.length))
tlvd              331 sound/soc/sof/control.c 	struct snd_ctl_tlv __user *tlvd =
tlvd              359 sound/soc/sof/control.c 	if (copy_to_user(tlvd, &header, sizeof(const struct snd_ctl_tlv))) {
tlvd              364 sound/soc/sof/control.c 	if (copy_to_user(tlvd->tlv, cdata->data, data_size))