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