Searched defs:ov772x_priv (Results 1 – 1 of 1) sorted by relevance
415 struct ov772x_priv { struct416 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;[all …]