Lines Matching defs:client
169 static int ov9640_reg_read(struct i2c_client *client, u8 reg, u8 *val) in ov9640_reg_read()
198 static int ov9640_reg_write(struct i2c_client *client, u8 reg, u8 val) in ov9640_reg_write()
227 static int ov9640_reg_rmw(struct i2c_client *client, u8 reg, u8 set, u8 unset) in ov9640_reg_rmw()
251 static int ov9640_reset(struct i2c_client *client) in ov9640_reset()
273 struct i2c_client *client = v4l2_get_subdevdata(&priv->subdev); in ov9640_s_ctrl() local
294 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov9640_get_register() local
315 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov9640_set_register() local
326 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov9640_s_power() local
378 static int ov9640_write_regs(struct i2c_client *client, u32 width, in ov9640_write_regs()
466 static int ov9640_prog_dflt(struct i2c_client *client) in ov9640_prog_dflt()
487 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov9640_s_fmt() local
589 static int ov9640_video_probe(struct i2c_client *client) in ov9640_video_probe()
656 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov9640_g_mbus_config() local
689 static int ov9640_probe(struct i2c_client *client, in ov9640_probe()
735 static int ov9640_remove(struct i2c_client *client) in ov9640_remove()