Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/i2c/
Dimx274.c445 static const struct imx274_mode imx274_modes[] = { variable
883 const struct imx274_mode *best_mode = &imx274_modes[0]; in __imx274_change_compose()
894 for (i = 0; i < ARRAY_SIZE(imx274_modes); i++) { in __imx274_change_compose()
895 unsigned int ratio = imx274_modes[i].bin_ratio; in __imx274_change_compose()
905 best_mode = &imx274_modes[i]; in __imx274_change_compose()
1325 imx274->mode - &imx274_modes[0]); in imx274_s_stream()
1838 imx274->mode = &imx274_modes[IMX274_DEFAULT_BINNING]; in imx274_probe()