Searched refs:ov2722_res (Results 1 – 2 of 2) sorted by relevance
560 val = ov2722_res[dev->fmt_idx].mipi_freq; in ov2722_g_volatile_ctrl()642 ov2722_res = ov2722_res_preview; in ov2722_init()826 tmp_res = &ov2722_res[i]; in nearest_resolution_index()844 if (w != ov2722_res[i].width) in get_resolution_index()846 if (h != ov2722_res[i].height) in get_resolution_index()869 ret = ov2722_write_reg_array(client, ov2722_res[dev->fmt_idx].regs); in startup()901 fmt->width = ov2722_res[N_RES - 1].width; in ov2722_set_fmt()902 fmt->height = ov2722_res[N_RES - 1].height; in ov2722_set_fmt()904 fmt->width = ov2722_res[idx].width; in ov2722_set_fmt()905 fmt->height = ov2722_res[idx].height; in ov2722_set_fmt()[all …]
1271 static struct ov2722_resolution *ov2722_res = ov2722_res_preview; variable