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