Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/i2c/
Dov772x.c445 static const struct ov772x_color_format ov772x_cfmts[] = { variable
981 *cfmt = &ov772x_cfmts[0]; in ov772x_select_params()
983 for (i = 0; i < ARRAY_SIZE(ov772x_cfmts); i++) { in ov772x_select_params()
984 if (mf->code == ov772x_cfmts[i].code) { in ov772x_select_params()
985 *cfmt = &ov772x_cfmts[i]; in ov772x_select_params()
1344 if (code->pad || code->index >= ARRAY_SIZE(ov772x_cfmts)) in ov772x_enum_mbus_code()
1347 code->code = ov772x_cfmts[code->index].code; in ov772x_enum_mbus_code()
1499 priv->cfmt = &ov772x_cfmts[0]; in ov772x_probe()