Lines Matching defs:client
171 static int ov9640_reg_read(struct i2c_client *client, u8 reg, u8 *val) in ov9640_reg_read()
200 static int ov9640_reg_write(struct i2c_client *client, u8 reg, u8 val) in ov9640_reg_write()
229 static int ov9640_reg_rmw(struct i2c_client *client, u8 reg, u8 set, u8 unset) in ov9640_reg_rmw()
253 static int ov9640_reset(struct i2c_client *client) in ov9640_reset()
276 struct i2c_client *client = v4l2_get_subdevdata(&priv->subdev); in ov9640_s_ctrl() local
298 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov9640_get_register() local
319 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov9640_set_register() local
395 static int ov9640_write_regs(struct i2c_client *client, u32 width, in ov9640_write_regs()
484 static int ov9640_prog_dflt(struct i2c_client *client) in ov9640_prog_dflt()
506 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov9640_s_fmt() local
587 static int ov9640_video_probe(struct i2c_client *client) in ov9640_video_probe()
683 static int ov9640_probe(struct i2c_client *client, in ov9640_probe()
747 static int ov9640_remove(struct i2c_client *client) in ov9640_remove()