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