Lines Matching refs:cfmt

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