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
345 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9t031_get_fmt() local
369 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9t031_set_fmt() local
406 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9t031_g_register() local
423 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9t031_s_register() local
459 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9t031_s_ctrl() local
561 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9t031_runtime_resume() local
595 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9t031_s_power() local
621 static int mt9t031_video_probe(struct i2c_client *client) in mt9t031_video_probe()
662 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9t031_g_skip_top_lines() local
697 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9t031_g_mbus_config() local
712 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9t031_s_mbus_config() local
748 static int mt9t031_probe(struct i2c_client *client, in mt9t031_probe()
822 static int mt9t031_remove(struct i2c_client *client) in mt9t031_remove()