• Home
  • Raw
  • Download

Lines Matching defs:client

86 static struct mt9t031 *to_mt9t031(const struct i2c_client *client)  in to_mt9t031()
91 static int reg_read(struct i2c_client *client, const u8 reg) in reg_read()
96 static int reg_write(struct i2c_client *client, const u8 reg, in reg_write()
102 static int reg_set(struct i2c_client *client, const u8 reg, in reg_set()
113 static int reg_clear(struct i2c_client *client, const u8 reg, in reg_clear()
124 static int set_shutter(struct i2c_client *client, const u32 data) in set_shutter()
136 static int get_shutter(struct i2c_client *client, u32 *data) in get_shutter()
150 static int mt9t031_idle(struct i2c_client *client) in mt9t031_idle()
166 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9t031_s_stream() local
201 static int mt9t031_set_params(struct i2c_client *client, in mt9t031_set_params()
300 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9t031_s_crop() local
317 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9t031_g_crop() local
343 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9t031_g_fmt() local
358 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9t031_s_fmt() local
397 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9t031_g_chip_ident() local
416 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9t031_g_register() local
435 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9t031_s_register() local
474 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9t031_s_ctrl() local
576 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9t031_runtime_resume() local
610 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9t031_s_power() local
632 static int mt9t031_video_probe(struct i2c_client *client) in mt9t031_video_probe()
674 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9t031_g_skip_top_lines() local
709 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9t031_g_mbus_config() local
724 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9t031_s_mbus_config() local
757 static int mt9t031_probe(struct i2c_client *client, in mt9t031_probe()
822 static int mt9t031_remove(struct i2c_client *client) in mt9t031_remove()