Lines Matching refs:controls
160 static struct mfc_control controls[] = { variable
224 #define NUM_CTRLS ARRAY_SIZE(controls)
1144 if (IS_MFC51_PRIV(controls[i].id)) { in s5p_mfc_dec_ctrls_setup()
1147 cfg.id = controls[i].id; in s5p_mfc_dec_ctrls_setup()
1148 cfg.min = controls[i].minimum; in s5p_mfc_dec_ctrls_setup()
1149 cfg.max = controls[i].maximum; in s5p_mfc_dec_ctrls_setup()
1150 cfg.def = controls[i].default_value; in s5p_mfc_dec_ctrls_setup()
1151 cfg.name = controls[i].name; in s5p_mfc_dec_ctrls_setup()
1152 cfg.type = controls[i].type; in s5p_mfc_dec_ctrls_setup()
1154 cfg.step = controls[i].step; in s5p_mfc_dec_ctrls_setup()
1162 controls[i].id, controls[i].minimum, in s5p_mfc_dec_ctrls_setup()
1163 controls[i].maximum, controls[i].step, in s5p_mfc_dec_ctrls_setup()
1164 controls[i].default_value); in s5p_mfc_dec_ctrls_setup()
1170 if (controls[i].is_volatile && ctx->ctrls[i]) in s5p_mfc_dec_ctrls_setup()