Searched refs:_tlv (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/sound/core/ |
D | control.c | 1306 struct snd_ctl_tlv __user *_tlv, in snd_ctl_tlv_ioctl() argument 1316 if (copy_from_user(&tlv, _tlv, sizeof(tlv))) in snd_ctl_tlv_ioctl() 1342 err = kctl->tlv.c(kctl, op_flag, tlv.length, _tlv->tlv); in snd_ctl_tlv_ioctl() 1359 if (copy_to_user(_tlv->tlv, kctl->tlv.p, len)) in snd_ctl_tlv_ioctl()
|
/linux-3.4.99/sound/pci/hda/ |
D | hda_codec.c | 2022 unsigned int size, unsigned int __user *_tlv) in snd_hda_mixer_amp_tlv() argument 2041 if (put_user(SNDRV_CTL_TLVT_DB_SCALE, _tlv)) in snd_hda_mixer_amp_tlv() 2043 if (put_user(2 * sizeof(unsigned int), _tlv + 1)) in snd_hda_mixer_amp_tlv() 2045 if (put_user(val1, _tlv + 2)) in snd_hda_mixer_amp_tlv() 2047 if (put_user(val2, _tlv + 3)) in snd_hda_mixer_amp_tlv() 2352 int _tlv[4]; in get_kctl_0dB_offset() local 2360 if (!kctl->tlv.c(kctl, 0, sizeof(_tlv), _tlv)) in get_kctl_0dB_offset() 2361 tlv = _tlv; in get_kctl_0dB_offset()
|
/linux-3.4.99/sound/pci/emu10k1/ |
D | emufx.c | 668 static unsigned int *copy_tlv(const unsigned int __user *_tlv) in copy_tlv() argument 673 if (!_tlv) in copy_tlv() 675 if (copy_from_user(data, _tlv, sizeof(data))) in copy_tlv() 683 if (copy_from_user(tlv + 2, _tlv + 2, data[1])) { in copy_tlv()
|
/linux-3.4.99/sound/usb/ |
D | mixer.c | 511 unsigned int size, unsigned int __user *_tlv) in mixer_vol_tlv() argument 520 if (copy_to_user(_tlv, scale, sizeof(scale))) in mixer_vol_tlv()
|