/Linux-v4.19/sound/core/oss/ |
D | mixer_oss.c | 528 struct snd_ctl_elem_value *uctl; in snd_mixer_oss_get_volume1_vol() local 540 uctl = kzalloc(sizeof(*uctl), GFP_KERNEL); in snd_mixer_oss_get_volume1_vol() 541 if (uinfo == NULL || uctl == NULL) in snd_mixer_oss_get_volume1_vol() 545 if (kctl->get(kctl, uctl)) in snd_mixer_oss_get_volume1_vol() 550 …*left = snd_mixer_oss_conv1(uctl->value.integer.value[0], uinfo->value.integer.min, uinfo->value.i… in snd_mixer_oss_get_volume1_vol() 552 …*right = snd_mixer_oss_conv1(uctl->value.integer.value[1], uinfo->value.integer.min, uinfo->value.… in snd_mixer_oss_get_volume1_vol() 555 kfree(uctl); in snd_mixer_oss_get_volume1_vol() 566 struct snd_ctl_elem_value *uctl; in snd_mixer_oss_get_volume1_sw() local 578 uctl = kzalloc(sizeof(*uctl), GFP_KERNEL); in snd_mixer_oss_get_volume1_sw() 579 if (uinfo == NULL || uctl == NULL) in snd_mixer_oss_get_volume1_sw() [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/usb/ |
D | dwc3-cavium.txt | 4 - compatible: Should contain "cavium,octeon-7130-usb-uctl" 12 uctl@1180069000000 { 13 compatible = "cavium,octeon-7130-usb-uctl";
|
D | dwc3.txt | 19 "cavium,octeon-7130-usb-uctl"
|
/Linux-v4.19/sound/drivers/ |
D | mts64.c | 445 struct snd_ctl_elem_value *uctl) in snd_mts64_ctl_smpte_switch_get() argument 450 uctl->value.integer.value[0] = mts->smpte_switch; in snd_mts64_ctl_smpte_switch_get() 459 struct snd_ctl_elem_value *uctl) in snd_mts64_ctl_smpte_switch_put() argument 463 int val = !!uctl->value.integer.value[0]; in snd_mts64_ctl_smpte_switch_put() 527 struct snd_ctl_elem_value *uctl) in snd_mts64_ctl_smpte_time_get() argument 533 uctl->value.integer.value[0] = mts->time[idx]; in snd_mts64_ctl_smpte_time_get() 540 struct snd_ctl_elem_value *uctl) in snd_mts64_ctl_smpte_time_put() argument 544 unsigned int time = uctl->value.integer.value[0] % 60; in snd_mts64_ctl_smpte_time_put() 613 struct snd_ctl_elem_value *uctl) in snd_mts64_ctl_smpte_fps_get() argument 618 uctl->value.enumerated.item[0] = mts->fps; in snd_mts64_ctl_smpte_fps_get() [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/mips/cavium/ |
D | uctl.txt | 4 - compatible: "cavium,octeon-6335-uctl" 23 uctl@118006f000000 { 24 compatible = "cavium,octeon-6335-uctl";
|
D | sata-uctl.txt | 17 - compatible: "cavium,octeon-7130-sata-uctl" 28 uctl@118006c000000 { 29 compatible = "cavium,octeon-7130-sata-uctl";
|
/Linux-v4.19/sound/core/ |
D | vmaster.c | 63 struct snd_ctl_elem_value *uctl; in slave_update() local 66 uctl = kzalloc(sizeof(*uctl), GFP_KERNEL); in slave_update() 67 if (!uctl) in slave_update() 69 uctl->id = slave->slave.id; in slave_update() 70 err = slave->slave.get(&slave->slave, uctl); in slave_update() 74 slave->vals[ch] = uctl->value.integer.value[ch]; in slave_update() 76 kfree(uctl); in slave_update()
|
/Linux-v4.19/arch/mips/boot/dts/cavium-octeon/ |
D | octeon_3xxx.dts | 342 uctl: uctl@118006f000000 { label 343 compatible = "cavium,octeon-6335-uctl"; 388 uctl = &uctl;
|
D | octeon_68xx.dts | 585 uctl: uctl@118006f000000 { label 586 compatible = "cavium,octeon-6335-uctl"; 622 uctl = &uctl;
|
/Linux-v4.19/arch/mips/cavium-octeon/ |
D | octeon-platform.c | 1020 int uctl = fdt_path_offset(initial_boot_params, alias_prop); in octeon_prune_device_tree() local 1022 if (uctl >= 0 && (!OCTEON_IS_MODEL(OCTEON_CN6XXX) || in octeon_prune_device_tree() 1025 fdt_nop_node(initial_boot_params, uctl); in octeon_prune_device_tree() 1030 fdt_nop_property(initial_boot_params, uctl, "refclk-type"); in octeon_prune_device_tree()
|
/Linux-v4.19/sound/isa/ |
D | sscape.c | 616 struct snd_ctl_elem_value *uctl) in sscape_midi_get() argument 624 uctl->value.integer.value[0] = s->midi_vol; in sscape_midi_get() 630 struct snd_ctl_elem_value *uctl) in sscape_midi_put() argument 641 new_val = uctl->value.integer.value[0] & 127; in sscape_midi_put()
|
/Linux-v4.19/sound/soc/stm/ |
D | stm32_sai_sub.c | 221 struct snd_ctl_elem_value *uctl) in snd_pcm_iec958_get() argument 226 memcpy(uctl->value.iec958.status, sai->iec958.status, 4); in snd_pcm_iec958_get() 233 struct snd_ctl_elem_value *uctl) in snd_pcm_iec958_put() argument 238 memcpy(sai->iec958.status, uctl->value.iec958.status, 4); in snd_pcm_iec958_put()
|
/Linux-v4.19/sound/pci/trident/ |
D | trident_main.c | 2965 struct snd_ctl_elem_value *uctl; in snd_trident_mixer() local 2972 uctl = kzalloc(sizeof(*uctl), GFP_KERNEL); in snd_trident_mixer() 2973 if (!uctl) in snd_trident_mixer() 3019 kctl->put(kctl, uctl); in snd_trident_mixer() 3022 kctl->put(kctl, uctl); in snd_trident_mixer() 3057 kctl->put(kctl, uctl); in snd_trident_mixer() 3073 kctl->put(kctl, uctl); in snd_trident_mixer() 3114 kfree(uctl); in snd_trident_mixer()
|
/Linux-v4.19/drivers/pci/switch/ |
D | switchtec.c | 799 struct switchtec_ioctl_event_ctl __user *uctl) in ioctl_event_ctl() argument 805 if (copy_from_user(&ctl, uctl, sizeof(ctl))) in ioctl_event_ctl() 835 if (copy_to_user(uctl, &ctl, sizeof(ctl))) in ioctl_event_ctl()
|
/Linux-v4.19/sound/pci/hda/ |
D | patch_realtek.c | 319 struct snd_ctl_elem_value *uctl; in alc_update_knob_master() local 324 uctl = kzalloc(sizeof(*uctl), GFP_KERNEL); in alc_update_knob_master() 325 if (!uctl) in alc_update_knob_master() 330 uctl->value.integer.value[0] = val; in alc_update_knob_master() 331 uctl->value.integer.value[1] = val; in alc_update_knob_master() 332 kctl->put(kctl, uctl); in alc_update_knob_master() 333 kfree(uctl); in alc_update_knob_master()
|