Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/i2c/
Dimx274.c490 static const struct imx274_mode imx274_modes[] = { variable
1017 const struct imx274_mode *best_mode = &imx274_modes[0]; in __imx274_change_compose()
1028 for (i = 0; i < ARRAY_SIZE(imx274_modes); i++) { in __imx274_change_compose()
1029 u8 wratio = imx274_modes[i].wbin_ratio; in __imx274_change_compose()
1030 u8 hratio = imx274_modes[i].hbin_ratio; in __imx274_change_compose()
1040 best_mode = &imx274_modes[i]; in __imx274_change_compose()
1443 imx274->mode - &imx274_modes[0]); in imx274_s_stream()
2023 imx274->mode = &imx274_modes[0]; in imx274_probe()