Searched refs:nearest_resolution_index (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/drivers/staging/media/atomisp/i2c/ |
| D | atomisp-gc2235.c | 705 static int nearest_resolution_index(int w, int h) in nearest_resolution_index() function 790 idx = nearest_resolution_index(fmt->width, fmt->height); in gc2235_set_fmt()
|
| D | atomisp-ov2722.c | 817 static int nearest_resolution_index(int w, int h) in nearest_resolution_index() function 898 idx = nearest_resolution_index(fmt->width, fmt->height); in ov2722_set_fmt()
|
| D | atomisp-gc0310.c | 913 static int nearest_resolution_index(int w, int h) in nearest_resolution_index() function 990 idx = nearest_resolution_index(fmt->width, fmt->height); in gc0310_set_fmt()
|
| D | atomisp-ov2680.c | 878 static int nearest_resolution_index(int w, int h) in nearest_resolution_index() function 943 idx = nearest_resolution_index(fmt->width, fmt->height); in ov2680_set_fmt()
|
| D | atomisp-mt9m114.c | 617 static int nearest_resolution_index(int w, int h) in nearest_resolution_index() function 648 idx = nearest_resolution_index(*w, *h); in mt9m114_try_res()
|
| /Linux-v5.15/drivers/staging/media/atomisp/i2c/ov5693/ |
| D | atomisp-ov5693.c | 1507 static int nearest_resolution_index(int w, int h) in nearest_resolution_index() function 1599 idx = nearest_resolution_index(fmt->width, fmt->height); in ov5693_set_fmt()
|