Home
last modified time | relevance | path

Searched defs:ov2640_priv (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/media/i2c/
H A Dov2640.c294 struct ov2640_priv { struct
295 struct v4l2_subdev subdev;
297 struct media_pad pad;
299 struct v4l2_ctrl_handler hdl;
300 u32 cfmt_code;
301 struct clk *clk;
302 const struct ov2640_win_size *win;
304 struct gpio_desc *resetb_gpio;
305 struct gpio_desc *pwdn_gpio;
307 struct mutex lock; /* lock to protect streaming and power_count */
[all …]