Home
last modified time | relevance | path

Searched refs:cfmt (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/media/i2c/soc_camera/
Dov772x.c398 const struct ov772x_color_format *cfmt; member
569 priv->cfmt->code, priv->win->name); in ov772x_s_stream()
681 const struct ov772x_color_format **cfmt, in ov772x_select_params() argument
687 *cfmt = &ov772x_cfmts[0]; in ov772x_select_params()
691 *cfmt = &ov772x_cfmts[i]; in ov772x_select_params()
701 const struct ov772x_color_format *cfmt, in ov772x_set_params() argument
795 val = cfmt->dsp3; in ov772x_set_params()
804 if (cfmt->dsp4) { in ov772x_set_params()
805 ret = ov772x_write(client, DSP_CTRL4, cfmt->dsp4); in ov772x_set_params()
813 val = cfmt->com3; in ov772x_set_params()
[all …]