Searched defs:ov5640_mode_info (Results 1 – 1 of 1) sorted by relevance
387 struct ov5640_mode_info { struct388 enum ov5640_mode_id id;389 enum ov5640_downsize_mode dn_mode;390 enum ov5640_pixel_rate_id pixel_rate;392 unsigned int width;393 unsigned int height;395 struct ov5640_timings dvp_timings;396 struct ov5640_timings csi2_timings;398 const struct reg_value *reg_data;399 u32 reg_data_size;[all …]