Home
last modified time | relevance | path

Searched refs:ov2722_res (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()
879 fse->min_width = ov2722_res[index].width; in ov2722_enum_frame_size()
880 fse->min_height = ov2722_res[index].height; in ov2722_enum_frame_size()
881 fse->max_width = ov2722_res[index].width; in ov2722_enum_frame_size()
882 fse->max_height = ov2722_res[index].height; in ov2722_enum_frame_size()
H A Dov2722.h1236 static struct ov2722_resolution *ov2722_res = ov2722_res_preview; variable