Lines Matching refs:cfmt

424 	const struct ov772x_color_format *cfmt;  member
605 priv->cfmt->code, priv->win->name); in ov772x_s_stream()
641 const struct ov772x_color_format *cfmt, in ov772x_set_frame_rate() argument
655 switch (cfmt->com7 & OFMT_MASK) { in ov772x_set_frame_rate()
771 ret = ov772x_set_frame_rate(priv, fps, priv->cfmt, priv->win); in ov772x_set_frame_interval()
930 const struct ov772x_color_format *cfmt,
951 ret = ov772x_set_params(priv, priv->cfmt, in ov772x_s_power()
989 const struct ov772x_color_format **cfmt, in ov772x_select_params() argument
995 *cfmt = &ov772x_cfmts[0]; in ov772x_select_params()
999 *cfmt = &ov772x_cfmts[i]; in ov772x_select_params()
1063 const struct ov772x_color_format *cfmt, in ov772x_set_params() argument
1110 val = cfmt->dsp3; in ov772x_set_params()
1118 if (cfmt->dsp4) { in ov772x_set_params()
1119 ret = regmap_write(priv->regmap, DSP_CTRL4, cfmt->dsp4); in ov772x_set_params()
1125 val = cfmt->com3; in ov772x_set_params()
1142 ret = regmap_write(priv->regmap, COM7, win->com7_bit | cfmt->com7); in ov772x_set_params()
1147 ret = ov772x_set_frame_rate(priv, priv->fps, cfmt, win); in ov772x_set_params()
1207 mf->code = priv->cfmt->code; in ov772x_get_fmt()
1208 mf->colorspace = priv->cfmt->colorspace; in ov772x_get_fmt()
1220 const struct ov772x_color_format *cfmt; in ov772x_set_fmt() local
1227 ov772x_select_params(mf, &cfmt, &win); in ov772x_set_fmt()
1229 mf->code = cfmt->code; in ov772x_set_fmt()
1233 mf->colorspace = cfmt->colorspace; in ov772x_set_fmt()
1256 ret = ov772x_set_params(priv, cfmt, win); in ov772x_set_fmt()
1261 priv->cfmt = cfmt; in ov772x_set_fmt()
1511 priv->cfmt = &ov772x_cfmts[0]; in ov772x_probe()