Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/i2c/soc_camera/
Dov772x.c409 static const struct ov772x_color_format ov772x_cfmts[] = { variable
687 *cfmt = &ov772x_cfmts[0]; in ov772x_select_params()
689 for (i = 0; i < ARRAY_SIZE(ov772x_cfmts); i++) { in ov772x_select_params()
690 if (mf->code == ov772x_cfmts[i].code) { in ov772x_select_params()
691 *cfmt = &ov772x_cfmts[i]; in ov772x_select_params()
995 if (index >= ARRAY_SIZE(ov772x_cfmts)) in ov772x_enum_fmt()
998 *code = ov772x_cfmts[index].code; in ov772x_enum_fmt()
1087 priv->cfmt = &ov772x_cfmts[0]; in ov772x_probe()