Lines Matching refs:ov2640_priv
296 struct ov2640_priv { struct
648 static struct ov2640_priv *to_ov2640(const struct i2c_client *client) in to_ov2640()
650 return container_of(i2c_get_clientdata(client), struct ov2640_priv, in to_ov2640()
717 &container_of(ctrl->handler, struct ov2640_priv, hdl)->subdev; in ov2640_s_ctrl()
719 struct ov2640_priv *priv = to_ov2640(client); in ov2640_s_ctrl()
787 static void ov2640_set_power(struct ov2640_priv *priv, int on) in ov2640_set_power()
804 struct ov2640_priv *priv = to_ov2640(client); in ov2640_s_power()
921 struct ov2640_priv *priv = to_ov2640(client); in ov2640_get_fmt()
954 struct ov2640_priv *priv = to_ov2640(client); in ov2640_set_fmt()
988 struct ov2640_priv *priv = to_ov2640(client); in ov2640_set_fmt()
1062 struct ov2640_priv *priv = to_ov2640(client); in ov2640_s_stream()
1083 struct ov2640_priv *priv = to_ov2640(client); in ov2640_video_probe()
1155 struct ov2640_priv *priv) in ov2640_probe_dt()
1195 struct ov2640_priv *priv; in ov2640_probe()
1276 struct ov2640_priv *priv = to_ov2640(client); in ov2640_remove()