Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/staging/media/atomisp/i2c/
Dgc0310.h403 static unsigned long N_RES = N_RES_PREVIEW; variable
Datomisp-mt9m114.c753 res = &mt9m114_res[N_RES - 1]; in mt9m114_set_fmt()
817 for (index = 0; index < N_RES; index++) { in mt9m114_set_fmt()
1654 if (index >= N_RES) in mt9m114_enum_frame_size()
1673 for (index = 0; index < N_RES; index++) { in mt9m114_g_skip_frames()
1678 if (index >= N_RES) in mt9m114_g_skip_frames()
Datomisp-gc2235.c543 N_RES = N_RES_PREVIEW; in __gc2235_init()
727 res = &gc2235_res_preview[N_RES - 1]; in gc2235_set_fmt()
905 if (index >= N_RES) in gc2235_enum_frame_size()
Datomisp-ov2722.c643 N_RES = N_RES_PREVIEW; in ov2722_init()
832 res = &ov2722_res_preview[N_RES - 1]; in ov2722_set_fmt()
1043 if (index >= N_RES) in ov2722_enum_frame_size()
Datomisp-gc0310.c728 N_RES = N_RES_PREVIEW; in gc0310_init()
924 res = &gc0310_res_preview[N_RES - 1]; in gc0310_set_fmt()
1147 if (index >= N_RES) in gc0310_enum_frame_size()
Dgc2235.h679 static unsigned long N_RES = N_RES_PREVIEW; variable
Dov2722.h1271 static unsigned long N_RES = N_RES_PREVIEW; variable
Dmt9m114.h394 #define N_RES (ARRAY_SIZE(mt9m114_res)) macro
/Linux-v6.1/drivers/staging/media/atomisp/i2c/ov5693/
Datomisp-ov5693.c1461 N_RES = N_RES_PREVIEW; in ov5693_s_power()
1516 for (i = 0; i < N_RES; i++) { in nearest_resolution_index()
1538 for (i = 0; i < N_RES; i++) { in get_resolution_index()
1602 fmt->width = ov5693_res[N_RES - 1].width; in ov5693_set_fmt()
1603 fmt->height = ov5693_res[N_RES - 1].height; in ov5693_set_fmt()
1846 if (index >= N_RES) in ov5693_enum_frame_size()
Dov5693.h1391 static unsigned long N_RES = N_RES_PREVIEW; variable