Lines Matching refs:cfmt

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