Lines Matching defs:ov2680_dev
102 struct ov2680_dev { struct
103 struct i2c_client *i2c_client;
104 struct v4l2_subdev sd;
106 struct media_pad pad;
107 struct clk *xvclk;
108 u32 xvclk_freq;
109 struct regulator_bulk_data supplies[OV2680_NUM_SUPPLIES];
111 struct gpio_desc *reset_gpio;
112 struct mutex lock; /* protect members */
114 bool mode_pending_changes;
115 bool is_enabled;
116 bool is_streaming;
118 struct ov2680_ctrls ctrls;
119 struct v4l2_mbus_framefmt fmt;
120 struct v4l2_fract frame_interval;
122 const struct ov2680_mode_info *current_mode;