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
383 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_get_fmt() local
401 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_s_fmt() local
450 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_set_fmt() local
483 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_g_register() local
500 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_s_register() local
514 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_s_power() local
526 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_g_volatile_ctrl() local
570 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_s_ctrl() local
660 static int mt9v022_video_probe(struct i2c_client *client) in mt9v022_video_probe()
753 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_g_skip_top_lines() local
778 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_enum_mbus_code() local
791 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_g_mbus_config() local
808 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_s_mbus_config() local
880 static int mt9v022_probe(struct i2c_client *client, in mt9v022_probe()
975 static int mt9v022_remove(struct i2c_client *client) in mt9v022_remove()