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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dusbvideo.c479 unsigned long allBytes, xferBytes; local
482 xferBytes = uvd->stats.data_count;
484 if (xferBytes < (((unsigned long)-1)/100))
485 percent = (100 * xferBytes) / allBytes;
487 percent = xferBytes / (allBytes / 100);
488 /* Scale xferBytes for easy reading */
489 if (xferBytes > 10*1024) {
490 xferBytes /= 1024;
492 if (xferBytes > 10*1024) {
493 xferBytes /
[all...]

Completed in 80 milliseconds