Lines Matching refs:tlvd
300 const struct snd_ctl_tlv __user *tlvd =
310 * length of data from tlvd->tlv.
312 if (copy_from_user(&header, tlvd, sizeof(const struct snd_ctl_tlv)))
337 if (copy_from_user(cdata->data, tlvd->tlv, header.length))
378 struct snd_ctl_tlv __user *tlvd = (struct snd_ctl_tlv __user *)binary_data;
426 if (copy_to_user(tlvd, &header, sizeof(const struct snd_ctl_tlv))) {
431 if (copy_to_user(tlvd->tlv, cdata->data, data_size))
452 struct snd_ctl_tlv __user *tlvd =
484 if (copy_to_user(tlvd, &header, sizeof(const struct snd_ctl_tlv)))
487 if (copy_to_user(tlvd->tlv, cdata->data, data_size))