• Home
  • Raw
  • Download

Lines Matching defs:client

162 static struct mt9v022 *to_mt9v022(const struct i2c_client *client)  in to_mt9v022()
167 static int reg_read(struct i2c_client *client, const u8 reg) in reg_read()
172 static int reg_write(struct i2c_client *client, const u8 reg, in reg_write()
178 static int reg_set(struct i2c_client *client, const u8 reg, in reg_set()
189 static int reg_clear(struct i2c_client *client, const u8 reg, in reg_clear()
200 static int mt9v022_init(struct i2c_client *client) in mt9v022_init()
238 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_s_stream() local
275 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_s_crop() local
349 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_g_crop() local
375 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_g_fmt() local
390 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_s_fmt() local
437 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_try_fmt() local
463 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_g_chip_ident() local
482 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_g_register() local
502 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_s_register() local
519 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_s_power() local
530 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_g_volatile_ctrl() local
574 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_s_ctrl() local
664 static int mt9v022_video_probe(struct i2c_client *client) in mt9v022_video_probe()
757 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_g_skip_top_lines() local
782 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_enum_fmt() local
795 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_g_mbus_config() local
812 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_s_mbus_config() local
881 static int mt9v022_probe(struct i2c_client *client, in mt9v022_probe()
967 static int mt9v022_remove(struct i2c_client *client) in mt9v022_remove()