Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/media/atomisp/i2c/
Datomisp-mt9m114.c663 res = &mt9m114_res[N_RES - 1]; in mt9m114_set_fmt()
727 for (index = 0; index < N_RES; index++) { in mt9m114_set_fmt()
1456 if (index >= N_RES) in mt9m114_enum_frame_size()
1475 for (index = 0; index < N_RES; index++) { in mt9m114_g_skip_frames()
1480 if (index >= N_RES) in mt9m114_g_skip_frames()
Datomisp-gc2235.c372 N_RES = N_RES_PREVIEW; in __gc2235_init()
556 res = &gc2235_res_preview[N_RES - 1]; in gc2235_set_fmt()
737 if (index >= N_RES) in gc2235_enum_frame_size()
Datomisp-ov2722.c473 N_RES = N_RES_PREVIEW; in ov2722_init()
658 res = &ov2722_res_preview[N_RES - 1]; in ov2722_set_fmt()
873 if (index >= N_RES) in ov2722_enum_frame_size()
Dgc2235.h645 static unsigned long N_RES = N_RES_PREVIEW; variable
Dov2722.h1236 static unsigned long N_RES = N_RES_PREVIEW; variable
Dmt9m114.h379 #define N_RES (ARRAY_SIZE(mt9m114_res)) macro