Home
last modified time | relevance | path

Searched refs:N_RES (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/staging/media/atomisp/i2c/
H A Datomisp-mt9m114.c653 res = &mt9m114_res[N_RES - 1]; in mt9m114_set_fmt()
718 for (index = 0; index < N_RES; index++) { in mt9m114_set_fmt()
1449 if (index >= N_RES) in mt9m114_enum_frame_size()
1468 for (index = 0; index < N_RES; index++) { in mt9m114_g_skip_frames()
1473 if (index >= N_RES) in mt9m114_g_skip_frames()
H A Datomisp-gc2235.c362 N_RES = N_RES_PREVIEW; in __gc2235_init()
546 res = &gc2235_res_preview[N_RES - 1]; in gc2235_set_fmt()
727 if (index >= N_RES) in gc2235_enum_frame_size()
H A Datomisp-ov2722.c463 N_RES = N_RES_PREVIEW; in ov2722_init()
648 res = &ov2722_res_preview[N_RES - 1]; in ov2722_set_fmt()
863 if (index >= N_RES) in ov2722_enum_frame_size()
H A Dgc2235.h632 static unsigned long N_RES = N_RES_PREVIEW; variable
H A Dov2722.h1225 static unsigned long N_RES = N_RES_PREVIEW; variable
H A Dmt9m114.h368 #define N_RES (ARRAY_SIZE(mt9m114_res)) macro