Lines Matching defs:cfmt
423 const struct ov772x_color_format *cfmt;
591 priv->cfmt->code, priv->win->name);
627 const struct ov772x_color_format *cfmt,
641 switch (cfmt->com7 & OFMT_MASK) {
741 ret = ov772x_set_frame_rate(priv, fps, priv->cfmt, priv->win);
897 const struct ov772x_color_format *cfmt,
918 ret = ov772x_set_params(priv, priv->cfmt,
956 const struct ov772x_color_format **cfmt,
962 *cfmt = &ov772x_cfmts[0];
966 *cfmt = &ov772x_cfmts[i];
1030 const struct ov772x_color_format *cfmt,
1077 val = cfmt->dsp3;
1085 if (cfmt->dsp4) {
1086 ret = regmap_write(priv->regmap, DSP_CTRL4, cfmt->dsp4);
1092 val = cfmt->com3;
1107 ret = regmap_write(priv->regmap, COM7, win->com7_bit | cfmt->com7);
1112 ret = ov772x_set_frame_rate(priv, priv->fps, cfmt, win);
1172 mf->code = priv->cfmt->code;
1173 mf->colorspace = priv->cfmt->colorspace;
1185 const struct ov772x_color_format *cfmt;
1192 ov772x_select_params(mf, &cfmt, &win);
1194 mf->code = cfmt->code;
1198 mf->colorspace = cfmt->colorspace;
1221 ret = ov772x_set_params(priv, cfmt, win);
1226 priv->cfmt = cfmt;
1430 priv->cfmt = &ov772x_cfmts[0];