Lines Matching defs:m5mols_info
197 struct m5mols_info { struct
198 const struct m5mols_platform_data *pdata;
199 struct v4l2_subdev sd;
200 struct media_pad pad;
202 wait_queue_head_t irq_waitq;
203 atomic_t irq_done;
205 struct v4l2_ctrl_handler handle;
206 struct {
213 struct {
218 struct v4l2_ctrl *auto_wb;
220 struct v4l2_ctrl *lock_3a;
221 struct v4l2_ctrl *colorfx;
222 struct v4l2_ctrl *saturation;
223 struct v4l2_ctrl *zoom;
224 struct v4l2_ctrl *wdr;
225 struct v4l2_ctrl *stabilization;
226 struct v4l2_ctrl *jpeg_quality;
228 int (*set_power)(struct device *dev, int on);
229 struct gpio_desc *reset;
231 struct mutex lock;
233 struct v4l2_mbus_framefmt ffmt[M5MOLS_RESTYPE_MAX];
234 int res_type;
236 struct m5mols_version ver;
237 struct m5mols_capture cap;
239 unsigned int isp_ready:1;
240 unsigned int power:1;
241 unsigned int ctrl_sync:1;
243 u8 resolution;
244 u8 mode;