Lines Matching defs:ov2640_priv
296 struct ov2640_priv { struct
297 struct v4l2_subdev subdev;
299 struct media_pad pad;
301 struct v4l2_ctrl_handler hdl;
302 u32 cfmt_code;
303 struct clk *clk;
304 const struct ov2640_win_size *win;
306 struct gpio_desc *resetb_gpio;
307 struct gpio_desc *pwdn_gpio;
309 struct mutex lock; /* lock to protect streaming and power_count */
310 bool streaming;
311 int power_count;