Searched refs:gc2235_res (Results 1 – 2 of 2) sorted by relevance
542 gc2235_res = gc2235_res_preview; in __gc2235_init()714 tmp_res = &gc2235_res[i]; in nearest_resolution_index()732 if (w != gc2235_res[i].width) in get_resolution_index()734 if (h != gc2235_res[i].height) in get_resolution_index()761 ret = gc2235_write_reg_array(client, gc2235_res[dev->fmt_idx].regs); in startup()793 fmt->width = gc2235_res[N_RES - 1].width; in gc2235_set_fmt()794 fmt->height = gc2235_res[N_RES - 1].height; in gc2235_set_fmt()796 fmt->width = gc2235_res[idx].width; in gc2235_set_fmt()797 fmt->height = gc2235_res[idx].height; in gc2235_set_fmt()820 &gc2235_res[dev->fmt_idx]); in gc2235_set_fmt()[all …]
679 static struct gc2235_resolution *gc2235_res = gc2235_res_preview; variable