Lines Matching defs:ov772x_priv
415 struct ov772x_priv { struct
416 struct v4l2_subdev subdev;
417 struct v4l2_ctrl_handler hdl;
418 struct clk *clk;
419 struct regmap *regmap;
420 struct ov772x_camera_info *info;
421 struct gpio_desc *pwdn_gpio;
422 struct gpio_desc *rstb_gpio;
423 const struct ov772x_color_format *cfmt;
424 const struct ov772x_win_size *win;
425 struct v4l2_ctrl *vflip_ctrl;
426 struct v4l2_ctrl *hflip_ctrl;
428 struct v4l2_ctrl *band_filter_ctrl;
429 unsigned int fps;
431 struct mutex lock;
432 int power_count;
433 int streaming;
435 struct media_pad pad;