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