Lines Matching refs:controls
172 static struct mfc_control controls[] = { variable
221 #define NUM_CTRLS ARRAY_SIZE(controls)
1137 if (IS_MFC51_PRIV(controls[i].id)) { in s5p_mfc_dec_ctrls_setup()
1140 cfg.id = controls[i].id; in s5p_mfc_dec_ctrls_setup()
1141 cfg.min = controls[i].minimum; in s5p_mfc_dec_ctrls_setup()
1142 cfg.max = controls[i].maximum; in s5p_mfc_dec_ctrls_setup()
1143 cfg.def = controls[i].default_value; in s5p_mfc_dec_ctrls_setup()
1144 cfg.name = controls[i].name; in s5p_mfc_dec_ctrls_setup()
1145 cfg.type = controls[i].type; in s5p_mfc_dec_ctrls_setup()
1147 cfg.step = controls[i].step; in s5p_mfc_dec_ctrls_setup()
1155 controls[i].id, controls[i].minimum, in s5p_mfc_dec_ctrls_setup()
1156 controls[i].maximum, controls[i].step, in s5p_mfc_dec_ctrls_setup()
1157 controls[i].default_value); in s5p_mfc_dec_ctrls_setup()
1163 if (controls[i].is_volatile && ctx->ctrls[i]) in s5p_mfc_dec_ctrls_setup()