Searched defs:ov5640_dev (Results 1 – 1 of 1) sorted by relevance
436 struct ov5640_dev { struct437 struct i2c_client *i2c_client;438 struct v4l2_subdev sd;439 struct media_pad pad;440 struct v4l2_fwnode_endpoint ep; /* the parsed DT endpoint info */441 struct clk *xclk; /* system clock to OV5640 */442 u32 xclk_freq;444 struct regulator_bulk_data supplies[OV5640_NUM_SUPPLIES];445 struct gpio_desc *reset_gpio;446 struct gpio_desc *pwdn_gpio;[all …]