Searched refs:op_flag (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/control/
H A Dcontrol_ext.c327 static int snd_ctl_ext_elem_tlv(snd_ctl_t *handle, int op_flag, argument
355 if ((op_flag == 0 && (access & SND_CTL_EXT_ACCESS_TLV_READ) == 0) ||
356 (op_flag > 0 && (access & SND_CTL_EXT_ACCESS_TLV_WRITE) == 0) ||
357 (op_flag < 0 && (access & SND_CTL_EXT_ACCESS_TLV_COMMAND) == 0))
360 return ext->tlv.c(ext, key, op_flag, numid, tlv, tlv_size);
362 if (op_flag)
H A Dcontrol_local.h39 int (*element_tlv)(snd_ctl_t *handle, int op_flag, unsigned int numid,
H A Dcontrol_hw.c214 static int snd_ctl_hw_elem_tlv(snd_ctl_t *handle, int op_flag, argument
226 switch (op_flag) {
242 if (op_flag == 0) {
H A Dcontrol.c488 static int snd_ctl_tlv_do(snd_ctl_t *ctl, int op_flag, argument
509 err = ctl->ops->element_tlv(ctl, op_flag, id->numid, tlv, tlv_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dcontrol_external.h64 typedef int (snd_ctl_ext_tlv_rw_t)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, int op_flag, unsigned int numid,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dcontrol.h34 int op_flag, /* 0=read,1=write,-1=command */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dcontrol.c919 int op_flag,
927 if (op_flag > 0) {
1101 int op_flag)
1125 if ((op_flag == 0 && (vd->access & SNDRV_CTL_ELEM_ACCESS_TLV_READ) == 0) ||
1126 (op_flag > 0 && (vd->access & SNDRV_CTL_ELEM_ACCESS_TLV_WRITE) == 0) ||
1127 (op_flag < 0 && (vd->access & SNDRV_CTL_ELEM_ACCESS_TLV_COMMAND) == 0)) {
1136 err = kctl->tlv.c(kctl, op_flag, tlv.length, _tlv->tlv);
1143 if (op_flag) {
918 snd_ctl_elem_user_tlv(struct snd_kcontrol *kcontrol, int op_flag, unsigned int size, unsigned int __user *tlv) argument
1099 snd_ctl_tlv_ioctl(struct snd_ctl_file *file, struct snd_ctl_tlv __user *_tlv, int op_flag) argument
H A Dvmaster.c214 int op_flag, unsigned int size,
218 return slave->slave.tlv.c(&slave->slave, op_flag, size, tlv);
213 slave_tlv_cmd(struct snd_kcontrol *kcontrol, int op_flag, unsigned int size, unsigned int __user *tlv) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dhda_local.h110 int snd_hda_mixer_amp_tlv(struct snd_kcontrol *kcontrol, int op_flag,
185 int snd_hda_mixer_bind_tlv(struct snd_kcontrol *kcontrol, int op_flag,
H A Dhda_codec.c1832 int snd_hda_mixer_amp_tlv(struct snd_kcontrol *kcontrol, int op_flag, argument
2407 int snd_hda_mixer_bind_tlv(struct snd_kcontrol *kcontrol, int op_flag, argument
2417 err = c->ops->tlv(kcontrol, op_flag, size, tlv);
H A Dpatch_realtek.c2138 static int alc_cap_vol_tlv(struct snd_kcontrol *kcontrol, int op_flag, argument
2148 err = snd_hda_mixer_amp_tlv(kcontrol, op_flag, size, tlv);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/
H A Dmixer.c477 static int mixer_vol_tlv(struct snd_kcontrol *kcontrol, int op_flag, argument

Completed in 175 milliseconds