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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/easycap/
H A Deasycap_sound.c655 long int kount1, more, rc, l0, lm; local
741 kount1 = PAGE_SIZE - (pdata_buffer->pto - pdata_buffer->pgo);
742 if (0 > kount1) {
743 SAY("easysnd_read: MISTAKE: kount1 is negative\n");
746 if (!kount1) {
776 kount1 = PAGE_SIZE - (pdata_buffer->pto - pdata_buffer->pgo);
778 JOT(12, "ready to send %li bytes\n", (long int) kount1);
780 more = kount1;

Completed in 37 milliseconds