Searched defs:ov5640_mode_info (Results 1 – 1 of 1) sorted by relevance
388 struct ov5640_mode_info { struct389 enum ov5640_mode_id id;390 enum ov5640_downsize_mode dn_mode;391 enum ov5640_pixel_rate_id pixel_rate;393 unsigned int width;394 unsigned int height;396 struct ov5640_timings dvp_timings;397 struct ov5640_timings csi2_timings;399 const struct reg_value *reg_data;400 u32 reg_data_size;[all …]