Searched refs:ov5693_res (Results 1 – 2 of 2) sorted by relevance
427 hts = ov5693_res[dev->fmt_idx].pixels_per_line; in __ov5693_set_exposure()428 vts = ov5693_res[dev->fmt_idx].lines_per_frame; in __ov5693_set_exposure()1233 ov5693_res = ov5693_res_preview; in ov5693_s_power()1290 tmp_res = &ov5693_res[i]; in nearest_resolution_index()1297 min_res_w = ov5693_res[i].width; in nearest_resolution_index()1300 if (dist == min_dist && ov5693_res[i].width < min_res_w) in nearest_resolution_index()1312 if (w != ov5693_res[i].width) in get_resolution_index()1314 if (h != ov5693_res[i].height) in get_resolution_index()1343 ret = ov5693_write_reg_array(client, ov5693_res[dev->fmt_idx].regs); in startup()1375 fmt->width = ov5693_res[N_RES - 1].width; in ov5693_set_fmt()[all …]
1329 static struct ov5693_resolution *ov5693_res = ov5693_res_preview; variable