Lines Matching refs:i2c_client
168 static struct mt9v022 *to_mt9v022(const struct i2c_client *client) in to_mt9v022()
173 static int reg_read(struct i2c_client *client, const u8 reg) in reg_read()
178 static int reg_write(struct i2c_client *client, const u8 reg, in reg_write()
184 static int reg_set(struct i2c_client *client, const u8 reg, in reg_set()
195 static int reg_clear(struct i2c_client *client, const u8 reg, in reg_clear()
206 static int mt9v022_init(struct i2c_client *client) in mt9v022_init()
244 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_s_stream()
281 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_s_crop()
355 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_g_crop()
381 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_g_fmt()
396 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_s_fmt()
443 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_try_fmt()
470 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_g_register()
487 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_s_register()
501 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_s_power()
513 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_g_volatile_ctrl()
557 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_s_ctrl()
647 static int mt9v022_video_probe(struct i2c_client *client) in mt9v022_video_probe()
740 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_g_skip_top_lines()
764 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_enum_fmt()
777 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_g_mbus_config()
794 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_s_mbus_config()
863 static int mt9v022_probe(struct i2c_client *client, in mt9v022_probe()
958 static int mt9v022_remove(struct i2c_client *client) in mt9v022_remove()