Lines Matching refs:ov2640_priv
302 struct ov2640_priv { struct
615 static struct ov2640_priv *to_ov2640(const struct i2c_client *client) in to_ov2640()
617 return container_of(i2c_get_clientdata(client), struct ov2640_priv, in to_ov2640()
684 &container_of(ctrl->handler, struct ov2640_priv, hdl)->subdev; in ov2640_s_ctrl()
704 struct ov2640_priv *priv = to_ov2640(client); in ov2640_g_chip_ident()
767 struct ov2640_priv *priv = to_ov2640(client); in ov2640_set_params()
836 struct ov2640_priv *priv = to_ov2640(client); in ov2640_g_fmt()
947 struct ov2640_priv *priv = to_ov2640(client); in ov2640_video_probe()
1032 struct ov2640_priv *priv; in ov2640_probe()
1049 priv = kzalloc(sizeof(struct ov2640_priv), GFP_KERNEL); in ov2640_probe()
1083 struct ov2640_priv *priv = to_ov2640(client); in ov2640_remove()