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

/drivers/media/rc/
H A Dite-cir.c390 int remaining_us, fifo_avail, fifo_remaining, last_idx = 0; local
427 remaining_us = *(txbuf++);
433 remaining_us);
436 while (remaining_us > 0 && dev->in_use) {
437 if (remaining_us > max_rle_us)
441 next_rle_us = remaining_us;
443 remaining_us -= next_rle_us;
499 remaining_us = 0;
504 remaining_us += last_sent[last_idx];
506 remaining_us
[all...]

Completed in 19 milliseconds