| /linux/sound/hda/codecs/side-codecs/ |
| H A D | tas2781_hda.h | 72 struct snd_ctl_elem_info *uctl); 74 struct snd_ctl_elem_info *uctl); 76 struct snd_ctl_elem_info *uctl); 78 struct snd_ctl_elem_value *uctl); 80 struct snd_ctl_elem_value *uctl); 82 struct snd_ctl_elem_value *uctl); 84 struct snd_ctl_elem_value *uctl); 86 struct snd_ctl_elem_value *uctl); 88 struct snd_ctl_elem_value *uctl);
|
| /linux/sound/core/oss/ |
| H A D | mixer_oss.c | 534 struct snd_ctl_elem_value *uctl __free(kfree) = in snd_mixer_oss_get_volume1_vol() 535 kzalloc_obj(*uctl); in snd_mixer_oss_get_volume1_vol() 536 if (uinfo == NULL || uctl == NULL) in snd_mixer_oss_get_volume1_vol() 540 if (kctl->get(kctl, uctl)) in snd_mixer_oss_get_volume1_vol() 545 …*left = snd_mixer_oss_conv1(uctl->value.integer.value[0], uinfo->value.integer.min, uinfo->value.i… in snd_mixer_oss_get_volume1_vol() 547 …*right = snd_mixer_oss_conv1(uctl->value.integer.value[1], uinfo->value.integer.min, uinfo->value.… in snd_mixer_oss_get_volume1_vol() 570 struct snd_ctl_elem_value *uctl __free(kfree) = in snd_mixer_oss_get_volume1_sw() 571 kzalloc_obj(*uctl); in snd_mixer_oss_get_volume1_sw() 572 if (uinfo == NULL || uctl == NULL) in snd_mixer_oss_get_volume1_sw() 576 if (kctl->get(kctl, uctl)) in snd_mixer_oss_get_volume1_sw() [all …]
|
| /linux/sound/drivers/ |
| H A D | mts64.c | 431 struct snd_ctl_elem_value *uctl) in snd_mts64_ctl_smpte_switch_get() argument 436 uctl->value.integer.value[0] = mts->smpte_switch; in snd_mts64_ctl_smpte_switch_get() 444 struct snd_ctl_elem_value *uctl) in snd_mts64_ctl_smpte_switch_put() argument 447 int val = !!uctl->value.integer.value[0]; in snd_mts64_ctl_smpte_switch_put() 508 struct snd_ctl_elem_value *uctl) in snd_mts64_ctl_smpte_time_get() argument 514 uctl->value.integer.value[0] = mts->time[idx]; in snd_mts64_ctl_smpte_time_get() 520 struct snd_ctl_elem_value *uctl) in snd_mts64_ctl_smpte_time_put() argument 524 unsigned int time = uctl->value.integer.value[0] % 60; in snd_mts64_ctl_smpte_time_put() 591 struct snd_ctl_elem_value *uctl) in snd_mts64_ctl_smpte_fps_get() argument 596 uctl->value.enumerated.item[0] = mts->fps; in snd_mts64_ctl_smpte_fps_get() [all …]
|
| /linux/Documentation/devicetree/bindings/usb/ |
| H A D | dwc3-cavium.txt | 4 - compatible: Should contain "cavium,octeon-7130-usb-uctl" 12 uctl@1180069000000 { 13 compatible = "cavium,octeon-7130-usb-uctl";
|
| /linux/Documentation/devicetree/bindings/mips/cavium/ |
| H A D | uctl.txt | 4 - compatible: "cavium,octeon-6335-uctl" 23 uctl@118006f000000 { 24 compatible = "cavium,octeon-6335-uctl";
|
| H A D | sata-uctl.txt | 17 - compatible: "cavium,octeon-7130-sata-uctl" 28 uctl@118006c000000 { 29 compatible = "cavium,octeon-7130-sata-uctl";
|
| /linux/sound/soc/ |
| H A D | soc-ops.c | 409 struct snd_ctl_elem_value *uctl; 415 uctl = kzalloc_obj(*uctl); 416 if (!uctl) 419 ret = kctl->get(kctl, uctl); in snd_soc_get_volsw_sx() 423 if (uctl->value.integer.value[0] > mc->platform_max) in snd_soc_get_volsw_sx() 424 uctl->value.integer.value[0] = mc->platform_max; in snd_soc_get_volsw_sx() 427 uctl->value.integer.value[1] > mc->platform_max) 428 uctl->value.integer.value[1] = mc->platform_max; 430 ret = kctl->put(kctl, uctl); 451 struct snd_ctl_elem_value *uctl; snd_soc_clip_to_platform_max() local [all...] |
| /linux/sound/soc/intel/catpt/ |
| H A D | pcm.c | 888 static int catpt_volume_get(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *uctl) in catpt_mixer_volume_put() 898 uvolumes = &uctl->value.integer.value[0]; in catpt_mixer_volume_put() 914 static int catpt_volume_put(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *uctl) in catpt_stream_volume_get() 924 uvolumes = &uctl->value.integer.value[0]; in catpt_stream_volume_get() 942 static int catpt_loopback_mute_get(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *uctl) in catpt_stream_volume_put() 944 uctl->value.integer.value[0] = *(bool *)kctl->private_value; in catpt_stream_volume_put() 948 static int catpt_loopback_mute_put(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *uctl) in catpt_stream_volume_put() 957 cmute = (bool)uctl->value.integer.value[0]; in catpt_stream_volume_put() 969 catpt_offload1_volume_get(struct snd_kcontrol * kctl,struct snd_ctl_elem_value * uctl) catpt_offload1_volume_get() argument 975 catpt_offload1_volume_put(struct snd_kcontrol * kctl,struct snd_ctl_elem_value * uctl) catpt_offload1_volume_put() argument 981 catpt_offload2_volume_get(struct snd_kcontrol * kctl,struct snd_ctl_elem_value * uctl) catpt_offload2_volume_get() argument 987 catpt_offload2_volume_put(struct snd_kcontrol * kctl,struct snd_ctl_elem_value * uctl) catpt_offload2_volume_put() argument 993 catpt_capture_volume_get(struct snd_kcontrol * kctl,struct snd_ctl_elem_value * uctl) catpt_capture_volume_get() argument 999 catpt_capture_volume_put(struct snd_kcontrol * kctl,struct snd_ctl_elem_value * uctl) catpt_capture_volume_put() argument
|
| /linux/sound/core/ |
| H A D | vmaster.c | 60 struct snd_ctl_elem_value *uctl __free(kfree) = in follower_update() 61 kzalloc_obj(*uctl); in follower_update() 63 if (!uctl) in follower_update() 65 uctl->id = follower->follower.id; in follower_update() 66 err = follower->follower.get(&follower->follower, uctl); in follower_update() 70 follower->vals[ch] = uctl->value.integer.value[ch]; in follower_update()
|
| /linux/arch/mips/boot/dts/cavium-octeon/ |
| H A D | octeon_3xxx.dts | 356 uctl: uctl@118006f000000 { label 357 compatible = "cavium,octeon-6335-uctl"; 402 uctl = &uctl;
|
| H A D | octeon_68xx.dts | 585 uctl: uctl@118006f000000 { label 586 compatible = "cavium,octeon-6335-uctl"; 622 uctl = &uctl;
|
| /linux/arch/mips/cavium-octeon/ |
| H A D | octeon-platform.c | 1088 int uctl = fdt_path_offset(initial_boot_params, alias_prop); in octeon_prune_device_tree() local 1090 if (uctl >= 0 && (!OCTEON_IS_MODEL(OCTEON_CN6XXX) || in octeon_prune_device_tree() 1093 fdt_nop_node(initial_boot_params, uctl); in octeon_prune_device_tree() 1098 fdt_nop_property(initial_boot_params, uctl, "refclk-type"); in octeon_prune_device_tree()
|
| /linux/sound/hda/codecs/realtek/ |
| H A D | realtek.c | 210 struct snd_ctl_elem_value *uctl __free(kfree) = 211 kzalloc_obj(*uctl); 212 if (!uctl) 217 uctl->value.integer.value[0] = val; in alc_update_knob_master() 218 uctl->value.integer.value[1] = val; in alc_update_knob_master() 219 kctl->put(kctl, uctl); in alc_update_knob_master()
|
| /linux/sound/soc/stm/ |
| H A D | stm32_sai_sub.c | 279 struct snd_ctl_elem_value *uctl) in snd_pcm_iec958_get() argument 284 memcpy(uctl->value.iec958.status, sai->iec958.status, 4); in snd_pcm_iec958_get() 291 struct snd_ctl_elem_value *uctl) in snd_pcm_iec958_put() argument 296 memcpy(sai->iec958.status, uctl->value.iec958.status, 4); in snd_pcm_iec958_put()
|
| /linux/sound/pci/trident/ |
| H A D | trident_main.c | 2884 struct snd_ctl_elem_value *uctl; in snd_trident_mixer() local 2891 uctl = kzalloc_obj(*uctl); in snd_trident_mixer() 2892 if (!uctl) in snd_trident_mixer() 2943 kctl->put(kctl, uctl); in snd_trident_mixer() 2948 kctl->put(kctl, uctl); in snd_trident_mixer() 2993 kctl->put(kctl, uctl); in snd_trident_mixer() 3010 kctl->put(kctl, uctl); in snd_trident_mixer() 3054 kfree(uctl); in snd_trident_mixer()
|
| /linux/sound/soc/tegra/ |
| H A D | tegra210_ahub.c | 18 struct snd_ctl_elem_value *uctl) in tegra_ahub_get_value_enum() argument 47 uctl->value.enumerated.item[0] = i; in tegra_ahub_get_value_enum() 56 struct snd_ctl_elem_value *uctl) in tegra_ahub_put_value_enum() 64 unsigned int *item = uctl->value.enumerated.item; in tegra_ahub_put_value_enum() 55 tegra_ahub_put_value_enum(struct snd_kcontrol * kctl,struct snd_ctl_elem_value * uctl) tegra_ahub_put_value_enum() argument
|
| /linux/sound/soc/ti/ |
| H A D | davinci-mcasp.c | 1894 struct snd_ctl_elem_value *uctl) in davinci_mcasp_get_config() 1899 memcpy(uctl->value.iec958.status, &mcasp->iec958_status, in davinci_mcasp_get_config() 1906 struct snd_ctl_elem_value *uctl) in davinci_mcasp_get_config() 1911 memcpy(&mcasp->iec958_status, uctl->value.iec958.status, in davinci_mcasp_get_config() 1632 davinci_mcasp_iec958_get(struct snd_kcontrol * kcontrol,struct snd_ctl_elem_value * uctl) davinci_mcasp_iec958_get() argument 1644 davinci_mcasp_iec958_put(struct snd_kcontrol * kcontrol,struct snd_ctl_elem_value * uctl) davinci_mcasp_iec958_put() argument
|
| /linux/drivers/pci/switch/ |
| H A D | switchtec.c | 1072 struct switchtec_ioctl_event_ctl __user *uctl) in ioctl_event_ctl() argument 1079 if (copy_from_user(&ctl, uctl, sizeof(ctl))) in ioctl_event_ctl() 1111 if (copy_to_user(uctl, &ctl, sizeof(ctl))) in ioctl_event_ctl()
|