Lines Matching refs:ov772x_priv

416 struct ov772x_priv {  struct
556 static struct ov772x_priv *to_ov772x(struct v4l2_subdev *sd) in to_ov772x()
558 return container_of(sd, struct ov772x_priv, subdev); in to_ov772x()
561 static int ov772x_reset(struct ov772x_priv *priv) in ov772x_reset()
582 struct ov772x_priv *priv = to_ov772x(sd); in ov772x_s_stream()
615 static unsigned int ov772x_select_fps(struct ov772x_priv *priv, in ov772x_select_fps()
639 static int ov772x_set_frame_rate(struct ov772x_priv *priv, in ov772x_set_frame_rate()
724 struct ov772x_priv *priv = to_ov772x(sd); in ov772x_get_frame_interval()
744 struct ov772x_priv *priv = to_ov772x(sd); in ov772x_set_frame_interval()
788 struct ov772x_priv *priv = container_of(ctrl->handler, in ov772x_s_ctrl()
789 struct ov772x_priv, hdl); in ov772x_s_ctrl()
845 struct ov772x_priv *priv = to_ov772x(sd); in ov772x_g_register()
865 struct ov772x_priv *priv = to_ov772x(sd); in ov772x_s_register()
875 static int ov772x_power_on(struct ov772x_priv *priv) in ov772x_power_on()
917 static int ov772x_power_off(struct ov772x_priv *priv) in ov772x_power_off()
929 static int ov772x_set_params(struct ov772x_priv *priv,
935 struct ov772x_priv *priv = to_ov772x(sd); in ov772x_s_power()
1008 static int ov772x_edgectrl(struct ov772x_priv *priv) in ov772x_edgectrl()
1062 static int ov772x_set_params(struct ov772x_priv *priv, in ov772x_set_params()
1177 struct ov772x_priv *priv = to_ov772x(sd); in ov772x_get_selection()
1200 struct ov772x_priv *priv = to_ov772x(sd); in ov772x_get_fmt()
1218 struct ov772x_priv *priv = to_ov772x(sd); in ov772x_set_fmt()
1269 static int ov772x_video_probe(struct ov772x_priv *priv) in ov772x_video_probe()
1387 struct ov772x_priv *priv) in ov772x_parse_dt()
1432 struct ov772x_priv *priv; in ov772x_probe()
1537 struct ov772x_priv *priv = to_ov772x(i2c_get_clientdata(client)); in ov772x_remove()