Lines Matching defs:cfmt
424 const struct ov772x_color_format *cfmt;
607 priv->cfmt->code, priv->win->name);
643 const struct ov772x_color_format *cfmt,
657 switch (cfmt->com7 & OFMT_MASK) {
757 ret = ov772x_set_frame_rate(priv, fps, priv->cfmt, priv->win);
916 const struct ov772x_color_format *cfmt,
937 ret = ov772x_set_params(priv, priv->cfmt,
975 const struct ov772x_color_format **cfmt,
981 *cfmt = &ov772x_cfmts[0];
985 *cfmt = &ov772x_cfmts[i];
1049 const struct ov772x_color_format *cfmt,
1096 val = cfmt->dsp3;
1104 if (cfmt->dsp4) {
1105 ret = regmap_write(priv->regmap, DSP_CTRL4, cfmt->dsp4);
1111 val = cfmt->com3;
1128 ret = regmap_write(priv->regmap, COM7, win->com7_bit | cfmt->com7);
1133 ret = ov772x_set_frame_rate(priv, priv->fps, cfmt, win);
1193 mf->code = priv->cfmt->code;
1194 mf->colorspace = priv->cfmt->colorspace;
1206 const struct ov772x_color_format *cfmt;
1213 ov772x_select_params(mf, &cfmt, &win);
1215 mf->code = cfmt->code;
1219 mf->colorspace = cfmt->colorspace;
1242 ret = ov772x_set_params(priv, cfmt, win);
1247 priv->cfmt = cfmt;
1499 priv->cfmt = &ov772x_cfmts[0];