Searched refs:ov772x_priv (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/drivers/media/i2c/ |
| D | ov772x.c | 413 struct ov772x_priv { struct 547 static struct ov772x_priv *to_ov772x(struct v4l2_subdev *sd) in to_ov772x() 549 return container_of(sd, struct ov772x_priv, subdev); in to_ov772x() 606 struct ov772x_priv *priv = to_ov772x(sd); in ov772x_s_stream() 631 static unsigned int ov772x_select_fps(struct ov772x_priv *priv, in ov772x_select_fps() 655 static int ov772x_set_frame_rate(struct ov772x_priv *priv, in ov772x_set_frame_rate() 740 struct ov772x_priv *priv = to_ov772x(sd); in ov772x_g_frame_interval() 752 struct ov772x_priv *priv = to_ov772x(sd); in ov772x_s_frame_interval() 789 struct ov772x_priv *priv = container_of(ctrl->handler, in ov772x_s_ctrl() 790 struct ov772x_priv, hdl); in ov772x_s_ctrl() [all …]
|
| /Linux-v4.19/drivers/media/i2c/soc_camera/ |
| D | ov772x.c | 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() 883 struct ov772x_priv *priv = to_ov772x(sd); in ov772x_get_fmt() 901 struct ov772x_priv *priv = to_ov772x(sd); in ov772x_set_fmt() [all …]
|