Searched refs:ov772x_cfmts (Results 1 – 1 of 1) sorted by relevance
442 static const struct ov772x_color_format ov772x_cfmts[] = { variable962 *cfmt = &ov772x_cfmts[0]; in ov772x_select_params()964 for (i = 0; i < ARRAY_SIZE(ov772x_cfmts); i++) { in ov772x_select_params()965 if (mf->code == ov772x_cfmts[i].code) { in ov772x_select_params()966 *cfmt = &ov772x_cfmts[i]; in ov772x_select_params()1323 if (code->pad || code->index >= ARRAY_SIZE(ov772x_cfmts)) in ov772x_enum_mbus_code()1326 code->code = ov772x_cfmts[code->index].code; in ov772x_enum_mbus_code()1430 priv->cfmt = &ov772x_cfmts[0]; in ov772x_probe()