Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/i2c/ov5693/
H A Datomisp-ov5693.c1234 N_RES = N_RES_PREVIEW; in ov5693_s_power()
1289 for (i = 0; i < N_RES; i++) { in nearest_resolution_index()
1311 for (i = 0; i < N_RES; i++) { in get_resolution_index()
1375 fmt->width = ov5693_res[N_RES - 1].width; in ov5693_set_fmt()
1376 fmt->height = ov5693_res[N_RES - 1].height; in ov5693_set_fmt()
1611 if (index >= N_RES) in ov5693_enum_frame_size()
H A Dov5693.h1330 static unsigned long N_RES = N_RES_PREVIEW; variable
/openbmc/linux/drivers/staging/media/atomisp/i2c/
H A 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()
1448 if (index >= N_RES) in mt9m114_enum_frame_size()
1467 for (index = 0; index < N_RES; index++) { in mt9m114_g_skip_frames()
1472 if (index >= N_RES) in mt9m114_g_skip_frames()
H A Datomisp-gc2235.c372 N_RES = N_RES_PREVIEW; in __gc2235_init()
556 res = &gc2235_res_preview[N_RES - 1]; in gc2235_set_fmt()
729 if (index >= N_RES) in gc2235_enum_frame_size()
H A Datomisp-ov2722.c473 N_RES = N_RES_PREVIEW; in ov2722_init()
666 res = &ov2722_res_preview[N_RES - 1]; in ov2722_set_fmt()
876 if (index >= N_RES) in ov2722_enum_frame_size()
H A Dgc2235.h648 static unsigned long N_RES = N_RES_PREVIEW; variable
H A Dov2722.h1237 static unsigned long N_RES = N_RES_PREVIEW; variable
H A Dmt9m114.h379 #define N_RES (ARRAY_SIZE(mt9m114_res)) macro