Searched refs:mt9t112_cfmts (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/media/i2c/
H A Dmt9t112.c106 static const struct mt9t112_format mt9t112_cfmts[] = { variable in typeref:struct:mt9t112_format
855 if (mt9t112_cfmts[i].code == code)
869 priv->format = mt9t112_cfmts + i;
968 if (mt9t112_cfmts[i].code == mf->code)
975 mf->colorspace = mt9t112_cfmts[i].colorspace;
999 code->code = mt9t112_cfmts[code->index].code;
1046 priv->num_formats = ARRAY_SIZE(mt9t112_cfmts);

Completed in 111 milliseconds