Lines Matching refs:ov772x_priv
415 struct ov772x_priv { struct
550 static struct ov772x_priv *to_ov772x(struct v4l2_subdev *sd) in to_ov772x()
552 return container_of(sd, struct ov772x_priv, subdev); in to_ov772x()
555 static int ov772x_reset(struct ov772x_priv *priv) in ov772x_reset()
576 struct ov772x_priv *priv = to_ov772x(sd); in ov772x_s_stream()
601 static unsigned int ov772x_select_fps(struct ov772x_priv *priv, in ov772x_select_fps()
625 static int ov772x_set_frame_rate(struct ov772x_priv *priv, in ov772x_set_frame_rate()
709 struct ov772x_priv *priv = to_ov772x(sd); in ov772x_g_frame_interval()
721 struct ov772x_priv *priv = to_ov772x(sd); in ov772x_s_frame_interval()
758 struct ov772x_priv *priv = container_of(ctrl->handler, in ov772x_s_ctrl()
759 struct ov772x_priv, hdl); in ov772x_s_ctrl()
812 struct ov772x_priv *priv = to_ov772x(sd); in ov772x_g_register()
832 struct ov772x_priv *priv = to_ov772x(sd); in ov772x_s_register()
842 static int ov772x_power_on(struct ov772x_priv *priv) in ov772x_power_on()
884 static int ov772x_power_off(struct ov772x_priv *priv) in ov772x_power_off()
896 static int ov772x_set_params(struct ov772x_priv *priv,
902 struct ov772x_priv *priv = to_ov772x(sd); in ov772x_s_power()
975 static int ov772x_edgectrl(struct ov772x_priv *priv) in ov772x_edgectrl()
1029 static int ov772x_set_params(struct ov772x_priv *priv, in ov772x_set_params()
1142 struct ov772x_priv *priv = to_ov772x(sd); in ov772x_get_selection()
1165 struct ov772x_priv *priv = to_ov772x(sd); in ov772x_get_fmt()
1183 struct ov772x_priv *priv = to_ov772x(sd); in ov772x_set_fmt()
1234 static int ov772x_video_probe(struct ov772x_priv *priv) in ov772x_video_probe()
1357 struct ov772x_priv *priv; in ov772x_probe()
1457 struct ov772x_priv *priv = to_ov772x(i2c_get_clientdata(client)); in ov772x_remove()