/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_ctl.c | 71 struct mdp5_ctl ctls[MAX_CTL]; member 645 if ((ctl_mgr->ctls[c].status & checkm) == match) in mdp5_ctlm_request() 653 if ((ctl_mgr->ctls[c].status & checkm) == match) in mdp5_ctlm_request() 660 ctl = &ctl_mgr->ctls[c]; in mdp5_ctlm_request() 676 struct mdp5_ctl *ctl = &ctl_mgr->ctls[c]; in mdp5_ctlm_hw_reset() 724 struct mdp5_ctl *ctl = &ctl_mgr->ctls[c]; in mdp5_ctlm_init() 751 ctl_mgr->ctls[0].status |= CTL_STAT_BOOKED; in mdp5_ctlm_init() 752 ctl_mgr->ctls[1].status |= CTL_STAT_BOOKED; in mdp5_ctlm_init()
|
/openbmc/linux/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-v4l2.c | 600 struct v4l2_ext_controls *ctls) in pvr2_g_ext_ctrls() argument 611 for (idx = 0; idx < ctls->count; idx++) { in pvr2_g_ext_ctrls() 612 ctrl = ctls->controls + idx; in pvr2_g_ext_ctrls() 615 if (ctls->which == V4L2_CTRL_WHICH_DEF_VAL) in pvr2_g_ext_ctrls() 623 ctls->error_idx = idx; in pvr2_g_ext_ctrls() 635 struct v4l2_ext_controls *ctls) in pvr2_s_ext_ctrls() argument 644 for (idx = 0; idx < ctls->count; idx++) { in pvr2_s_ext_ctrls() 645 ctrl = ctls->controls + idx; in pvr2_s_ext_ctrls() 650 ctls->error_idx = idx; in pvr2_s_ext_ctrls() 660 struct v4l2_ext_controls *ctls) in pvr2_try_ext_ctrls() argument [all …]
|
/openbmc/linux/tools/testing/selftests/alsa/ |
H A D | mixer-test.c | 38 snd_ctl_elem_list_t *ctls; member 98 snd_ctl_elem_list_malloc(&card_data->ctls); in find_controls() 99 snd_ctl_elem_list(card_data->handle, card_data->ctls); in find_controls() 100 card_data->num_ctls = snd_ctl_elem_list_get_count(card_data->ctls); in find_controls() 103 snd_ctl_elem_list_alloc_space(card_data->ctls, card_data->num_ctls); in find_controls() 104 snd_ctl_elem_list(card_data->handle, card_data->ctls); in find_controls() 120 ctl_data->name = snd_ctl_elem_list_get_name(card_data->ctls, in find_controls() 135 snd_ctl_elem_list_get_id(card_data->ctls, ctl, in find_controls()
|
/openbmc/linux/sound/drivers/pcsp/ |
H A D | pcsp_mixer.c | 133 const struct snd_kcontrol_new *ctls, int num) in snd_pcsp_ctls_add() argument 138 err = snd_ctl_add(card, snd_ctl_new1(ctls + i, chip)); in snd_pcsp_ctls_add()
|
/openbmc/linux/sound/pci/hda/ |
H A D | Makefile | 37 snd-hda-cs-dsp-ctls-objs := hda_cs_dsp_ctl.o 65 obj-$(CONFIG_SND_HDA_CS_DSP_CONTROLS) += snd-hda-cs-dsp-ctls.o
|
H A D | hda_generic.c | 353 if ((path->ctls[type] & AMP_VAL_COMPARE_MASK) == val) in is_ctl_used() 1026 val = path->ctls[NID_PATH_VOL_CTL]; in add_vol_ctl() 1039 hda_nid_t nid = get_amp_nid_(path->ctls[type]); in get_default_ch_nums() 1064 val = path->ctls[NID_PATH_MUTE_CTL]; in add_sw_ctl() 1159 return path && path->ctls[ctl_type]; in path_has_mixer() 1295 if (path->ctls[NID_PATH_VOL_CTL] || in assign_out_path_ctls() 1296 path->ctls[NID_PATH_MUTE_CTL]) in assign_out_path_ctls() 1307 path->ctls[NID_PATH_VOL_CTL] = val; in assign_out_path_ctls() 1321 path->ctls[NID_PATH_MUTE_CTL] = val; in assign_out_path_ctls() 3116 path->ctls[NID_PATH_VOL_CTL] = mix_val; in new_analog_input() [all …]
|
H A D | hda_codec.c | 2331 val |= spdif->ctls & 1; in snd_hda_spdif_default_put() 2332 change = spdif->ctls != val; in snd_hda_spdif_default_put() 2333 spdif->ctls = val; in snd_hda_spdif_default_put() 2353 ucontrol->value.integer.value[0] = spdif->ctls & AC_DIG1_ENABLE; in snd_hda_spdif_out_switch_get() 2384 val = spdif->ctls & ~AC_DIG1_ENABLE; in snd_hda_spdif_out_switch_put() 2387 change = spdif->ctls != val; in snd_hda_spdif_out_switch_put() 2388 spdif->ctls = val; in snd_hda_spdif_out_switch_put() 2496 spdif->ctls = val; in snd_hda_create_dig_out_ctls() 2497 spdif->status = convert_to_spdif_status(spdif->ctls); in snd_hda_create_dig_out_ctls() 2562 val = spdif->ctls; in snd_hda_spdif_ctls_assign() [all …]
|
H A D | hda_generic.h | 49 unsigned int ctls[NID_PATH_NUM_CTLS]; /* NID_PATH_XXX_CTL */ member
|
H A D | hda_controller.c | 158 unsigned short ctls = spdif ? spdif->ctls : 0; in azx_pcm_prepare() local 172 ctls); in azx_pcm_prepare()
|
H A D | patch_hdmi.c | 3570 if (codec->spdif_status_reset && (spdif->ctls & AC_DIG1_ENABLE)) in nvhdmi_8ch_7x_pcm_prepare() 3575 spdif->ctls & ~AC_DIG1_ENABLE & 0xff); in nvhdmi_8ch_7x_pcm_prepare() 3587 if (codec->spdif_status_reset && (spdif->ctls & AC_DIG1_ENABLE)) { in nvhdmi_8ch_7x_pcm_prepare() 3592 spdif->ctls & 0xff); in nvhdmi_8ch_7x_pcm_prepare() 3609 (spdif->ctls & AC_DIG1_ENABLE)) in nvhdmi_8ch_7x_pcm_prepare() 3614 spdif->ctls & ~AC_DIG1_ENABLE & 0xff); in nvhdmi_8ch_7x_pcm_prepare() 3630 (spdif->ctls & AC_DIG1_ENABLE)) { in nvhdmi_8ch_7x_pcm_prepare() 3635 spdif->ctls & 0xff); in nvhdmi_8ch_7x_pcm_prepare()
|
/openbmc/linux/sound/pci/ca0106/ |
H A D | ca0106_mixer.c | 719 #define ADD_CTLS(emu, ctls) \ argument 722 for (i = 0; i < ARRAY_SIZE(ctls); i++) { \ 723 _err = snd_ctl_add(card, snd_ctl_new1(&ctls[i], emu)); \
|
/openbmc/linux/include/sound/ |
H A D | hda_codec.h | 404 unsigned short ctls; /* SPDIF control bits */ member
|
/openbmc/linux/arch/x86/events/intel/ |
H A D | uncore_snbep.c | 6511 u64 *ctls; in spr_update_device_location() local 6525 ctls = kcalloc(__uncore_max_dies, sizeof(u64), GFP_KERNEL); in spr_update_device_location() 6526 if (!ctls) { in spr_update_device_location() 6539 ctls[die] = pci_domain_nr(dev->bus) << UNCORE_DISCOVERY_PCI_DOMAIN_OFFSET | in spr_update_device_location() 6545 type->box_ctls = ctls; in spr_update_device_location()
|
/openbmc/linux/sound/pci/emu10k1/ |
H A D | emumixer.c | 28 const char * const *ctls, unsigned nctls) in add_ctls() argument 34 kctl.name = ctls[i]; in add_ctls()
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 0004-mmal_20.patch | 13482 + // Remember what we've told this vd - unwanted ctls ignored on replay
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 9265 + av_log(avctx, AV_LOG_ERROR, "%s: Failed to set req ctls\n", __func__);
|