Lines Matching refs:i2c_client
400 static int ov9740_reg_read(struct i2c_client *client, u16 reg, u8 *val) in ov9740_reg_read()
430 static int ov9740_reg_write(struct i2c_client *client, u16 reg, u8 val) in ov9740_reg_write()
460 static int ov9740_reg_rmw(struct i2c_client *client, u16 reg, u8 set, u8 unset) in ov9740_reg_rmw()
487 static int ov9740_reg_write_array(struct i2c_client *client, in ov9740_reg_write_array()
507 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov9740_s_stream()
561 static int ov9740_set_res(struct i2c_client *client, u32 width, u32 height) in ov9740_set_res()
674 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov9740_s_fmt()
777 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov9740_s_power()
807 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov9740_get_register()
828 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov9740_set_register()
837 static int ov9740_video_probe(struct i2c_client *client) in ov9740_video_probe()
893 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov9740_g_mbus_config()
935 static int ov9740_probe(struct i2c_client *client, in ov9740_probe()
979 static int ov9740_remove(struct i2c_client *client) in ov9740_remove()