Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/i2c/
H A Datomisp-ov2722.c472 ov2722_res = ov2722_res_preview; in ov2722_init()
662 res = v4l2_find_nearest_size(ov2722_res_preview, in ov2722_set_fmt()
663 ARRAY_SIZE(ov2722_res_preview), width, in ov2722_set_fmt()
666 res = &ov2722_res_preview[N_RES - 1]; in ov2722_set_fmt()
975 dev->res = &ov2722_res_preview[0]; in ov2722_probe()
H A Dov2722.h1099 static struct ov2722_resolution ov2722_res_preview[] = { variable
1141 #define N_RES_PREVIEW (ARRAY_SIZE(ov2722_res_preview))
1236 static struct ov2722_resolution *ov2722_res = ov2722_res_preview;