Searched refs:imx274_modes (Results 1 – 1 of 1) sorted by relevance
491 static const struct imx274_mode imx274_modes[] = { variable1018 const struct imx274_mode *best_mode = &imx274_modes[0]; in __imx274_change_compose()1029 for (i = 0; i < ARRAY_SIZE(imx274_modes); i++) { in __imx274_change_compose()1030 u8 wratio = imx274_modes[i].wbin_ratio; in __imx274_change_compose()1031 u8 hratio = imx274_modes[i].hbin_ratio; in __imx274_change_compose()1041 best_mode = &imx274_modes[i]; in __imx274_change_compose()1439 imx274->mode - &imx274_modes[0]); in imx274_s_stream()1966 imx274->mode = &imx274_modes[0]; in imx274_probe()