• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/easycap/

Lines Matching refs:much

1022 int rc, bytesperpixel, multiplier, much, more, over, rump, caches;
1105 much = over; more = 0; margin = 0; mask = 0x00;
1106 if (rex < much)
1107 much = rex;
1110 if (much % 2) {
1111 SAY("MISTAKE: much is odd\n");
1116 much) / 2;
1120 2) < (much * \
1128 much = ((((2 * \
1131 much) / 2) - rad;
1136 if (much == rex) {
1156 rc = redaub(peasycap, pad, pex, much, more, \
1162 if (much % 4) {
1168 over -= much; cz += much;
1169 pex += much; rex -= much;
1221 much = over; more = 0; margin = 0; mask = 0x00;
1222 if (rex < much)
1223 much = rex;
1226 if (much % 2) {
1227 SAY("MISTAKE: much is odd\n");
1232 much) / 4;
1235 if ((rad * 4) < (much * \
1243 much = ((((2 * rad2)/bytesperpixel)/2)\
1246 much) / 4) - rad;
1251 if (much == rex) {
1272 rc = redaub(peasycap, pad, pex, much, more, \
1278 over -= much; cz += much;
1279 pex += much; rex -= much;
1311 much = over;
1312 if (rex < much)
1313 much = rex;
1314 over -= much;
1315 cz += much;
1316 pex += much;
1317 rex -= much;
1414 * ALSO ENSURE THAT much IS EVEN.
1416 * much BYTES ARE READ, AT LEAST (bytesperpixel * much)/2 BYTES ARE WRITTEN
1433 redaub(struct easycap *peasycap, void *pad, void *pex, int much, int more, \
1444 if (much % 2) {
1445 SAY("MISTAKE: much is odd\n");
1507 p2 = (__u8 *)pex; pz = p2 + much; pr = p3 + more; last = false;
1516 JOT(16, "%4i=much %4i=more %i=rump\n", much, more, rump);
1522 memcpy(pad, pex, (size_t)much);
1536 p3 = (__u8 *)pad; pz = p3 + much;
1552 p2 = (__u8 *)pex; p3 = (__u8 *)pad; pz = p2 + much;
1567 p2 = (__u8 *)pex; p3 = (__u8 *)pad; pz = p2 + much;
2415 int i, more, much, leap, rc, last;
2852 much = PAGE_SIZE - (int)(pfield_buffer->pto - \
2855 if (much > more)
2856 much = more;
2857 memcpy(pfield_buffer->pto, pu, much);
2858 pu += much;
2859 (pfield_buffer->pto) += much;
2860 more -= much;