Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/i2c/
Dov772x.c443 static const struct ov772x_color_format ov772x_cfmts[] = { variable
995 *cfmt = &ov772x_cfmts[0]; in ov772x_select_params()
997 for (i = 0; i < ARRAY_SIZE(ov772x_cfmts); i++) { in ov772x_select_params()
998 if (mf->code == ov772x_cfmts[i].code) { in ov772x_select_params()
999 *cfmt = &ov772x_cfmts[i]; in ov772x_select_params()
1358 if (code->pad || code->index >= ARRAY_SIZE(ov772x_cfmts)) in ov772x_enum_mbus_code()
1361 code->code = ov772x_cfmts[code->index].code; in ov772x_enum_mbus_code()
1511 priv->cfmt = &ov772x_cfmts[0]; in ov772x_probe()