Searched refs:mt9m001 (Results 1 – 3 of 3) sorted by relevance
88 struct mt9m001 { struct105 static struct mt9m001 *to_mt9m001(const struct i2c_client *client) in to_mt9m001() argument107 return container_of(i2c_get_clientdata(client), struct mt9m001, subdev); in to_mt9m001()179 struct mt9m001 *mt9m001 = to_mt9m001(client); in mt9m001_set_selection() local188 if (mt9m001->fmts == mt9m001_colour_fmts) in mt9m001_set_selection()205 mt9m001->total_h = rect.height + mt9m001->y_skip_top + vblank; in mt9m001_set_selection()224 rect.height + mt9m001->y_skip_top - 1); in mt9m001_set_selection()225 if (!ret && v4l2_ctrl_g_ctrl(mt9m001->autoexposure) == V4L2_EXPOSURE_AUTO) in mt9m001_set_selection()226 ret = reg_write(client, MT9M001_SHUTTER_WIDTH, mt9m001->total_h); in mt9m001_set_selection()229 mt9m001->rect = rect; in mt9m001_set_selection()[all …]
2 obj-$(CONFIG_SOC_CAMERA_MT9M001) += mt9m001.o
4 tristate "mt9m001 support"