Searched refs:maxPS (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
575 maxPS = le16_to_cpu(endpoint->wMaxPacketSize);
577 info("Active setting=%d. maxPS=%d.", i, maxPS);
580 if (maxPS < le16_to_cpu(endpoint->wMaxPacketSize)) {
583 maxPS = le16_to_cpu(endpoint->wMaxPacketSize);
585 info("Even better ctive setting=%d. maxPS=%d.",
586 i, maxPS);
592 if ((maxPS <= 0) || (actInterface < 0) || (inactInterface < 0)) {
607 uvd->iso_packet_len = maxPS;
[all...]
H A Dkonicawc.c780 int actInterface=-1, inactInterface=-1, maxPS=0; local
843 if (le16_to_cpu(endpoint->wMaxPacketSize) > maxPS)
844 maxPS = le16_to_cpu(endpoint->wMaxPacketSize);
851 DEBUG(1, "Selecting requested active setting=%d. maxPS=%d.", actInterface, maxPS);
880 uvd->iso_packet_len = maxPS;
H A Dibmcam.c3592 int actInterface=-1, inactInterface=-1, maxPS=0; local
3697 maxPS = le16_to_cpu(endpoint->wMaxPacketSize);
3699 info("Active setting=%d. maxPS=%d.", i, maxPS);
3704 if ((maxPS <= 0) || (actInterface < 0) || (inactInterface < 0)) {
3799 uvd->iso_packet_len = maxPS;

Completed in 97 milliseconds