Lines Matching defs:client

126 static struct mt9v022 *to_mt9v022(const struct i2c_client *client)  in to_mt9v022()
131 static int reg_read(struct i2c_client *client, const u8 reg) in reg_read()
136 static int reg_write(struct i2c_client *client, const u8 reg, in reg_write()
142 static int reg_set(struct i2c_client *client, const u8 reg, in reg_set()
153 static int reg_clear(struct i2c_client *client, const u8 reg, in reg_clear()
164 static int mt9v022_init(struct i2c_client *client) in mt9v022_init()
202 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_s_stream() local
219 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_s_crop() local
280 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_g_crop() local
306 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_g_fmt() local
321 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_s_fmt() local
368 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_try_fmt() local
394 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_g_chip_ident() local
413 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_g_register() local
433 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_s_register() local
453 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_g_volatile_ctrl() local
485 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_s_ctrl() local
565 static int mt9v022_video_probe(struct i2c_client *client) in mt9v022_video_probe()
648 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_g_skip_top_lines() local
672 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_enum_fmt() local
685 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_g_mbus_config() local
702 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_s_mbus_config() local
771 static int mt9v022_probe(struct i2c_client *client, in mt9v022_probe()
847 static int mt9v022_remove(struct i2c_client *client) in mt9v022_remove()