Lines Matching defs:ov5640_dev
224 struct ov5640_dev { struct
225 struct i2c_client *i2c_client;
226 struct v4l2_subdev sd;
227 struct media_pad pad;
228 struct v4l2_fwnode_endpoint ep; /* the parsed DT endpoint info */
229 struct clk *xclk; /* system clock to OV5640 */
230 u32 xclk_freq;
232 struct regulator_bulk_data supplies[OV5640_NUM_SUPPLIES];
233 struct gpio_desc *reset_gpio;
234 struct gpio_desc *pwdn_gpio;
235 bool upside_down;
259 static inline struct ov5640_dev *to_ov5640_dev(struct v4l2_subdev *sd) in to_ov5640_dev() argument