Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/staging/media/atomisp/i2c/
Datomisp-ov2722.c642 ov2722_res = ov2722_res_preview; in ov2722_init()
1046 fse->min_width = ov2722_res[index].width; in ov2722_enum_frame_size()
1047 fse->min_height = ov2722_res[index].height; in ov2722_enum_frame_size()
1048 fse->max_width = ov2722_res[index].width; in ov2722_enum_frame_size()
1049 fse->max_height = ov2722_res[index].height; in ov2722_enum_frame_size()
Dov2722.h1270 static struct ov2722_resolution *ov2722_res = ov2722_res_preview; variable