Lines Matching refs:i2c_client
105 static struct mt9m001 *to_mt9m001(const struct i2c_client *client) in to_mt9m001()
110 static int reg_read(struct i2c_client *client, const u8 reg) in reg_read()
115 static int reg_write(struct i2c_client *client, const u8 reg, in reg_write()
121 static int reg_set(struct i2c_client *client, const u8 reg, in reg_set()
132 static int reg_clear(struct i2c_client *client, const u8 reg, in reg_clear()
143 static int mt9m001_init(struct i2c_client *client) in mt9m001_init()
166 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9m001_s_stream()
176 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9m001_s_crop()
230 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9m001_g_crop()
256 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9m001_g_fmt()
271 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9m001_s_fmt()
299 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9m001_try_fmt()
327 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9m001_g_register()
344 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9m001_s_register()
358 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9m001_s_power()
387 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9m001_s_ctrl()
463 struct i2c_client *client) in mt9m001_video_probe()
544 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9m001_g_skip_top_lines()
568 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9m001_enum_fmt()
581 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9m001_g_mbus_config()
597 const struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9m001_s_mbus_config()
635 static int mt9m001_probe(struct i2c_client *client, in mt9m001_probe()
703 static int mt9m001_remove(struct i2c_client *client) in mt9m001_remove()