Lines Matching refs:c2
1110 int c1,c2; in pvr2_v4l2_read() local
1120 c2 = pvr2_hdw_cpufw_get(hdw,offs,tbuf,c1); in pvr2_v4l2_read()
1121 if (c2 < 0) { in pvr2_v4l2_read()
1122 tcnt = c2; in pvr2_v4l2_read()
1125 if (!c2) break; in pvr2_v4l2_read()
1126 if (copy_to_user(buff,tbuf,c2)) { in pvr2_v4l2_read()
1130 offs += c2; in pvr2_v4l2_read()
1131 tcnt += c2; in pvr2_v4l2_read()
1132 buff += c2; in pvr2_v4l2_read()
1133 count -= c2; in pvr2_v4l2_read()
1134 *ppos += c2; in pvr2_v4l2_read()