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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/usbvideo/
H A Dultracam.c514 int actInterface=-1, inactInterface=-1, maxPS=0; local
573 if (actInterface < 0) {
574 actInterface = i;
582 actInterface = i;
592 if ((maxPS <= 0) || (actInterface < 0) || (inactInterface < 0)) {
605 uvd->ifaceAltActive = actInterface;
H A Dkonicawc.c780 int actInterface=-1, inactInterface=-1, maxPS=0; local
840 actInterface = i;
846 if(actInterface == -1) {
851 DEBUG(1, "Selecting requested active setting=%d. maxPS=%d.", actInterface, maxPS);
878 uvd->ifaceAltActive = actInterface;
H A Dibmcam.c3592 int actInterface=-1, inactInterface=-1, maxPS=0; local
3695 if (actInterface < 0) {
3696 actInterface = i;
3704 if ((maxPS <= 0) || (actInterface < 0) || (inactInterface < 0)) {
3797 uvd->ifaceAltActive = actInterface;

Completed in 44 milliseconds