Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/media/atomisp/i2c/
H A Datomisp-ov2722.c462 ov2722_res = ov2722_res_preview; in ov2722_init()
644 res = v4l2_find_nearest_size(ov2722_res_preview, in ov2722_set_fmt()
645 ARRAY_SIZE(ov2722_res_preview), width, in ov2722_set_fmt()
648 res = &ov2722_res_preview[N_RES - 1]; in ov2722_set_fmt()
961 dev->res = &ov2722_res_preview[0]; in ov2722_probe()
H A Dov2722.h1087 static struct ov2722_resolution ov2722_res_preview[] = { variable
1129 #define N_RES_PREVIEW (ARRAY_SIZE(ov2722_res_preview))
1224 static struct ov2722_resolution *ov2722_res = ov2722_res_preview;