Searched refs:mt9t001 (Results 1 – 4 of 4) sorted by relevance
115 struct mt9t001 { struct135 static inline struct mt9t001 *to_mt9t001(struct v4l2_subdev *sd) in to_mt9t001() argument137 return container_of(sd, struct mt9t001, subdev); in to_mt9t001()150 static int mt9t001_set_output_control(struct mt9t001 *mt9t001, u16 clear, in mt9t001_set_output_control() argument153 struct i2c_client *client = v4l2_get_subdevdata(&mt9t001->subdev); in mt9t001_set_output_control()154 u16 value = (mt9t001->output_control & ~clear) | set; in mt9t001_set_output_control()157 if (value == mt9t001->output_control) in mt9t001_set_output_control()164 mt9t001->output_control = value; in mt9t001_set_output_control()168 static int mt9t001_reset(struct mt9t001 *mt9t001) in mt9t001_reset() argument170 struct i2c_client *client = v4l2_get_subdevdata(&mt9t001->subdev); in mt9t001_reset()[all …]
66 obj-$(CONFIG_VIDEO_MT9T001) += mt9t001.o
80 mt9t001 Aptina MT9T001
14042 F: drivers/media/i2c/mt9t001.c14043 F: include/media/i2c/mt9t001.h