Searched defs:mt9m114_res_struct (Results 1 – 1 of 1) sorted by relevance
311 struct mt9m114_res_struct { struct312 u8 *desc;313 int res;314 int width;315 int height;316 int fps;317 int skip_frames;318 bool used;319 struct regval_list *regs;343 static struct mt9m114_res_struct mt9m114_res[] = { argument