Searched refs:mt9p031 (Results 1 – 5 of 5) sorted by relevance
116 struct mt9p031 { struct143 static struct mt9p031 *to_mt9p031(struct v4l2_subdev *sd) in to_mt9p031() argument145 return container_of(sd, struct mt9p031, subdev); in to_mt9p031()158 static int mt9p031_set_output_control(struct mt9p031 *mt9p031, u16 clear, in mt9p031_set_output_control() argument161 struct i2c_client *client = v4l2_get_subdevdata(&mt9p031->subdev); in mt9p031_set_output_control()162 u16 value = (mt9p031->output_control & ~clear) | set; in mt9p031_set_output_control()169 mt9p031->output_control = value; in mt9p031_set_output_control()173 static int mt9p031_set_mode2(struct mt9p031 *mt9p031, u16 clear, u16 set) in mt9p031_set_mode2() argument175 struct i2c_client *client = v4l2_get_subdevdata(&mt9p031->subdev); in mt9p031_set_mode2()176 u16 value = (mt9p031->mode2 & ~clear) | set; in mt9p031_set_mode2()[all …]
77 obj-$(CONFIG_VIDEO_MT9P031) += mt9p031.o
297 (Micron) mt9p031 5 Mpixel camera.
337 mt9p031@48 {338 compatible = "aptina,mt9p031";
77 mt9p031 Aptina MT9P031