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

/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-std.c217 static struct v4l2_standard generic_standards[] = { variable in typeref:struct:v4l2_standard
270 for (idx = 0; idx < ARRAY_SIZE(generic_standards); idx++) {
271 if (generic_standards[idx].id & id) {
272 return generic_standards + idx;

Completed in 202 milliseconds