Lines Matching defs:ov772x_priv
415 struct ov772x_priv {
550 static struct ov772x_priv *to_ov772x(struct v4l2_subdev *sd)
552 return container_of(sd, struct ov772x_priv, subdev);
555 static int ov772x_reset(struct ov772x_priv *priv)
576 struct ov772x_priv *priv = to_ov772x(sd);
601 static unsigned int ov772x_select_fps(struct ov772x_priv *priv,
625 static int ov772x_set_frame_rate(struct ov772x_priv *priv,
709 struct ov772x_priv *priv = to_ov772x(sd);
721 struct ov772x_priv *priv = to_ov772x(sd);
758 struct ov772x_priv *priv = container_of(ctrl->handler,
759 struct ov772x_priv, hdl);
812 struct ov772x_priv *priv = to_ov772x(sd);
832 struct ov772x_priv *priv = to_ov772x(sd);
842 static int ov772x_power_on(struct ov772x_priv *priv)
884 static int ov772x_power_off(struct ov772x_priv *priv)
896 static int ov772x_set_params(struct ov772x_priv *priv,
902 struct ov772x_priv *priv = to_ov772x(sd);
975 static int ov772x_edgectrl(struct ov772x_priv *priv)
1029 static int ov772x_set_params(struct ov772x_priv *priv,
1142 struct ov772x_priv *priv = to_ov772x(sd);
1165 struct ov772x_priv *priv = to_ov772x(sd);
1183 struct ov772x_priv *priv = to_ov772x(sd);
1234 static int ov772x_video_probe(struct ov772x_priv *priv)
1357 struct ov772x_priv *priv;
1456 struct ov772x_priv *priv = to_ov772x(i2c_get_clientdata(client));