Searched defs:ov5640_dev (Results 1 – 1 of 1) sorted by relevance
224 struct ov5640_dev { struct225 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;[all …]