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()
257 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9m001_get_fmt()
276 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9m001_s_fmt()
306 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9m001_set_fmt()
340 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9m001_g_register()
357 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9m001_s_register()
371 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9m001_s_power()
400 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9m001_s_ctrl()
476 struct i2c_client *client) in mt9m001_video_probe()
557 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9m001_g_skip_top_lines()
582 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9m001_enum_mbus_code()
595 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9m001_g_mbus_config()
611 const struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9m001_s_mbus_config()
652 static int mt9m001_probe(struct i2c_client *client, in mt9m001_probe()
720 static int mt9m001_remove(struct i2c_client *client) in mt9m001_remove()