Home
last modified time | relevance | path

Searched refs:gc2235_res (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/staging/media/atomisp/i2c/
Datomisp-gc2235.c541 gc2235_res = gc2235_res_preview; in __gc2235_init()
713 tmp_res = &gc2235_res[i]; in nearest_resolution_index()
731 if (w != gc2235_res[i].width) in get_resolution_index()
733 if (h != gc2235_res[i].height) in get_resolution_index()
759 ret = gc2235_write_reg_array(client, gc2235_res[dev->fmt_idx].regs); in startup()
791 fmt->width = gc2235_res[N_RES - 1].width; in gc2235_set_fmt()
792 fmt->height = gc2235_res[N_RES - 1].height; in gc2235_set_fmt()
794 fmt->width = gc2235_res[idx].width; in gc2235_set_fmt()
795 fmt->height = gc2235_res[idx].height; in gc2235_set_fmt()
818 &gc2235_res[dev->fmt_idx]); in gc2235_set_fmt()
[all …]
Dgc2235.h679 static struct gc2235_resolution *gc2235_res = gc2235_res_preview; variable