Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/media/atomisp/i2c/
H A Datomisp-mt9m114.c649 res = v4l2_find_nearest_size(mt9m114_res, in mt9m114_set_fmt()
650 ARRAY_SIZE(mt9m114_res), width, in mt9m114_set_fmt()
653 res = &mt9m114_res[N_RES - 1]; in mt9m114_set_fmt()
719 if ((width == mt9m114_res[index].width) && in mt9m114_set_fmt()
721 mt9m114_res[index].used = true; in mt9m114_set_fmt()
724 mt9m114_res[index].used = false; in mt9m114_set_fmt()
1452 fse->min_width = mt9m114_res[index].width; in mt9m114_enum_frame_size()
1453 fse->min_height = mt9m114_res[index].height; in mt9m114_enum_frame_size()
1454 fse->max_width = mt9m114_res[index].width; in mt9m114_enum_frame_size()
1469 if (mt9m114_res[index].res == snr->res) in mt9m114_g_skip_frames()
[all …]
H A Dmt9m114.h326 static struct mt9m114_res_struct mt9m114_res[] = { variable
368 #define N_RES (ARRAY_SIZE(mt9m114_res))