Searched refs:rawbufsize (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/
H A Dstv680.h115 unsigned long int rawbufsize; member in struct:usb_stv
116 unsigned long int maxframesize; /* rawbufsize * 3 for RGB */
H A Dstv680.c458 stv680->rawbufsize = bufsize; /* must be ./. by 8 */
461 PDEBUG (1, "STV(i): width = %i, height = %i, rawbufsize = %li", stv680->vwidth, stv680->vheight, stv680->rawbufsize);
619 if (length < stv680->rawbufsize)
620 PDEBUG (2, "STV(i): Lost data in transfer: exp %li, got %i", stv680->rawbufsize, length);
687 stv680->sbuf[i].data = kmalloc (stv680->rawbufsize, GFP_KERNEL);
698 stv680->scratch[i].data = kmalloc (stv680->rawbufsize, GFP_KERNEL);
714 stv680->sbuf[i].data, stv680->rawbufsize,

Completed in 51 milliseconds