Searched defs:ov2640_priv (Results 1 – 1 of 1) sorted by relevance
298 struct ov2640_priv { struct299 struct v4l2_subdev subdev;301 struct media_pad pad;303 struct v4l2_ctrl_handler hdl;304 u32 cfmt_code;305 struct clk *clk;306 const struct ov2640_win_size *win;308 struct gpio_desc *resetb_gpio;309 struct gpio_desc *pwdn_gpio;311 struct mutex lock; /* lock to protect streaming and power_count */[all …]