Searched refs:generic_standards (Results 1 – 1 of 1) sorted by relevance
227 static struct v4l2_standard generic_standards[] = { variable280 for (idx = 0; idx < ARRAY_SIZE(generic_standards); idx++) { in match_std()281 if (generic_standards[idx].id & id) { in match_std()282 return generic_standards + idx; in match_std()