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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-audio.c83 static const struct pvr2_msp3400_ops msp3400_ops[] = { variable in typeref:struct:pvr2_msp3400_ops
93 for (idx = 0; idx < ARRAY_SIZE(msp3400_ops); idx++) {
96 if (msp3400_ops[idx].check(ctxt)) {
109 for (idx = 0; idx < ARRAY_SIZE(msp3400_ops); idx++) {
113 msp3400_ops[idx].update(ctxt);
152 ctxt->stale_mask = (1 << ARRAY_SIZE(msp3400_ops)) - 1;

Completed in 45 milliseconds