Searched refs:cfmt (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/media/i2c/soc_camera/ |
D | ov772x.c | 398 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 …]
|
/Linux-v4.19/drivers/media/i2c/ |
D | ov772x.c | 420 const struct ov772x_color_format *cfmt; member 621 priv->cfmt->code, priv->win->name); in ov772x_s_stream() 657 const struct ov772x_color_format *cfmt, in ov772x_set_frame_rate() argument 672 switch (cfmt->com7 & OFMT_MASK) { in ov772x_set_frame_rate() 772 ret = ov772x_set_frame_rate(priv, fps, priv->cfmt, priv->win); in ov772x_s_frame_interval() 927 const struct ov772x_color_format *cfmt, 948 ret = ov772x_set_params(priv, priv->cfmt, in ov772x_s_power() 986 const struct ov772x_color_format **cfmt, in ov772x_select_params() argument 992 *cfmt = &ov772x_cfmts[0]; in ov772x_select_params() 996 *cfmt = &ov772x_cfmts[i]; in ov772x_select_params() [all …]
|