Home
last modified time | relevance | path

Searched refs:mode_idx (Results 1 – 7 of 7) sorted by relevance

/linux/sound/soc/mediatek/mt8186/
H A Dmt8186-misc-control.c94 int mode_idx; in mt8186_sgen_set() local
100 mode_idx = mt8186_sgen_mode_idx[mode]; in mt8186_sgen_set()
102 dev_dbg(afe->dev, "%s(), mode %d, mode_idx %d\n", in mt8186_sgen_set()
103 __func__, mode, mode_idx); in mt8186_sgen_set()
108 if (mode_idx >= 0) { in mt8186_sgen_set()
111 mode_idx << INNER_LOOP_BACK_MODE_SFT); in mt8186_sgen_set()
/linux/drivers/gpu/drm/sti/
H A Dsti_hda.c436 u32 val, i, mode_idx; in sti_hda_pre_enable() local
452 if (!hda_get_mode_idx(&hda->mode, &mode_idx)) { in sti_hda_pre_enable()
457 switch (hda_supported_modes[mode_idx].vid_cat) { in sti_hda_pre_enable()
484 DRM_DEBUG_DRIVER("Using HDA mode #%d\n", mode_idx); in sti_hda_pre_enable()
511 sti_hda_configure_awg(hda, hda_supported_modes[mode_idx].awg_instr, in sti_hda_pre_enable()
512 hda_supported_modes[mode_idx].nb_instr); in sti_hda_pre_enable()
527 u32 mode_idx; in sti_hda_set_mode() local
535 if (!hda_get_mode_idx(&hda->mode, &mode_idx)) { in sti_hda_set_mode()
540 switch (hda_supported_modes[mode_idx].vid_cat) { in sti_hda_set_mode()
/linux/sound/soc/codecs/
H A Drt1011.c1118 unsigned int i, mode_idx = 0; in rt1011_bq_drc_coeff_get() local
1121 mode_idx = RT1011_ADVMODE_INITIAL_SET; in rt1011_bq_drc_coeff_get()
1123 mode_idx = RT1011_ADVMODE_SEP_BQ_COEFF; in rt1011_bq_drc_coeff_get()
1125 mode_idx = RT1011_ADVMODE_EQ_BQ_COEFF; in rt1011_bq_drc_coeff_get()
1127 mode_idx = RT1011_ADVMODE_BQ_UI_COEFF; in rt1011_bq_drc_coeff_get()
1129 mode_idx = RT1011_ADVMODE_SMARTBOOST_COEFF; in rt1011_bq_drc_coeff_get()
1134 ucontrol->id.name, mode_idx); in rt1011_bq_drc_coeff_get()
1135 bq_drc_info = rt1011->bq_drc_params[mode_idx]; in rt1011_bq_drc_coeff_get()
1154 unsigned int i, mode_idx = 0; in rt1011_bq_drc_coeff_put() local
1157 mode_idx = RT1011_ADVMODE_INITIAL_SET; in rt1011_bq_drc_coeff_put()
[all …]
/linux/drivers/gpu/drm/i915/display/
H A Ddvo_ns2501.c555 int mode_idx, i; in ns2501_mode_set() local
592 mode_idx = MODE_640x480; in ns2501_mode_set()
594 mode_idx = MODE_800x600; in ns2501_mode_set()
596 mode_idx = MODE_1024x768; in ns2501_mode_set()
610 conf = ns2501_modes + mode_idx; in ns2501_mode_set()
/linux/include/video/
H A Duvesafb.h134 int mode_idx; member
/linux/include/uapi/linux/
H A Domapfb.h191 __u8 mode_idx; member
/linux/drivers/video/fbdev/
H A Duvesafb.c928 int i = par->mode_idx; in uvesafb_setpalette()
1297 par->mode_idx = i; in uvesafb_set_par()