Lines Matching refs:i2c_client
168 static struct mt9v022 *to_mt9v022(const struct i2c_client *client) in to_mt9v022()
173 static int reg_read(struct i2c_client *client, const u8 reg) in reg_read()
178 static int reg_write(struct i2c_client *client, const u8 reg, in reg_write()
184 static int reg_set(struct i2c_client *client, const u8 reg, in reg_set()
195 static int reg_clear(struct i2c_client *client, const u8 reg, in reg_clear()
206 static int mt9v022_init(struct i2c_client *client) in mt9v022_init()
244 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_s_stream()
281 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_s_crop()
355 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_g_crop()
383 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_get_fmt()
401 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_s_fmt()
450 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_set_fmt()
483 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_g_register()
500 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_s_register()
514 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_s_power()
526 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_g_volatile_ctrl()
570 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_s_ctrl()
660 static int mt9v022_video_probe(struct i2c_client *client) in mt9v022_video_probe()
753 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_g_skip_top_lines()
778 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_enum_mbus_code()
791 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_g_mbus_config()
808 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_s_mbus_config()
880 static int mt9v022_probe(struct i2c_client *client, in mt9v022_probe()
975 static int mt9v022_remove(struct i2c_client *client) in mt9v022_remove()