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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-hdw-internal.h270 unsigned int std_enum_cnt; // # of enumerated standards member in struct:pvr2_hdw
H A Dpvrusb2-hdw.c688 if (v > hdw->std_enum_cnt) return -EINVAL;
1723 if (hdw->std_enum_cnt > 1) {
2233 for (idx = 1; idx < hdw->std_enum_cnt; idx++) {
2257 hdw->std_enum_cnt = 0;
2278 hdw->std_enum_cnt = std_cnt+1;
2291 if (idx >= hdw->std_enum_cnt) break;

Completed in 54 milliseconds