Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/i2c/
H A Datomisp-mt9m114.c659 res = v4l2_find_nearest_size(mt9m114_res, in mt9m114_set_fmt()
660 ARRAY_SIZE(mt9m114_res), width, in mt9m114_set_fmt()
663 res = &mt9m114_res[N_RES - 1]; in mt9m114_set_fmt()
728 if ((width == mt9m114_res[index].width) && in mt9m114_set_fmt()
730 mt9m114_res[index].used = true; in mt9m114_set_fmt()
733 mt9m114_res[index].used = false; in mt9m114_set_fmt()
1451 fse->min_width = mt9m114_res[index].width; in mt9m114_enum_frame_size()
1452 fse->min_height = mt9m114_res[index].height; in mt9m114_enum_frame_size()
1453 fse->max_width = mt9m114_res[index].width; in mt9m114_enum_frame_size()
1468 if (mt9m114_res[index].res == snr->res) in mt9m114_g_skip_frames()
[all …]
H A Dmt9m114.h337 static struct mt9m114_res_struct mt9m114_res[] = { variable
379 #define N_RES (ARRAY_SIZE(mt9m114_res))