Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/i2c/
Dov5640.c435 struct ov5640_dev { struct
436 struct i2c_client *i2c_client;
437 struct v4l2_subdev sd;
438 struct media_pad pad;
439 struct v4l2_fwnode_endpoint ep; /* the parsed DT endpoint info */
440 struct clk *xclk; /* system clock to OV5640 */
441 u32 xclk_freq;
443 struct regulator_bulk_data supplies[OV5640_NUM_SUPPLIES];
444 struct gpio_desc *reset_gpio;
445 struct gpio_desc *pwdn_gpio;
[all …]