Lines Matching refs:ov772x_priv
393 struct ov772x_priv { struct
511 static struct ov772x_priv *to_ov772x(struct v4l2_subdev *sd) in to_ov772x()
513 return container_of(sd, struct ov772x_priv, subdev); in to_ov772x()
559 struct ov772x_priv *priv = to_ov772x(sd); in ov772x_s_stream()
576 struct ov772x_priv *priv = container_of(ctrl->handler, in ov772x_s_ctrl()
577 struct ov772x_priv, hdl); in ov772x_s_ctrl()
657 struct ov772x_priv *priv = to_ov772x(sd); in ov772x_s_power()
700 static int ov772x_set_params(struct ov772x_priv *priv, in ov772x_set_params()
882 struct ov772x_priv *priv = to_ov772x(sd); in ov772x_g_fmt()
895 struct ov772x_priv *priv = to_ov772x(sd); in ov772x_s_fmt()
935 static int ov772x_video_probe(struct ov772x_priv *priv) in ov772x_video_probe()
1040 struct ov772x_priv *priv; in ov772x_probe()
1096 struct ov772x_priv *priv = to_ov772x(i2c_get_clientdata(client)); in ov772x_remove()