Lines Matching defs: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() local
281 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_s_crop() local
355 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_g_crop() local
381 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_g_fmt() local
396 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_s_fmt() local
443 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_try_fmt() local
470 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_g_register() local
487 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_s_register() local
501 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_s_power() local
513 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_g_volatile_ctrl() local
557 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_s_ctrl() local
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() local
764 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_enum_fmt() local
777 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_g_mbus_config() local
794 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_s_mbus_config() local
863 static int mt9v022_probe(struct i2c_client *client, in mt9v022_probe()
958 static int mt9v022_remove(struct i2c_client *client) in mt9v022_remove()