Lines Matching defs:client
624 static struct ov5642 *to_ov5642(const struct i2c_client *client) in to_ov5642()
642 static int reg_read(struct i2c_client *client, u16 reg, u8 *val) in reg_read()
664 static int reg_write(struct i2c_client *client, u16 reg, u8 val) in reg_write()
683 static int reg_write16(struct i2c_client *client, u16 reg, u16 val16) in reg_write16()
696 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov5642_get_register() local
714 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov5642_set_register() local
723 static int ov5642_write_array(struct i2c_client *client, in ov5642_write_array()
738 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov5642_set_resolution() local
794 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov5642_set_fmt() local
825 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov5642_get_fmt() local
855 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov5642_s_crop() local
883 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov5642_g_crop() local
921 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov5642_s_power() local
969 static int ov5642_video_probe(struct i2c_client *client) in ov5642_video_probe()
1007 static int ov5642_probe(struct i2c_client *client, in ov5642_probe()
1045 static int ov5642_remove(struct i2c_client *client) in ov5642_remove()