Lines Matching refs:ov6650
180 struct ov6650 { struct
297 static struct ov6650 *to_ov6650(const struct i2c_client *client) in to_ov6650()
299 return container_of(i2c_get_clientdata(client), struct ov6650, subdev); in to_ov6650()
311 struct ov6650 *priv = container_of(ctrl->handler, struct ov6650, hdl); in ov6550_g_volatile_ctrl()
344 struct ov6650 *priv = container_of(ctrl->handler, struct ov6650, hdl); in ov6550_s_ctrl()
430 struct ov6650 *priv = to_ov6650(client); in ov6650_s_power()
438 struct ov6650 *priv = to_ov6650(client); in ov6650_g_crop()
449 struct ov6650 *priv = to_ov6650(client); in ov6650_s_crop()
506 struct ov6650 *priv = to_ov6650(client); in ov6650_g_fmt()
545 struct ov6650 *priv = to_ov6650(client); in ov6650_s_fmt()
691 struct ov6650 *priv = to_ov6650(client); in ov6650_try_fmt()
732 struct ov6650 *priv = to_ov6650(client); in ov6650_g_parm()
753 struct ov6650 *priv = to_ov6650(client); in ov6650_s_parm()
824 struct ov6650 *priv = to_ov6650(client); in ov6650_video_probe()
956 struct ov6650 *priv; in ov6650_probe()
1037 struct ov6650 *priv = to_ov6650(client); in ov6650_remove()