Searched refs:mt9t001 (Results 1 – 3 of 3) sorted by relevance
118 struct mt9t001 { struct138 static inline struct mt9t001 *to_mt9t001(struct v4l2_subdev *sd) in to_mt9t001() argument140 return container_of(sd, struct mt9t001, subdev); in to_mt9t001()153 static int mt9t001_set_output_control(struct mt9t001 *mt9t001, u16 clear, in mt9t001_set_output_control() argument156 struct i2c_client *client = v4l2_get_subdevdata(&mt9t001->subdev); in mt9t001_set_output_control()157 u16 value = (mt9t001->output_control & ~clear) | set; in mt9t001_set_output_control()160 if (value == mt9t001->output_control) in mt9t001_set_output_control()167 mt9t001->output_control = value; in mt9t001_set_output_control()171 static int mt9t001_reset(struct mt9t001 *mt9t001) in mt9t001_reset() argument173 struct i2c_client *client = v4l2_get_subdevdata(&mt9t001->subdev); in mt9t001_reset()[all …]
86 obj-$(CONFIG_VIDEO_MT9T001) += mt9t001.o
9825 F: drivers/media/i2c/mt9t001.c9826 F: include/media/i2c/mt9t001.h