Lines Matching refs:i2c_client

220 static int ov6650_reg_read(struct i2c_client *client, u8 reg, u8 *val)  in ov6650_reg_read()
249 static int ov6650_reg_write(struct i2c_client *client, u8 reg, u8 val) in ov6650_reg_write()
272 static int ov6650_reg_rmw(struct i2c_client *client, u8 reg, u8 set, u8 mask) in ov6650_reg_rmw()
297 static struct ov6650 *to_ov6650(const struct i2c_client *client) in to_ov6650()
313 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov6550_g_volatile_ctrl()
346 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov6550_s_ctrl()
398 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov6650_get_register()
417 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov6650_set_register()
428 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov6650_s_power()
437 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov6650_g_crop()
448 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov6650_s_crop()
505 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov6650_g_fmt()
542 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov6650_s_fmt()
690 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov6650_try_fmt()
731 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov6650_g_parm()
752 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov6650_s_parm()
794 static int ov6650_reset(struct i2c_client *client) in ov6650_reset()
809 static int ov6650_prog_dflt(struct i2c_client *client) in ov6650_prog_dflt()
822 static int ov6650_video_probe(struct i2c_client *client) in ov6650_video_probe()
885 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov6650_g_mbus_config()
903 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov6650_s_mbus_config()
953 static int ov6650_probe(struct i2c_client *client, in ov6650_probe()
1035 static int ov6650_remove(struct i2c_client *client) in ov6650_remove()