Lines Matching refs:snd_ctl_tlv
370 const struct snd_ctl_tlv __user *tlvd = (const struct snd_ctl_tlv __user *)binary_data;
373 struct snd_ctl_tlv header;
381 if (copy_from_user(&header, tlvd, sizeof(struct snd_ctl_tlv)))
385 if (header.length + sizeof(struct snd_ctl_tlv) > size) {
387 header.length, sizeof(struct snd_ctl_tlv), size);
457 struct snd_ctl_tlv __user *tlvd = (struct snd_ctl_tlv __user *)binary_data;
460 struct snd_ctl_tlv header;
467 if (size < sizeof(struct snd_ctl_tlv))
470 size -= sizeof(struct snd_ctl_tlv);
500 if (copy_to_user(tlvd, &header, sizeof(struct snd_ctl_tlv)))