Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/i2c/
Dov5640.c227 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;
[all …]