Lines Matching defs:client
623 static struct ov5642 *to_ov5642(const struct i2c_client *client) in to_ov5642()
641 static int reg_read(struct i2c_client *client, u16 reg, u8 *val) in reg_read()
663 static int reg_write(struct i2c_client *client, u16 reg, u8 val) in reg_write()
682 static int reg_write16(struct i2c_client *client, u16 reg, u16 val16) in reg_write16()
695 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov5642_get_register() local
713 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov5642_set_register() local
722 static int ov5642_write_array(struct i2c_client *client, in ov5642_write_array()
737 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov5642_set_resolution() local
791 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov5642_try_fmt() local
811 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov5642_s_fmt() local
827 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov5642_g_fmt() local
854 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov5642_g_chip_ident() local
870 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov5642_s_crop() local
898 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov5642_g_crop() local
936 struct i2c_client *client; in ov5642_s_power() local
977 static int ov5642_video_probe(struct i2c_client *client) in ov5642_video_probe()
1004 static int ov5642_probe(struct i2c_client *client, in ov5642_probe()
1044 static int ov5642_remove(struct i2c_client *client) in ov5642_remove()