Searched refs:realcount (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 Dse401.c1145 int realcount=count, ret=0; local
1152 if (realcount > se401->cwidth*se401->cheight*3)
1153 realcount=se401->cwidth*se401->cheight*3;
1177 if (copy_to_user(buf, se401->frame[0].data, realcount))
1180 return realcount;
H A Dstv680.c1339 unsigned long int realcount = count; local
1350 if (realcount > (stv680->vwidth * stv680->vheight * 3))
1351 realcount = stv680->vwidth * stv680->vheight * 3;
1372 if ((i = copy_to_user (buf, stv680->frame[0].data, realcount)) != 0) {
1377 realcount = ret;
1380 return realcount;

Completed in 81 milliseconds