Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/media/atomisp/i2c/
Datomisp-gc2235.c542 N_RES = N_RES_PREVIEW; in __gc2235_init()
712 for (i = 0; i < N_RES; i++) { in nearest_resolution_index()
730 for (i = 0; i < N_RES; i++) { in get_resolution_index()
791 fmt->width = gc2235_res[N_RES - 1].width; in gc2235_set_fmt()
792 fmt->height = gc2235_res[N_RES - 1].height; in gc2235_set_fmt()
982 if (index >= N_RES) in gc2235_enum_frame_size()
Datomisp-ov2680.c689 N_RES = N_RES_PREVIEW; in ov2680_init()
883 for (i = 0; i < N_RES; i++) { in nearest_resolution_index()
901 for (i = 0; i < N_RES; i++) { in get_resolution_index()
943 fmt->width = ov2680_res[N_RES - 1].width; in ov2680_set_fmt()
944 fmt->height = ov2680_res[N_RES - 1].height; in ov2680_set_fmt()
1073 N_RES = N_RES_PREVIEW; in ov2680_s_stream()
1174 if (index >= N_RES) in ov2680_enum_frame_size()
Datomisp-ov2722.c643 N_RES = N_RES_PREVIEW; in ov2722_init()
825 for (i = 0; i < N_RES; i++) { in nearest_resolution_index()
843 for (i = 0; i < N_RES; i++) { in get_resolution_index()
901 fmt->width = ov2722_res[N_RES - 1].width; in ov2722_set_fmt()
902 fmt->height = ov2722_res[N_RES - 1].height; in ov2722_set_fmt()
1123 if (index >= N_RES) in ov2722_enum_frame_size()
Datomisp-gc0310.c729 N_RES = N_RES_PREVIEW; in gc0310_init()
925 for (i = 0; i < N_RES; i++) { in nearest_resolution_index()
943 for (i = 0; i < N_RES; i++) { in get_resolution_index()
1002 fmt->width = gc0310_res[N_RES - 1].width; in gc0310_set_fmt()
1003 fmt->height = gc0310_res[N_RES - 1].height; in gc0310_set_fmt()
1240 if (index >= N_RES) in gc0310_enum_frame_size()
Dov2680.h846 static unsigned long N_RES = N_RES_PREVIEW; variable
Datomisp-mt9m114.c669 for (index = 0; index < N_RES; index++) { in mt9m114_to_res()
676 if (index >= N_RES) in mt9m114_to_res()
914 for (index = 0; index < N_RES; index++) { in mt9m114_set_fmt()
1738 if (index >= N_RES) in mt9m114_enum_frame_size()
1757 for (index = 0; index < N_RES; index++) { in mt9m114_g_skip_frames()
1762 if (index >= N_RES) in mt9m114_g_skip_frames()
Dgc0310.h404 static unsigned long N_RES = N_RES_PREVIEW; variable
Dgc2235.h680 static unsigned long N_RES = N_RES_PREVIEW; variable
Dov2722.h1272 static unsigned long N_RES = N_RES_PREVIEW; variable
Dmt9m114.h394 #define N_RES (ARRAY_SIZE(mt9m114_res)) macro
/Linux-v5.10/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()
1844 if (index >= N_RES) in ov5693_enum_frame_size()
Dov5693.h1391 static unsigned long N_RES = N_RES_PREVIEW; variable