Searched defs:mt9p031 (Results 1 – 1 of 1) sorted by relevance
118 struct mt9p031 { struct119 struct v4l2_subdev subdev;120 struct media_pad pad;121 struct v4l2_rect crop; /* Sensor window */122 struct v4l2_mbus_framefmt format;123 struct mutex power_lock; /* lock to protect power_count */124 int power_count;148 static struct mt9p031 *to_mt9p031(struct v4l2_subdev *sd) in to_mt9p031() argument163 static int mt9p031_set_output_control(struct mt9p031 *mt9p031, u16 clear, in mt9p031_set_output_control()178 static int mt9p031_set_mode2(struct mt9p031 *mt9p031, u16 clear, u16 set) in mt9p031_set_mode2()[all …]